Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

NewsBot

Moderator
  • Postów

    8 855
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    24

Treść opublikowana przez NewsBot

  1. This is a VERY simple hook, it simply adds a sidebar to the board index which you can insert custom html into. You can add images, text or whatever you want. Simply upload the .xml in the hooks manager then goto your system settings enter the "hooks" tab and you'll see there settings for the "blank sidebar hook". in there is 4 options PER sidebar (so 12 in total), on/off switch, group settings, title (obvious) and a standard bbcodde editor, just enter what you want in there and it will show up in the sidebar Pobierz plik
  2. Compatibility: Tested in IP.Board 3.1.x but can work in others versions. Author: Animus (SOS Invision) Description: Add the LiveStream embed code to your media bbcode list. Pobierz plik
  3. Compatibility: Tested in IP.Board 3.1.x but can work in others versions. Author: Animus (SOS Invision) Description: Add the UStream.TV embed code to your media bbcode list. Pobierz plik
  4. File Name: (SOS31) Recent Topics v2.0.0 File Submitter: Adriano File Submitted: 03 Jul 2010 File Category: IP.Board Modifications This hook will show a box with the last five topics/posts on board index. You can set how many topics do you want to show, the interval for the list auto update, exclude forums and groups allowed to see the list. To notify you about new topics/posts, this hook uses an effect that will pulsate the list only if some new topic or new post is made. Copyright Note This hook is an upgrade of D23-Recent Topics 1.1 mod, by Dean & Logan, from D-Scripting. This upgrade was authorized by Logan. New features in this version: Topic preview Mark topic as read when you click in its image Forums prefixes (moved, pinned, poll and watched topic) Attachments link to view topic attachements Themes: you can choose theme 1 (default, from older versions) and theme 2. Compatibility: IP.Board 3.1.X Click here to download this file Pobierz plik
  5. http://www.invisionmodding.com/index.php?autocom=downloads&req=display& code=sst&id=1565 File Name: (SOS31) Recent Topics v2.0.0 File Submitter: SOSInvision File Submitted: 3 Jul 2010 File Updated: 3 Jul 2010 File Category: IP.Board v3.1 Resource Type: Hook Version: 2.0.0 This hook will show a box with the last five topics/posts on board index. You can set how many topics do you want to show, the interval for the list auto update, exclude forums and groups allowed to see the list. To notify you about new topics/posts, this hook uses an effect that will pulsate the list only if some new topic or new post is made. Copyright Note This hook is an upgrade of D23-Recent Topics 1.1 mod, by Dean & Logan, from D-Scripting. This upgrade was authorized by Logan. New features in this version: Topic preview Mark topic as read when you click in its image Forums prefixes (moved, pinned, poll and watched topic) Attachments link to view topic attachements Themes: you can choose theme 1 (default, from older versions) and theme 2. Compatibility: IP.Board 3.1.X Click here to download this file Pobierz plik
  6. File Name: (SOS31) Recent Topics v2.0.0 File Submitter: SOSInvision File Submitted: 3 Jul 2010 File Updated: 3 Jul 2010 File Category: IP.Board v3.1 Resource Type: Hook Version: 2.0.0 This hook will show a box with the last five topics/posts on board index. You can set how many topics do you want to show, the interval for the list auto update, exclude forums and groups allowed to see the list. To notify you about new topics/posts, this hook uses an effect that will pulsate the list only if some new topic or new post is made. Copyright Note This hook is an upgrade of D23-Recent Topics 1.1 mod, by Dean & Logan, from D-Scripting. This upgrade was authorized by Logan. New features in this version: Topic preview Mark topic as read when you click in its image Forums prefixes (moved, pinned, poll and watched topic) Attachments link to view topic attachements Themes: you can choose theme 1 (default, from older versions) and theme 2. Compatibility: IP.Board 3.1.X Click here to download this file Pobierz plik
  7. This hook will show a box with the last five topics/posts on board index. You can set how many topics do you want to show, the interval for the list auto update, exclude forums and groups allowed to see the list. To notify you about new topics/posts, this hook uses an effect that will pulsate the list only if some new topic or new post is made. Copyright Note This hook is an upgrade of D23-Recent Topics 1.1 mod, by Dean & Logan, from D-Scripting. This upgrade was authorized by Logan. New features in this version: Topic preview Mark topic as read when you click in its image Forums prefixes (moved, pinned, poll and watched topic) Attachments link to view topic attachements Themes: you can choose theme 1 (default, from older versions) and theme 2. Compatibility: IP.Board 3.1.X Pobierz plik
  8. SUPPORTS 3.1X ONLY DOWNLOAD MANAGER GALLERY CHAT SYSTEM BLOG LINKS SYSTEM ADDITIONAL FOLDER INCLUDED WITH LOGO BANNERS Can be purchased also from my store...No registration or joining is necessary. Just click this link to use the store instead of joining forum. GMM SKIN STORE ADDITIONAL VIEWS TOPIC VIEW http://i3.photobucket.com/albums/y91/gailmm/mysticaltopicview.png POST VIEW http://i3.photobucket.com/albums/y91/gailmm/mysticalpostview.png PROFILE VIEW http://i3.photobucket.com/albums/y91/gailmm/mysticalprofileview.png Pobierz plik
  9. This hook is designed to help users of the (now discontinued) Community SEO tool to migrate from CSEO's friendly URL format to IPB's built in friendly URL format. Simply install the hook via the 'Manage Hooks' section of your ACP, and then alter the 'CSEO URL Format' regular expression setting to suit your site. By default this setting recognises the format: this-is-a-topic-t21.html (and equivalents for forums and members). If you have any trouble with the regular expression, drop a message in the support topic and someone will help you put one together. Pobierz plik
  10. IMPORTANT This requires that you have some sort of .htaccess knowledge and that you are currently using .htaccess Instructions Rather simple. Upload the 'redirect.php' file into the same folder as conf_global.php and configure the .htaccess file as follows: * Use the .htaccess code as generated from within the ACP for using friendly URL's * IMMEDIATELY after the RewriteBase line and before anything else, include the following two lines: RewriteCond %{REQUEST_URI} ^/boardpath/.*-[tfm][0-9]*.html RewriteRule . /boardpath/wolfurl.php [L] (Be sure to replace "/boardpath/" with whatever your rewrite base is set to. Example, if it's set to "/forums/" then use that instead of "/boardpath/".) * Test to make sure it works. Advanced usage If you are redirecting from another folder/site, the wolfURL.php file is already set up to handle this without making any edits, you just need to tweak the .htaccess rewriterule to do it. RewriteRule . /path/to/wolfurl.php?redirect=/path/ [L] or RewriteRule . /path/to/wolfurl.php?redirect=http://newdomain.com/path/ [L] v31101 Initial release. Pobierz plik
  11. Demo: http://www.invisionita.it/forum/ It is not possible to redistribute Complete for all the official products Based on the standard skin for 3.1.1, so there are no compatibility problems css for future upgrades You can ask me for customizations Pobierz plik
  12. Demo: http://www.invisionita.it/forum/ It is not possible to redistribute Complete for all the official products Based on the standard skin for 3.1.1, so there are no compatibility problems css for future upgrades You can ask me for customizations Pobierz plik
  13. After many long years here at CommunitySEO, we've decided it's time to move on. Following the past several releases of IPB 3 it is evident that Invision Power Services takes search engine optimization in their product seriously, and as a result, the niche that our product was created for has been narrowing with each release. Basically, many users find that using the built in search engine optimization features of IP.Board are more than sufficient for their needs. This has not only created a void in sales (which of course is a factor in our decision), but it has also created a void in necessity. With little need for our product, there's little incentive to continue it. Further to this, it is not possible for our software to run as efficiently on top of an existing product as it is to use things built into the product directly (referring to our friendly URL functionality). The few features left in CommunitySEO that are not yet found in IP.Board are not important enough to warrant an entire software package for any longer. Rather than continue on this endeavor, which was great while it lasted, we have decided we would rather move along to other ventures where we feel we the creativity and vision we have can be put to good use. The first question most of you will probably want to ask is "what will happen to my purchase/license". This is an issue we have been carefully considering since we began discussing our plans. We have decided that we will release CommunitySEO, Tagging Module (for IPB 2.3) and Adsense Module (for IPB 2.3) open sourced here on the forums. We will release them under an open source license that will effectively let you do whatever you want with them. You can have another developer update issues, add features, update the products (for instance to make tagging compatible with IPB3) - whatever you want. We ask that you do not share the products with others, but that is only a friendly request. Ultimately, it's up to you what you want to do with them. The next question most of you will wonder about is support. Admittedly, I have been slow to respond over the last several months and of course with us closing the doors, I do not plan to continue providing official support. We will keep this site open for approximately 1 more month to give you ample time to download the open sourced software and to ask any questions on a peer basis on the forums here. I will not likely be stopping in to respond officially, though you may see a post or two from me if you have a quick question. Ultimately we feel that our product had a strong purpose with IPB 2.x and that is why it was created. We feel that it served this purpose well, however it's just no longer really needed, and as such there's not much incentive or point to continue maintaining it. We apologize in advance for any problems this may cause for our customers. We wish you the best in your future endeavors. Wyświetl pełny artykuł
  14. This will add a jQuery Featured Content slider for your articles. Visit the demo link to see how it works. Pobierz plik
  15. GlassWorld Transparent Skin It's the same what you like the dark skins or the light skins, no more skin need in the future! If you like the glass styled windows where almost every border is full transparent, then just change the backgound and create your special skin! Board, Calendar, Portal ready. This skin is working with: Ip.Board 3.1.x Price: $30 You Can: - Change your forum background image easily (2 image included) - Change your forum width easily (in pixel or in percent) - Change the logo (psd included) - Scroll up to the top, or down to the bottom of the page in the topic (Mouse and hand saver) - View Your customized profile, through the full transparent header (Viewable the full background image) If you want this skin, just pm me, or email me! Pics: http://killabeatsgames.hu/img/greenreki.png http://killabeatsgames.hu/img/greenreki2.png http://killabeatsgames.hu/img/rainbowreki.png http://killabeatsgames.hu/img/rainbowreki2.png Pobierz plik
  16. Cheap skin for IP.Board 3.0.x. Skin includes psd files. More information and demo you can find on http://www.skinworld.ca Pobierz plik
  17. Cheap skin for IP.Board 3.0.x. Skin includes psd files. More information and demo you can find on http://www.skinworld.ca Pobierz plik
  18. In previous blog entries, we've talked about various things the user can do: generate and pay invoices, purchase packages, have custom packages, purchase advertisements, file support requests, etc. IP.Nexus features a centralised customer page from which you can view all the data the user has made. This is what it looks like: ... Zobacz cały wpis
  19. IP.Board 3.1 has a great advertisement system. Administrators can specify code to appear in certain locations around the community to display banner ads. With IP.Nexus, it seemed logical to expand this to allow members of a community to purchase advertisement space. In order to do this, when you install IP.Nexus, the advertisement system in... Zobacz cały wpis
  20. Русский язык для следующих приложений: Bottombar 1.0.1 - нижняя панель iClient Download System 2.0.1 - бесплатный центр загрузок Invision MP3 iMedia Station - (iMP3) v2.0.1 - медиа центр IPB Links 3.2.2 - система ссылок для форума (T31) Tickets System 1.1.0 - суппорт центр Беглый перевод только для public частей. Pobierz plik
  21. Introducing: IPB 3.1.x World of Warcraft - Community Skin http://theskinnery.com/ipb/development/imgs/pre/3.1.x/wowcom.jpg Premium World of Warcraft skin. If you're into WOW, you gotta have this and other in our WOW collection. http://theskinnery.com/ipb/development/imgs/misc/skinf.png http://theskinnery.com/ipb/development/imgs/misc/check.png One year free skin support http://theskinnery.com/ipb/development/imgs/misc/check.png Extra features through TheSkinnery.com http://theskinnery.com/ipb/development/imgs/misc/check.png Expands to fit your board http://theskinnery.com/ipb/development/imgs/misc/check.png If you're not satisfied we'll work our hardest to make it right http://theskinnery.com/ipb/development/imgs/misc/check.png Also available in IPB 2.3.x and 3.0.x Click here to purchase Please do not redistribute. This is a paid skin listing. Redistributing is illegal! Beware of copycat skins throughout the net. We are the one, and the only official Skinnery. If you want the team that has years of experience designing skins, then go with The Skinnery. You wont regret it. We guarantee it. *Once payment has been made via paypal. Please allow up to 24 hours for your skin, we will send the skin as soon as possible to your Paypal email address. We send the skins manually at the moment, so please be patient. Thank you Thank you for viewing this skin. Pobierz plik
  22. A quick default theme variation I created. It's a dark based theme with dark blue and golden used as a secondary color. Pobierz plik
  23. Boomerang is a green, clean and glassy looking skin, suited to fit all needs for any online community. This skin is compatible with the following... IP Downloads, IP Chat, Subscriptions, and IP Tracker. Pobierz plik
  24. Русский язык для версии 3.1.1 на основе пака от Самойленко. Добавлен русский для IP Links 3.2.2 и Invision MP3 Media Station 2.0.1 и Shoutbox 1.1.3 (Cyber-Systems.org). Переведен только public. Pobierz plik
  25. File Name: (M31) Reputation Required to Post 1.0.0 File Submitter: Michael File Submitted: 27 Jun 2010 File Updated: 27 Jun 2010 File Category: IP.Board Modifications Resource Type: Hook Version: 1.0.0 (10001) - Compatibility: IP.Board 3.1.x+ Author: Michael John (DevFuse) Description: Set a reputation requirement for adding new topics, posting repies or editing posts. Options include bypassing the reputation requirement for select forums and member groups. Click here to download this file 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ę.