Jump to content

Reitaksvk

Clients
  • Posts

    363
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Reitaksvk reacted to edivad in IP.Chat Service Testing   
    Do you still think to provide the service only trought your servers?
  2. Like
    Reitaksvk reacted to Adriano Faria in Download: (SOS30) Block Forums from 'View New Content' v1.1.0   
    New version released!

    Change log:


    1.0.0 => 1.0.1: Driver Error when click on others tabs from TODAY'S ACTIVE CONTENT.
    Manual fix:

    Open admin\applications\core\modules_public\search\search.php and find:


    /* (SOS30) Block Forums from 'View New Content' v1.0.0 */ if( $this->settings['sos30_blockforums_on'] AND in_array( $this->member->getProperty('member_group_id') , explode(',', $this->settings['sos30_blockforums_groups'] ) ) ) { $this->search_plugin->setCondition( 't.forum_id', 'NOT IN', $this->memberData['blocked_forums'] ); } Change to:

    /* (SOS30) Block Forums from 'View New Content' v1.0.1 */ if( $this->request['search_app'] == 'forums' AND $this->settings['sos30_blockforums_on'] AND in_array( $this->member->getProperty('member_group_id') , explode(',', $this->settings['sos30_blockforums_groups'] ) ) ) { $this->search_plugin->setCondition( 't.forum_id', 'NOT IN', $this->memberData['blocked_forums'] ); }
  3. Like
    Reitaksvk reacted to Adriano Faria in Download: (SOS30) Block Forums from 'View New Content' v1.1.0   
    File Name: (SOS30) Block Forums from 'View New Content' v1.1.0
    File Submitter: Adriano Faria
    File Submitted: 08 Nov 2009
    File Updated: 28 Jan 2010
    File Category: Modifications



    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 and TODAY'S ACTIVE 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\searchPlugin.php
    Change log:

    1.0.2 => 1.1.0: Adjusts to run on IP.Board 3.0.5 and quick list of forums blocked 1.01 => 1.0.2: Driver Error when click on others tabs from TODAY'S ACTIVE CONTENT, ror those who didn't select any forum. 1.0.0 => 1.0.1: Driver Error when click on others tabs from TODAY'S ACTIVE CONTENT.

    Click here to download this file
×
×
  • Create New...