Skocz do zawartości

NewsBot

Moderator
  • Postów

    9 017
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    26

Treść opublikowana przez NewsBot

  1. The IPS Marketplace is the place to go for plugins, skins, language packs, full applications, and other resources provided by the IPS community. Some resources are free and some have a small fee. It's a great way to find ways to personalize your community and expand its functions. Some updates... I wanted to share some general statistics on the Marketplace (yes, I'm channeling Apple here). Yesterday we reached a great milestone: Since its inception, we have paid out over $250,000 to contributors. Yes over a quarter million dollars has been paid out to those that sell resources in the Marketplace! What's even more exciting is the growth we are seeing. In fact over 40% of that total payout was done just this year! Because I love any excuse to play with Excel here's a chart showing growth trend: We also now have over 500 individual contributors that are providing both free and paid resources in the Marketplace. Improvements coming soon We are in the process of doing some cleaning up to make resources easier to find. Expect to see new categories based on what things do (moderation tools, promotion, utilities, etc.) rather than what they are (hook, mod, app, etc.) which we think will make finding resources for your community even easier. A new ability to allow us to feature more than one resource at a time has already been launched. Take a moment to browse the IPS Marketplace and see if there are any resources that would benefit your community. If you find one don't forget to thank the contributor! View the full article Zobacz cały news
  2. The IPS Marketplace is the place to go for plugins, skins, language packs, full applications, and other resources provided by the IPS community. Some resources are free and some have a small fee. It's a great way to find ways to personalize your community and expand its functions. Some updates... I wanted to share some general statistics on the Marketplace (yes, I'm channeling Apple here). Yesterday we reached a great milestone: Since its inception, we have paid out over $250,000 to contributors. Yes over a quarter million dollars has been paid out to those that sell resources in the Marketplace! What's even more exciting is the growth we are seeing. In fact over 40% of that total payout was done just this year! Because I love any excuse to play with Excel here's a chart showing growth trend: We also now have over 500 individual contributors that are providing both free and paid resources in the Marketplace. Improvements coming soon We are in the process of doing some cleaning up to make resources easier to find. Expect to see new categories based on what things do (moderation tools, promotion, utilities, etc.) rather than what they are (hook, mod, app, etc.) which we think will make finding resources for your community even easier. A new ability to allow us to feature more than one resource at a time has already been launched. Take a moment to browse the IPS Marketplace and see if there are any resources that would benefit your community. If you find one don't forget to thank the contributor! Zobacz cały wpis
  3. IPS is always looking for ways to assist our clients in monetization and promotion of their community traffic. After we saw so many clients successfully using VigLink on their community we decided to bundle it directly in the AdminCP under the Community Enhancements section. Since then many clients have reported success in using their service. Many clients have also since looked into other monetization options and have started to really grow. Information from VigLink: If you want to give it a try simply visit your AdminCP and click Community Enhancements to turn VigLink on and start earning. IPS does benefit from this relationship however we do not take any of your commission of course. Zobacz cały wpis
  4. IPS is always looking for ways to assist our clients in monetization and promotion of their community traffic. After we saw so many clients successfully using VigLink on their community we decided to bundle it directly in the AdminCP under the Community Enhancements section. Since then many clients have reported success in using their service. Many clients have also since looked into other monetization options and have started to really grow. Information from VigLink: If you want to give it a try simply visit your AdminCP and click Community Enhancements to turn VigLink on and start earning. IPS does benefit from this relationship however we do not take any of your commission of course. View the full article Zobacz cały news
  5. Basic blue icon pack featuring a set of blue icons. Full installation instructions are included in both a Microsoft Word document and Notepad format. Pobierz plik
  6. This hook will allow members of certain groups to remove User Warnings (Warning History). See video http://www.screencas.../t/LnS93C5MgYrX Pobierz plik
  7. Simple hook, that attempts to contact google's ad server, if it can't, fires up a modal window, with a notification box. includes template and settings, for customization of messages and modal size, cookie expiration, timer countdown time, etc. like my other free products, this is released under the DBAD license. http://www.dbad-license.org/ zip file includes this license in several language formats. any one can use this, modify it, use it in their own projects. the license covers expectations and rights ENJOY! Pobierz plik
  8. Fresh Rays About this beautiful theme... his theme is fantastic for those who want to turn their forums into a fantastic support hub, the theme is based on ensuring only the required is enhanced. You can also have this theme as an excellent light modern theme for your forums! Pre Sales & Custom Work - Support (Requires An Account) - Twitter Fancy 20% off your first order? Simply quote "welcome13" at checkout! Only valid at themetent.com Pobierz plik
  9. This is a zip file with 19 icons for an awards system. They are 35x14 and fit best in the post profile. Pobierz plik
  10. CompleX is a great skin for any site. With its great colors and unique layout it will stand out as something unique! CompleX has a fully customisable image slider, social links and footer that can be customised right from the System Settings meaning you don't need to know a thing about template editing or any coding to customise this skin for your community and if you decide you dont want any of them you can simply change the settings accordingly. The skin also includes the logo's PSD so you can easily customize the logo to fit your community. CompleX is compatible with all major browsers and all IPS apps! *In order to use the skin you must set out your forums like subforums (I can do this for you if you can't figure it out)* Pobierz plik
  11. Introduction I previously wrote a blog entry about building tables in IPS Social Suite 4.0. Similar to tables, we also have trees. Trees in many ways look and behave similarly to tables, but can be distinguished mainly by the fact that trees show a collection of objects in a fixed order (often, though not always the order can be changed by the administrator) whereas tables can show data sorted however you like at the time. An example of trees would be the list of forums in IP.Board. Trees vary quite significantly in their individual implementations, for example: Objects in a tree often have parent/child relationships. Sometimes this relationship is between the same type of object (for example, forums in IP.Board or categories in IP.Downloads), sometimes the relationship is between different types of object (for example, applications and modules, where modules are always the child of applications) and sometimes it's a mix of both (for example, packages in IP.Nexus are always children of package groups, but package groups may or may not be children of each other). Objects in a tree can usually, but not always be reordered by the administrator. Objects in a tree can sometimes be enabled and disabled without being deleted, for example applications and modules. Sometimes individual objects can't when the rest can (for example, you can't disable the "Core" application). Trees usually have controls for adding, editing, assigning permissions, duplicating and deleting objects, though a subset of these controls, or additional controls may be available (for example, you can't edit the permissions on a package in IP.Nexus, but you can run a purchase report, which you can't do in any other trees). For IPS Social Suite 4.0, I wanted to create a central class to create trees - currently we duplicate a lot of functionality, and all our trees display differently (in some places, quite radically so), but without loosing any of the flexibility necessary given the various differences in each implementation. Because trees are both more complicated and flexible than tables, the method for creating one might seem complicated - however, when you compare it to having to write every part manually (including all the JavaScript) as was the case in IP.Board 3, you'll be shaving hours off of development time. There are two ways you can create trees in IPS Social Suite 4.0. The most common way is when each item in the table has a record in the database. There are occasions when this isn't the case (for example, the developer center displays trees created from JSON objects), and the Tree class can handle these, but in this blog entry I'm going to show you the more common method. Just like I did for tables, I'm going to take you through how I programmed a real-world example, specifically the tree for custom profile fields. Creating the classes Custom profile fields are arranged into groups, so I'm going to start by creating a tree that shows the groups. To do this, I need to create a class for the custom profile field groups, I'll set this class to extend IPSNodeModel which is an abstract class that provides most of the functionality we need. IPSNodeModel in turn extends a class called IPSPatternsActiveRecord which provides functionality to make a class an Active Record (by that I mean, an object of the class corresponds to a record in the database). In this class I need to define a few variables - I'll explain them below, but this is the code I'll write: IPSPatternsActiveRecord class. We don't need to do anything with them other than declare them. $databaseTable tells the IPSPatternsActiveRecord class what database table the records we need are in. $databasePrefix tells the IPSPatternsActiveRecord class the prefix used on all database columns. This isn't necessary, but since all the columns in my table start with "pf_group_", putting it here will save me typing it out every time. $databaseColumnId tells the IPSPatternsActiveRecord class which column contains the primary key. $nodeTitle tells the IPSNodeModel class what language string to use as the title on my page that shows the tree. Now I need to create a controller to display my tree - the developer center will set up the structure of this for me, then I just fill in the name of the class I just created: Now I have a page which looks like this: Customising the rows You'll notice I now have two rows (because I have two rows in my database), but both are blank. This is because the /** * [Node] Get Node Title * * @return string */ protected function get__title() { $key = "core_pfieldgroups_{$this->id}"; return IPSLang::i()->$key; } That code might seem a bit confusing, but note:IPSPatternsActiveRecord class provides us with a __get method for retrieving the database row values. This is handy if we want to be able to modify the value returned for whatever reason, as we can override that method.We're retrieving the value for a language key rather than some kind of title field in the database. This is because in IPS Social Suite 4, data like this will be translatable, so if you have more than one language you can display different values depending on the user's language choice. So now we have this (I've clicked the dropdown arrow so you can see it's contents): Most of this is okay, but permissions aren't relevant for custom profile field groups, so let's get rid of that. The IPSNodeModel class has methods for checking if the user has permission to each button it displays (which by default check ACP restrictions, which I'll explain more about later) - we can simply override the method which checks for that button so it always returns false: Making the buttons work The first buttons I need to make work are the add on the "root" row, and the edit on each row below that. I'm going to ignore the add button on each record row for now as that is for adding a child record and we haven't got to that yet - it will start working automatically when we add support for children. These buttons will display a form. In a /** * [Node] Add/Edit Form * * @param IPSHelpersForm $form The form * @return void */ public function form( &$form ) { $form->add( new IPSHelpersFormTranslatable( 'pfield_group_title', NULL, TRUE, array( 'app' => 'core', 'key' => ( $this->id ? "core_pfieldgroups_{$this->id}" : NULL ) ) ) ); } /** * [Node] Save Add/Edit Form * * @param array $values Values from the form * @return void */ public function saveForm( $values ) { if ( !$this->id ) { $this->save(); } IPSLang::saveCustom( 'core', "core_pfieldgroups_{$this->id}", $values['pfield_group_title'] ); } Most of that should be self explanatory - however in the blog entry about forms I didn't mention the Translatable class. If you have one language installed, this will just display a normal text field, however, if you have more than one, it will show one for each language. It then returns an array, which we can pass to /** * @brief [Node] Show forms modally? */ public static $modalForms = TRUE;Next we have the copy and delete buttons. These will actually work by themselves (the central class will handle copying and deleting the records from the database), however, since we have translatable values, we need to make sure those too are copied and deleted appropriately. To do this, I'll override the two methods which handle copying and deleting:Search You'll notice that the system has automatically added a search box at the top of the table. In order to make this work, we need to add a simple search method: Making the rows re-orderable The last thing I need to do to finish the handling of groups is make it so we can drag and drop to reorder them. To do this I just add another property to my class telling /** * @brief [Node] Order Database Column */ public static $databaseColumnOrder = 'order'; ACP Restrictions It's important of course to make sure we honour ACP restrictions. The easiest way to do this is to create individual ACP restrictions for add/edit/delete (this can be done in the developer center) with a common prefix, and then specify like so: Children Let's recap what we have so far with a video: http://screencast.com/t/TUBuuYBSBON Now that we have groups sorted, we're going to create another class for the actual fields which will show as children. The process is almost exactly the same as for groups. Since the process is the same, I won't go through the process step-by-step, but here is the class I've written if you're interested: The only changes are: I've declared two additional properties specifying the class name of the parent ("IPScoreProfileFieldsGroup") and which column contains the parent ID. I've declared an additional method to fetch an icon for the row so we can see what type of field this is. Just like we overwrote canManagePermissions for groups, I've also overridden canAdd in the same way, as you cannot add children to profile fields. Now all we need to do is link them up. To do this, I add a property to my group class telling IPSNodeModel the name of the class which contains children: The system will now automatically change the behaviour of our page in the following ways: When clicking the "Copy" button for a group, you'll have the option to copy children too or not. When clicking the "Delete" button for a group, you'll have the option to move children elsewhere or delete them too. (This is my favourite feature) In addition to being able to drag and drop fields to reorder, you can drag a field out of one group and into another. Here's a video:http://screencast.com/t/5fQwgle3EX Zobacz cały wpis
  12. Free Icon pack with both Red and Blue coloured icons. Included is installation instructions, both in word format and in notepad format. Pobierz plik
  13. The default IP Board help files, translated to greek. They are provided as .txt files that you have to copy and paste to your forum's "Help Files Management" section. Instructions are provided within the archive. Note: Create backup of your current help files, as they will be overwritten and you'll not be able to revert the changes, once they are made. Tested on 3.3.x, 3.4.3, 3.4.4 Before using with different version, check if the default (english) content of each help file, matches the translation. If it does, then you can proceed! Pobierz plik
  14. Fresh Rays About this beautiful theme... We designed this theme for many uses with the ability to change the background colour in seconds you can change the vibe of the forum before your forum members even have time to refresh the forum again. This theme is perfect for every type of forum community and really has no limits. Pre Sales & Custom Work - Support (Requires An Account) - Twitter Customisation in seconds We design our themes with the intention of our customers wanting to alter sections of the theme. So we created a easy to use administration tool page for each theme we produce. It's all about support Getting second rate support is something we don't believe in, We don't operate like robots nor talk like them. You get real humans support you throughout your installation and even afterwards at no additional charges. Cross Browser Compatibility Social websites are one of the most important parts of your forum, this is why we have enhanced integration and included the major social website icons on our themes already for you. Socially integrated Social websites are one of the most important parts of your forum, this is why we have enhanced integration and included the major social website icons on our themes already for you. Pobierz plik
  15. Introducing IPC Layouts IPC Layouts will allow you to create the perfect homepage without touching a line of code. Simple yet effective settings to create a three, two, or single column layout in one page only. Its an ideal hook for someone wanting to create an easy, no hassle page. Select the layout you would like to use, paste in the blocks you would like to put into each column, and set the size of the columns. Please remember before you purchase that this is only intended to work for an individual page of your choice. It cannot be used for multiple pages at once since the settings are global! Features Include: Three/Two/Single Column Layout Options. Set the size of Left and Right Columns. (Middle Column auto adjusts.) Insert Blocks into Left, Middle and Right Columns with simple no hassle settings. Enable/Disable a Featured Column that runs above any IPC Layout you choose. Edit the type of Layout, size of the columns, all with preset dropdown options Insert blocks (into Left/Right and Middle Columns). Enable a Featured Column block that remains above your chosen layout. Pobierz plik
  16. A few weeks ago, I posted a blog entry mentioning a new feature in 4.0 which aims to make development of applications within the IPS Social Suite (both for us and third party modification authors) easier. We focussed on managing the database schema in that blog entry and I'd now like to take you through the other features. Modules Two tabs (one for admin modules and one for front modules) allow you to view all modules and sections in your application. You can add modules (which will both insert it into the database and create the relevant files in the filesystem), change the default section for a module (which previously required a defaultSection.php file) and create new sections. When you're creating a new section, the form looks like this (this is for creating a section for an admin module): The "Type" field controls the code that will be placed in the file created for the section - the options are: "Blank" - which will create the class with no other logic, so the section will be blank. "Table" which will create a class with a boilerplate for displaying a table. "Node Controller" - which will create a boilerplate for displaying a tree of containers such as IP.Board forums, IP.Downloads categories, IP.Nexus groups, etc. We've not posted how this class works, but a future blog entry will give more details. No matter which type you select, the system will automatically generate a file, with a basic class structure already filled in, including ACP restrictions checks, etc. The "Menu Tab" field is admin specific and controls under which tab in the Admin CP the section should show (for example, we have some stuff from the "core" app under the "Look & Feel" tab). Previously, one would have to edit the menu.xml file for the module to add sections, and making sections appear under tabs other the default application tab was very difficult - the new system does it for you. The "ACP Restriction" field is also admin specific and allows you to select an existing ACP restriction which will control who can see the section. It also has a special "Create Restriction" option, which will cause the system to create a restriction, and use that. Previously, one would have to edit the permissions.xml file to create restrictions and then assign them in the menu.xml file. Of course - you can completely bypass this feature and manually create your module folders and section files, but the addition of this feature makes the process much quicker. Admin CP Menu This tab contains a graphical representation of the data which was previously stored in menu.xml files. Admin CP Restrictions This tab contains a graphical representation of the data which was previously stored in permissions.xml files. Extensions Extensions are ways in which applications interact with one another. Previously, you would drop extension files in your applications "/extensions" folder, though there wasn't much reasoning to the structure of the directory, it was difficult to know what extensions were available, and sometimes understanding an extensions requirements was difficult. In 4.0, the extensions directory is more structured - the format is owner app > extension type > extension file (so admin/group_form.php for example, is now core/GroupForm/*.php) so this tab provides a GUI for managing your applications extensions. Applications can also specify a boilerplate file for an extension, so you can see what extensions are available, and clicking the "add" button will create a file with a basic structure to get you going. Settings In 4.0, developers have much more control over how settings are presented, rather than all being dumped in the central "System Settings" table. With this, much of the data that was previously needed in settings.xml is no longer required, so we've simplified the process of creating setting to just providing a key and a default value. Versions The versions tab shows all of the application's versions and the database queries that the upgrader will run when upgrading to that version. It's sort of a combination of the versions.xml file and the setup folder. Queries are automatically added as you modify the database schema. Naturally you can also manually add queries, or specify a custom PHP script to run in that upgrade step. Zobacz cały wpis
  17. Topic Moderats is an application that allows you (as an admin), to add moderator(s) (members or groups) to a single topic, or all topics started by that member or members of a group, instead of assigning them to the entire forum. This moderator can have the ability to close, open, pin, unpin, approve, unapprove, edit and delete posts (only soft deletion), and/or edit topic title. Copyright: This application was originally developed by Martin A. Pobierz plik
  18. IPB 3.4.x Russian Language Pack (public pages only, without installation live support) IPB 3.4.x русский языковой перевод (только публичная часть, без живой помощи в установке) IP.Board 3.4.0-3.4.4 - профессиональный перевод, адаптированный и пересмотренный. Без живой помощи в установке - устанавливаете сами, по вложенной инструкции. Демо - для переключения на русский язык, кликните на российский флаг наверху страницы или воспользуйтесь стандартным меню внизу страницы. Публичная часть переведена полностью. Админка на английском языке. Внимание: Если вам нужна админка на русском языке (полный перевод), перейдите сюда или сюда. Внимание: Если вам нужна квалифицированная помощь в установке, перейдите сюда. Файлы 1. forums_language_pack.xml.gz - перевод раздела Форум (админка на английском языке, публичная часть на русском языке). 2. members_language_pack.xml.gz - перевод раздела Пользователи (админка на английском языке, публичная часть на русском языке). 3. core_language_pack.xml.gz - перевод панелей управления (админка на английском языке, публичная часть на русском языке). 4. calendar_language_pack.xml.gz - перевод встроенного календаря (админка на английском языке, публичная часть на русском языке). 5. read_me.txt - инструкция по самостоятельной установке. Все переводы автора IP.Board 3.4.0-3.4.4 - Купить перевод IP.Board 3.4.0-3.4.4 (без живой помощи в установке) - Купить перевод IP.Board 3.4.0-3.4.4 (только публичная часть) - Купить перевод IP.Board 3.4.0-3.4.4 (только публичная часть, без живой помощи в установке) - Купить перевод IP.Chat 1.4.1, 1.4.2, 1.4.3 - Купить перевод IP.Content 2.3.3, 2.3.4, 2.3.5 IP.Blog 2.6.1, 2.6.2 IP.Gallery 5.0.3, 5.0.4 IP.Downloads 2.5.2, 2.5.3 IP.Nexus 1.5.7 Оказываю профессиональную поддержку по настройке любых расширений сервера (любая настройка любого linux сервера), форума, установке Ulogin на ваш форум. Контакты Pobierz plik
  19. IPB 3.4.x Russian Language Pack (without installation live support) IPB 3.4.x русский языковой перевод (без живой помощи в установке) IP.Board 3.4.0-3.4.4 - профессиональный перевод, адаптированный и пересмотренный. Без живой помощи в установке - устанавливаете сами, по вложенной инструкции. Демо - для переключения на русский язык, кликните на российский флаг наверху страницы или воспользуйтесь стандартным меню внизу страницы. Внимание: Если вам нужна квалифицированная помощь в установке, перейдите сюда. Публичная часть переведена полностью. Админка переведена на 90% и будет закончена в течение ближайших 10 дней полностью. Файлы 1. forums_language_pack.xml.gz - перевод раздела Форум. 2. members_language_pack.xml.gz - перевод раздела Пользователи 3. core_language_pack.xml.gz - перевод админской части, а также панелей управления. 4. calendar_language_pack.xml.gz - перевод встроенного календаря. 5. read_me.txt - инструкция по самостоятельной установке. Ценообразование Цена формируется, исходя из количества языковых строк. Перевод одной языковой строки стоит 1 цент США. Всего во всех файлах этой продажи 11592 языковые строки, что составляет 116 долларов США. От этой суммы отнимается 25% из-за отсутствия живой технической поддержки во время установки. К этой сумме прибавляется налог Marketplace 10% и 0,5 USD (комиссия за перевод). Итого получается: 97 USD Все переводы автора IP.Board 3.4.0-3.4.4 - Купить перевод IP.Board 3.4.0-3.4.4 (без живой помощи в установке) - Купить перевод IP.Board 3.4.0-3.4.4 (только публичная часть) - Купить перевод IP.Chat 1.4.1, 1.4.2, 1.4.3 - Купить перевод IP.Content 2.3.3, 2.3.4, 2.3.5 IP.Blog 2.6.1, 2.6.2 IP.Gallery 5.0.3, 5.0.4 IP.Downloads 2.5.2, 2.5.3 IP.Nexus 1.5.7 Оказываю профессиональную поддержку по настройке любых расширений сервера (любая настройка любого linux сервера), форума, установке Ulogin на ваш форум. Контакты Pobierz plik
  20. IPB 3.4.x Russian Language Pack (public pages only) IPB 3.4.x русский языковой перевод (только публичная часть) IP.Board 3.4.0-3.4.4 - профессиональный перевод, адаптированный и пересмотренный. Демо - для переключения на русский язык, кликните на российский флаг наверху страницы или воспользуйтесь стандартным меню внизу страницы. Публичная часть переведена полностью. Админка на английском языке. Внимание: Если вам нужна админка на русском языке (полный перевод), перейдите сюда. Файлы 1. forums_language_pack.xml.gz - перевод раздела Форум (админка на английском языке, публичная часть на русском языке). 2. members_language_pack.xml.gz - перевод раздела Пользователи (админка на английском языке, публичная часть на русском языке). 3. core_language_pack.xml.gz - перевод панелей управления (админка на английском языке, публичная часть на русском языке). 4. calendar_language_pack.xml.gz - перевод встроенного календаря (админка на английском языке, публичная часть на русском языке). 5. read_me.txt - инструкция по самостоятельной установке. Примечание: В стоимость продукта входит первичная установка языкового пакета согласно вашим предпочтениям, если вы того желаете. Технические требования для получения первичной установки языкового пакета 1. У вас уже установлен и корректно работает IP.Board 3.4.х. 2. База данных вашего форума в кодировке utf8. 3. У вас есть возможность увеличить настройку time-out своего сервера до необходимой. 4. Вы можете предоставить администраторский доступ в публичную часть и админцентр вашего IP.Board. 5. Вы сделали полный бэкап базы данных вашего IP.Board перед заказом установки. Настройка сервера Также оказываю платные услуги по подготовке IP.Board к установке данного языкового пакета, если настройки вашего сервера (хостинга) не удовлетворяют обозначенным выше техническим требованиям. В таком случае стоимость настройки сервера для последующей установки языкового пакета составит 25 USD за любой пункт ниже или за все сразу (цена одна за всё или за часть): 1. Установка последней версии IP.Board, скачанной вами из вашего клиентского центра. 2. Перекодирование базы данных в utf8. 3. Увеличение настройки time-out сервера. 4. Создание полного бэкапа базы данных перед установкой языкового пакета. Любые другие работы по настройке сервера и IP.Board оговариваются в индивидуальном порядке и не входят в перечисленные выше суммы. Все переводы автора IP.Board 3.4.0-3.4.4 - Купить перевод IP.Board 3.4.0-3.4.4 (только публичная часть) - Купить перевод IP.Chat 1.4.1, 1.4.2, 1.4.3 - Купить перевод IP.Content 2.3.3, 2.3.4, 2.3.5 IP.Blog 2.6.1, 2.6.2 IP.Gallery 5.0.3, 5.0.4 IP.Downloads 2.5.2, 2.5.3 IP.Nexus 1.5.7 Контакты Pobierz plik
  21. This hook will tie reputation system to best answer feature. How it works: When a user has his post marked as solved, he will receive a positive reputation point/like. On the other hand, one point will be decreased if his post is marked as unsolved. The positive reputation point/like will not be given if the author of the post marked as solved and topic author are the same user Pobierz plik
  22. New simple and essential skin for IP.Board 3.4. IMPORTANT INFORMATION: Custom Recolor CSS This mobile skin is released only in Blue color, if you need custom CCS recolor contact Author for more informations. Step 1: Import skin file Login to your boards admin control panel. Click the Look / Feel tab along the top. This will open the Skin Manager. Now click the 'Import New Skin Set' button. On the 'Import Skin Set' section. Using the browse button near the 'Upload XML(Archive) Skin Set' browse for and upload the skin file goo_IPB34.xml Step 2: Import skin images file Now we have to return and do the images. This is usually the cause of most confusion. Scroll down a bit to the 'Import Image Set' section. Browse for the skin file, images-goo.xml.gz Important: With the 'Apply To Skin Set' it is vital that you choose the skin you just imported here before clicking to import it. You will be able to easily identify the skin GooSkin (just imported) from its name here. Step 3: New skin settings Click the Look / Feel tab again now or click 'Manage Skin Sets & Template's on the left hand side to return to the Skin Manager page. You will see your newly imported skin listed. Click the grey button next to it and choose 'Edit Settings'. Set the skin to show in the skin chooser and be available to all groups. Step 4 (Optional): Apply your custom Recolor CSS If you have purchased Skin Recolor Service, follow instructions in additional (Paid) CSS file provided, or contact Author Pobierz plik
  23. IP.Chat 1.4.x Russian Language Pack IP.Chat 1.4.x русский языковой перевод IP.Chat 1.4.1-1.4.3 - профессиональный перевод, адаптированный и пересмотренный. Демо - для переключения на русский язык, кликните на российский флаг наверху страницы или воспользуйтесь стандартным меню внизу страницы. Для входа в чат необходимы регистрация и авторизация на сайте. Публичная часть и админка переведены полностью. Файлы 1. ipchat_language_pack.xml.gz - перевод админки и публичной части чата. 2. read_me.txt - инструкция по самостоятельной установке. Все переводы автора IP.Board 3.4.0-3.4.4 - Купить перевод IP.Chat 1.4.1, 1.4.2, 1.4.3 - Купить перевод IP.Content 2.3.3, 2.3.4, 2.3.5 IP.Blog 2.6.1, 2.6.2 IP.Gallery 5.0.3, 5.0.4 IP.Downloads 2.5.2, 2.5.3 IP.Nexus 1.5.7 Контакты Pobierz plik
  24. File Name: Logo Blanks File Submitter: AndyF File Submitted: 10 Apr 2013 File Category: IP.Board Modifications These are two simple 'blank' images I made from the branding background, expanded out to the correct sizes for the logo (358x64) and meta image (208x70) They are provided simply as a quick very easy alternative to use to edit for a logo for those who do not have any software capable of editing a .psd file, ie from the IP.Board GDK. Although using these instead of the .psd will not provide as nicer result, as they do not have the central highlighted effect given they are basic .png's they can be easily edited by nearly every paint package available and may be quite sufficient, even if for a temporary logo. Instructions on their use are provided in a readme. Click here to download this file Pobierz plik
  25. English Visit your Admin Control Panel > "Look / Feel" tab and click Manage Languages. Using the 'Upload language pack from your computer' section, browse for the supplied "language xml.gz" and click Import. Importing language packs can be slightly resource intensive, especially with larger packs. Please be patient as it make take a short time to complete the operation. The translation is only forum and is divided into three files for easier loading, You will also find a txt file with instructions to install it. This translation was done by Unicode characters, so that it can not give you any kind of error with accented after installation. Please report any errors in [email protected] Italiano Visita il tuo pannello di amministrazione di controllo> "Look / Feel" -> Gestione Linguaggi. Utilizzando il 'pacchetto di lingua caricare dal tuo computer' da selezionare, cercare il "linguaggio xml.gz" in dotazione e cliccare su Importa. Importazione di pacchetti di lingua può essere leggermente alta intensità di risorse, soprattutto con pacchetti di grandi dimensioni. La traduzione è solo forum ed è divisa in tre file per agevolare il caricamento, troverete anche un file txt con le istruzioni per installarla. Questa traduzione è stata effettuata tramite caratteri Unicode, in modo che non possa darvi alcun tipo di errore con le accentate, dopo l'installazione. Segnalate eventuali errori a [email protected]. Si prega di essere pazienti, ci vorrà un breve periodo di tempo per completare l'operazione. Pobierz plik
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.