Jump to content

Adriano Faria

Clients
  • Posts

    31,588
  • Joined

  • Days Won

    473

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. 1.0.1 released to fix an issue on group manage. Manual fix: on admin/applications/forums/sources/classes/post/classPostForms.php, change: $grupo = IPSText::cleanPermString( $this->registry->class_forums->forum_by_id[ $this->request['f'] ]['sos30_regra_grupos'] ); if ( $this->registry->class_forums->forum_by_id[ $this->request['f'] ]['sos30_regra_onoff'] AND $this->registry->class_forums->forum_by_id[ $this->request['f'] ]['sos30_regra_texto'] != '' AND in_array( $this->memberData['member_group_id'], array( $grupo ) ) AND $_POST['agree_to_terms'] != 1 AND !$this->getIsPreview() ) to: $grupo = $this->registry->class_forums->forum_by_id[ $this->request['f'] ]['sos30_regra_grupos']; if ( $this->registry->class_forums->forum_by_id[ $this->request['f'] ]['sos30_regra_onoff'] AND $this->registry->class_forums->forum_by_id[ $this->request['f'] ]['sos30_regra_texto'] != '' AND in_array( $this->memberData['member_group_id'], explode( ',', $grupo ) ) AND $_POST['agree_to_terms'] != 1 AND !$this->getIsPreview() )
  2. File Name: (SOS30) PM Notification on Reputation v1.0.1 File Submitter: Adriano Faria File Submitted: 18 Oct 2009 File Category: Modifications This mod will send a PM to the post author when he had a reputation on his posts. You can set which user groups will receive the PMs and in which forums this will happen. You can also set the type of reputation (positive, negative or both), author ID, title and message for the PM. Just like IPB, this mod is based on discretion, since it doesn't tell who gave you the point... it just shows in which post it was. File Affected: admin\sources\classes\class_reputation_cache.php Click here to download this file
  3. Where is it ? http://community.invisionpower.com/index.php?app=chat ? I got:
  4. I can only imagine that you've made something wrong. Got this running on my 3.0.4 online board. :huh:
  5. Bug fixed! ps: tks to Michael John on helping on that!
  6. IP.Board 3.0.4 ? I have to check it out... maybe something has changed on IP.Board 3.0.4!
  7. File updated to add other groups on profile minicard: ;)
  8. File Name: (SOS30) New Topic Rules v1.0.1 File Submitter: Adriano Faria File Submitted: 15 Sep 2009 File Updated: 25 Oct 2009 File Category: Modifications This MOD will create a specific rule for the forums you want, so users of specific groups, set by the administrator, must agree before they can create a new topic. Affected Files: admin/applications/forums/modules_admin/forums/forums.phpadmin/applications/forums/skin_cp/cp_skin_forums.php admin/applications/forums/sources/classes/post/classPostForms.php Click here to download this file
  9. File Name: (SOS30) Number of Users per Skin v1.0.2 File Submitter: Adriano Faria File Submitted: 07 Sep 2009 File Updated: 14 Feb 2010 File Category: Modifications This MOD will show how many users are using each skin. Affected files: admin/sources/classes/output/formats/html/htmlOutput.php Click here to download this file
  10. File Name: (SOS30) Members Viewing Topics v1.0.0 File Submitter: Adriano Faria File Submitted: 01 Sep 2009 File Updated: 28 Oct 2009 File Category: Modifications This MOD will show, on forum view, how many users (guests and registered members) are viewing each topic. You can set if you want to show a message when no user is reading a topic; groups allowed to see the total of users reading a topic and you can exclude specific forums from showing how many are reading its topics. Copyright Note This mod is an update of [BoT] Users Viewing Topic v1.1.0 (IP.Board 2.3.X), from Trialga (Bryan), from Trialga Community Forums. This update was authorized by Trialga. File Affected: admin/applications/forums/modules_public/forums/forums.php Click here to download this file
  11. File Name: (SOS30) Hide Application's Tabs from Groups v1.0.0 File Submitter: Adriano Faria File Submitted: 23 Aug 2009 File Updated: 28 Feb 2010 File Category: Modifications This MOD will allow to hide component's tab from specific groups. Files Affected: adminsourcesclassesoutputformatscoreOutput.php adminapplicationscoreskin_cpcp_skin_applications.php adminapplicationscoremodules_adminapplicationsapplications.php Click here to download this file
  12. File Name: (SOS30) Hidden Links of Links System v1.0.1 File Submitter: Adriano Faria File Submitted: 26 Jul 2009 File Category: Hooks and Plugins This hook will show on board top, besides Admin CP link, how many links are awaiting approval on Links System. The text is linked to the 'Moderation Panel' of Links System. Compatibility: IP.Board 3.0.XLinks System 3.1.X Change from 1.0.0 => 1.0.1: no query is used. Now it's used Links System cache. Click here to download this file
  13. File Name: (SOS31) Secondary Groups Indicator File Submitter: Adriano Faria File Submitted: 21 Jul 2009 File Updated: 07 Jun 2011 File Category: Hooks and Plugins This HOOK will show all the secondary groups that a user belongs. It will show on UserInfoPane (posts, PMs, calendar events, apps, etc.), profile view and personal card. Note: Compatibility: IP.Board 3.1.X No file or template edit required Click here to download this file
  14. File Name: (SOS31) Max New Users Per Day v1.0.0 File Submitter: Adriano Faria File Submitted: 11 Jul 2009 File Updated: 15 Sep 2010 File Category: Hooks and Plugins Allows you to set the maximum number of new users that can register on your forum per day. Compatibility: IP.Board 3.X Click here to download this file
  15. File Name: (SOS30) Reputation System per Forum v1.0.0 File Submitter: Adriano Faria File Submitted: 20 Jul 2009 File Category: Modifications This mod allows you to use reputation system per forum. New setting on Manage Forums Mod in use Modified Files: admin/applications/forums/modules_admin/forums/forums.php admin/applications/forums/skin_cp/cp_skin_forums.php admin/sources/classes/class_reputation_cache.php Template Modified: Topic View -> topicViewTemplate Click here to download this file
  16. File Name: (SOS30) Upload Images v1.0.0 File Submitter: Adriano Faria File Submitted: 25 Jun 2009 File Category: Application Modules Form to upload image You can configure: This application will allow your members to make upload of images to your host. Useful if you have a board that needs to post images, screenshots, etc. if the application is onlineallowed user groups to use the applicationallowed type of imagesprefix for your imagesidentify the user that made the uploadthe maximum image size per group. Image preview ACP Overview ACP Settings Manage User Groups Compatibility: IP.Board 3.0.0 Click here to download this file
  17. File Name: (SOS30) Latest Discussions v1.0.2 File Submitter: Adriano Faria File Submitted: 16 Jun 2009 File Category: Hooks and Plugins This hook will show the latest discussions on your board. This hook uses the user group permission to see the allowed posts (forums). Settings: 1. Set the number of topics you wish to view 2. Show (or not) the number of topic replies 3. Show (or not) the number of topic views 4. show (or not) the forum name of the topic 5. Exclude any forum you like from the results 6. Select which groups can see the hook Click here to download this file
  18. File Name: (SOS30) IP.Tracker New Issues on Watched Projects v1.0.0 File Submitter: Adriano Faria File Submitted: 15 Jun 2009 File Category: Hooks and Plugins This hook will show a sidebar block with last 5 issues on IP.Tracker's watched projects. If the user didn't watch any project, nothing is showed. Compatibility: IP.Board 3.0.0IP.Tracker 1.3.0 Click here to download this file
  19. File Name: (SOS30) IP.Shoutbox: Users Online on Board Index File Submitter: Adriano Faria File Submitted: 09 Jun 2009 File Category: Hooks and Plugins This hook will show, on board index, users online on IP.Shoutbox. You can set if you want to hide the list when no user is online or always show the list and the groups that can see it. Click here to download this file
  20. File Name: (SOS30) Language on Register Challenge v1.0.0 File Submitter: Adriano Faria File Submitted: 06 Jun 2009 File Category: Modifications This mod will allow that guests see the question of Register Challenge on language that he selected (on language selector). The administrator, when creting a new question, will have to specify in wich language will appear for your guests. Admin CP Settings Guests seeing the questions on selected languages NOTE: the usage of this mod will only makes sense if you have more than 1 language on your board. Compatibility:IP.Board 3.0.0 Click here to download this file
  21. File Name: (SOS30) Forum Quick Stats v1.0.0 File Submitter: Adriano Faria File Submitted: 05 Jun 2009 File Category: Hooks and Plugins Displays information of each forum such as: topics, posts, views, top author, top poster, last post info, polls, etc. Settings: specify a title to the statsselect in which forums will appear the statsselect which groups will see the stats Compatibility: IP.Board 3.0.0 Copyright Note: Upgraded from Forum Quick Stats v1.0.0 (for IP.Board 2.1.x), with permission of ntd1712. Click here to download this file
  22. File Name: (SOS30) Top 5 New Members File Submitter: Adriano Faria File Submitted: 26 May 2009 File Category: Hooks and Plugins This hook will show on your board index a list with last 5 registered users. You can choose if you want to see validation and banners users. v1.0.1 => v1.0.2 = bug fix on not showing groups. v1.0.0 => v1.0.1 = bug fix on language string. Click here to download this file
  23. File Name: (SOS30) Last Post Inside Subforum v1.0 File Submitter: Adriano Faria File Submitted: 26 May 2009 File Category: Modifications This mod will show the name of subforum on the board index where last post was made. Compatibility: * IP.Board 3.0.0 Files Affected: * cachelang_cache1core_public_global.php * adminapplicationsforumssourcesclassesforumsclass_forums.php Copyright Note * This MOD was based on following MODs made on previous versions of IP.Board: * IP.BOARD 1.3 => Last Post inside subforum: http://mods.invisionize.com/db/index.php/f/5676 * IP.BOARD 2.1.X => Astiob Last Post Inside Subforum v1.3.1: http://mods.invisionize.com/db/index.php/f/5478 * IP.BOARD 2.2.X => Last Post Inside Subforum for IPB 2.2.x: http://mods.invisionize.com/db/index.php/f/7435 * IP.BOARD 2.3.X => (T23) Last Post Subforum 1.0: http://mods.invisionize.com/db/index.php/f/8091 Click here to download this file
  24. File Name: (SOS30) Global Latest News v1.0 File Submitter: Adriano Faria File Submitted: 26 May 2009 File Category: Modifications Shows the latest news link on all pages of the board! Click here to download this file
  25. File Name: (SOS30) View New Posts in My Topics v1.0.1 File Submitter: Adriano Faria File Submitted: 26 May 2009 File Updated: 23 Feb 2010 File Category: Modifications This mod creates a search similar to VIEW NEW CONTENT (forum posts) where will be listed only posts made on topics that you created. Click here to download this file
×
×
  • Create New...