NewsBot
Moderator-
Postów
9 017 -
Dołączył
-
Ostatnia wizyta
-
Wygrane w rankingu
26
Typ zawartości
Profile
Forum
Pliki
Galeria
Blogi
Sklep
Wydarzenia
Treść opublikowana przez NewsBot
-
Resource Type: Modification Version: 2.0.0 (20000) Compatibility: IP.Board 3.1.0+ This mod allow selected groups to see which browser an active user is using to navigate the board. Features: Enable / Disable the mod globally Select which groups are allowed to view the browser image Option to display the image before or after the member name 4 different switches to enable the mod only in certain areasActive Users in Board Index Online Users List Active Users in Forum View Active Users in Topic View Supported Browsers: This mod by default supports all the included browsers in IP.Board, if you have added more browsers (User Agents) but the images are missing you will need to upload your own images inside the folder public/style_extra/tb_dmb/. For your own browser images to be displayed properly you need to use a PNG image and the name needs to be written in the following way: user_agent_key_setup_in_acp.png. Changes from 0.9.0 to 1.0.0: Fixed the instruction for the edit in online.php that has changed since IP.Board 3.0.4 Modified the hook to not add a useless placeholder file like in the old version (requires IP.Board 3.0.5!) Changes from 1.0.0 to 1.0.1: Added a small change to prevent a fatal error when using the "Active Users" plugin in IP.Content Changes from 1.0.1 to 2.0.0: Mod is now compatible with IPB 3.1+ only Removed 1 file edit and 2 template edits from from the 3.0 version thanks to a new hook Pobierz plik
-
http://www.invisionmodding.com/index.php?autocom=downloads&req=display&code=sst&id=1561 File Name: (DP31) Chat for Members from X Posts File Submitter: DawPi File Submitted: 14 Jun 2010 File Category: IP.Board v3.0 & v3.1 Resource Type: Hook Version: 1.0.0 With this hook you can limit access to IP.Chat, bases on users posts count. Click here to download this file Pobierz plik
-
[IPS Blog] IP.Nexus Dev Update: Support Desk Management
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
One feature we're really excited about in IP.Nexus is the Support Desk. Many administrators selling products on their site will need to offer support services to members. In this blog entry, we'll go through some of the settings available allowing you to control the Support Desk. ... Zobacz cały wpis -
[community.invisionpower.com - pliki] Paradise
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
Skin by cheesysalsa of http://VibrantFX.net ------------------------------------------- This is a free GFX Dark Themed Skin for people who own GFX Sites. This skin was original designed for Gra-Fix but I thought it was so nice that I had to give it for free to everyone. Enjoy the first skin I made, if you have any problems with the skin, please report them to VibrantFX and I will fix it or give me a PM here. Thanks a lot for using my skin! Pobierz plik -
[community.invisionpower.com - pliki] Blueberry Light 3.1
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
Name: Blueberry Light Compatable: 3.1.x Colors: Varying shades of blue. Created this for a friend of mine to her specifications, and thought I would offer it here for others to use. If you have any questions or comments, please click the Support Topic link and I'll be more than glad to help. I hope you enjoy my second ever skin. If you enjoy the skin, and wish to submit a donation, please go to my website and register. Please be sure that your e-mail and IP Address aren't spammy. I, and my Staff, review all new registrations for possible spammers. There will be a short wait while your e-mail is validated, but you need to check your e-mail to click the confirmation button before we look at your application. Once a member, a welcome thread is created for you in the Welcome forum - which will be near the top of the forum. There is a one(1) post count requirement for your first download. After that, you will need to participate to continue downloading available files - a minimum of one(1) post between each download. New skins will be forth-coming. I hope... lol... Adding(or removing) stats/online list to the top. So for those that wish to re-add/remove the online list to the top, it's quite simple to do(just click the spoiler button to open the instructions): Spoiler Go to your AdminCP --> Look & Feel --> click on Blueberry Light 3.1 --> Templates --> Board Index --> boardindexTemplate. At the very top, above: {parse js_module="board"} Add(copy & paste): <ul id='stat_links' class='filter_bar rounded'> <li><a href="{parse url="app=core&module=search&do=active" base="public"}" title="{$this->lang->words['today_active_cont']}">{$this->lang->words['new_active_cont']}</a></li> <li><a href="{parse url="app=forums&module=extras§ion=stats&do=leaders" base="public"}" title="{$this->lang->words['sm_forum_leaders_title']}">{$this->lang->words['sm_forum_leaders']}</a></li> <li><a href="{parse url="app=forums&module=extras§ion=stats" base="public"}" title="{$this->lang->words['sm_all_posters_title']}">{$this->lang->words['sm_today_posters']}</a></li> <li><a href="{parse url="app=members§ion=view&module=list&max_results=20&sort_key=posts&sort_order=desc&filter=ALL" base="public"}" title="{$this->lang->words['sm_overall_posters_title']}">{$this->lang->words['sm_overall_posters']}</a></li></ul><div id='board_statistics' class='statistics general_box clearfix'> <if test="showTotals:|:$this->settings['show_totals']"> <div id='stats'> <h2>{$this->lang->words['board_stats']}</h2> <dl> <dt>{$this->lang->words['total_posts']}</dt> <dd>{$stats['info']['total_posts']}</dd> <dt>{$this->lang->words['total_members']}</dt> <dd>{$stats['info']['mem_count']}</dd> <dt>{$this->lang->words['newest_member']}</dt> <dd><a href='{$stats['info']['last_mem_link']}' title='{$this->lang->words['view_profile']}'>{$stats['info']['last_mem_name']}</a>{parse template="user_popup" group="global" params="$stats['info']['last_mem_id'],$stats['info']['last_mem_seo']"} </dd> <dt>{$this->lang->words['online_at_once']}</dt> <dd>{$stats['info']['most_online']}<br /><span class='extra'>{$stats['info']['most_time']}</span></dd> </dl> </div> </if> <if test="showActive:|:$this->settings['show_active']"> <div id='active_users' class='stats_list'> <h2> {$stats['TOTAL']} {$this->lang->words['active_users_text']} <span>{$this->lang->words['active_users']}</span><br /> <span class='desc'>{parse expression="sprintf( $this->lang->words['active_users_detail'], $stats['MEMBERS'], $stats['GUESTS'], $stats['ANON'] )"} | {$this->lang->words['show_by']}: <a href='{parse url="app=members&module=online&sort_order=desc" base="public"}'>{$this->lang->words['oul_click']}</a> {$this->lang->words['or']} <a href='{parse url="app=members&module=online&sort_key=name&sort_order=asc&show_mem=reg" base="public"}'>{$this->lang->words['oul_name']}</a></span> </h2> <if test="activeNames:|:count($stats['NAMES'])"> <p> <span class='name'>{parse expression="implode( ",</span> <span class='name'>", $stats['NAMES'] )"}</span> </p> </if> </div> </if> <if test="calendarEventsOuter:|:$calendar_events"> <div id='cal_events' class='stats_list'> <h2>{$this->lang->words['upcoming_events']}</h2> <if test="calendarEventsInner:|:is_array( $calendar_events )"> <p> <span class='name'>{parse expression="implode( ",</span> <span class='name'>", $calendar_events )"}</span> </p> <else /> <p>{$calendar_events}</p> </if> </div> </if> </if> </div><br> Then click save, and you're done! Hope you all enjoy! Pobierz plik -
[community.invisionpower.com - pliki] [K-F] Dark Red Wine
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
This nice colourful Red "Wine" skin has a slight "mix" colours, though looks somewhat like red wine. This time, this skin has alot of differences, it has new colors for images, and was not made via any skin generator. It was made from scratch with some default IP.Board style but not much. Copyright: Copyright Removal can be purchased for only $15 per domain. If you have not purchased copyright removal then do not remove the copyright at all. Bug Fixes: PM Notification - Fixed Skin Selection - Fixed Footer Gradient - Fixed Search Function - Fixed More updates will be soon soon! Pobierz plik -
[InvisionModding.com - pliki] Green Team Icons
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
File Name: Green Team Icons File Submitter: Vinay Prajapati File Submitted: 13 Jun 2010 File Category: Graphics ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★ Green Team Icons by Vinay Prajapati For Invision Power Board 3.0/3.1+ ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★ For more info read me text file inside the archive. Click here to download this file Pobierz plik -
[InvisionModding.com - pliki] Green Team Icons
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
http://www.invisionmodding.com/index.php?autocom=downloads&req=display&code=sst&id=1560 File Name: Green Team Icons File Submitter: Vinay Prajapati File Submitted: 13 Jun 2010 File Category: Graphics ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★ Green Team Icons by Vinay Prajapati For Invision Power Board 3.0/3.1+ ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★. ★ For more info read me text file inside the archive. Click here to download this file Pobierz plik -
File Name: (SOS31) Profile Card Icon in Users Online List in Board Index v1.0.0 File Submitter: Adriano File Submitted: 12 Jun 2010 File Category: IP.Board Modifications http://forum.sosinvision.com.br/uploads/images/SOS-1276381788-U1.png Will add a link to the profile card of users in online list in board index, making it easier and faster to get information about this user and/or send PMs, etc. Compatibility: IP.Board 3.1.X Click here to download this file Pobierz plik
-
File Name: (SOS31) Profile Card Icon in Users Online List in Board Index v1.0.0 File Submitter: SOSInvision File Submitted: 12 Jun 2010 File Category: IP.Board v3.1 Resource Type: Hook Version: 1.0.0 Will add a link to the profile card of users in online list in board index, making it easier and faster to get information about this user and/or send PMs, etc. Compatibility: IP.Board 3.1.X Click here to download this file Pobierz plik
-
http://www.invisionmodding.com/index.php?autocom=downloads&req=display&code=sst&id=1559 File Name: (SOS31) Profile Card Icon in Users Online List in Board Index v1.0.0 File Submitter: SOSInvision File Submitted: 12 Jun 2010 File Category: IP.Board v3.1 Resource Type: Hook Version: 1.0.0 http://forum.sosinvision.com.br/uploads/images/SOS-1276381788-U1.png Will add a link to the profile card of users in online list in board index, making it easier and faster to get information about this user and/or send PMs, etc. Compatibility: IP.Board 3.1.X Click here to download this file Pobierz plik
-
[community.invisionpower.com - pliki] Summer Trellis 3.1
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
3.1 ONLY DOWNLOAD MANAGER 2.2.0 VERSION GALLERY 3.2.0 VERSION CHAT SYSTEM BLOG YOU WILL NEED A ZIP PROGRAM TO UNZIP ALL 3.1 SKIN THEMES Includes Xtra Folder with a variety of logo banners to use. Can purchase this for only $5.00 or be able to download in our Premium Club Membership Download Section XTRA Images http://i3.photobucket.com/albums/y91/gailmm/SummerTrellisPostview.pnghttp://i3.photobucket.com/albums/y91/gailmm/SummerTrellisProfileview.pnghttp://i3.photobucket.com/albums/y91/gailmm/SumerTrellisTopicview.png Pobierz plik -
http://forum.sosinvision.com.br/uploads/images/SOS-1264699772-U1.png By default, IP.Board shows the topics/posts from all forums when the user clicks in View New Content link. With this MOD, you give the user the option to select which forums he wants to see in VIEW NEW CONTENT search, TODAY'S ACTIVE CONTENT search and FIND MY CONTENT search. It's very nice to be used on forums with many categories/forums. For example: a user that uses ASP may not want to see the posts from PHP forum or maybe user didn't want to see topics from RSS forum, etc. Affected Files: admin\applications\forums\extensions\usercpForms.php admin\applications\forums\extensions\search\engines\sql.php Compatibility: IP.Board 3.1.X Pobierz plik
-
[IPS Blog] IP.Nexus Dev Update: Credits
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
In several of our previous blog entry about IP.Nexus, we've mentioned "credits". Credit, is simply money which is stored on the account. When IP.Nexus "pays" a users (commission for a referral purchase, for example) it adds credit to their account. The administrator can of course award credit manually from the customer... Zobacz cały wpis -
File Name: (SOS31) Format Post Content in Topic Preview Popup v1.0.0 File Submitter: Adriano File Submitted: 11 Jun 2010 File Updated: 11 Jun 2010 File Category: IP.Board Modifications http://forum.sosinvision.com.br/uploads/images/SOS-1276281074-U1.png This hook will format post content in topic preview popup. Compatibility: IP.Board 3.1.X Click here to download this file Pobierz plik
-
File Name: (SOS31) Format Post Content in Topic Preview Popup v1.0.0 File Submitter: SOSInvision File Submitted: 11 Jun 2010 File Category: IP.Board v3.1 Resource Type: Hook Version: No Information This hook will format post content in topic preview popup. Compatibility: IP.Board 3.1.X Click here to download this file Pobierz plik
-
[community.invisionpower.com - pliki] icon group
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
One icon for group. psd. Pobierz plik -
[IPS Blog] IP.Board 3.1.1 - What's New?
NewsBot opublikował(a) temat w Wiadomości z Invision Power Services
With the release of 3.1.1 scheduled for next week, I thought I'd take a moment and outline some of the bigger changes. We're very pleased with how well IP.Board 3.1.0 has been received and how stable it has been. We've been working hard to iron out some common issues and we've been reading a lot of your feedback. Based on that,... Zobacz cały wpis
