Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Oct 19 2009 12:05 PM
    • Views: 1086
     


    * * * * *
    0 Ratings

    IP.Board 3.0.4: Remove the 200 post view limit for users

    Posted by Adriano Faria on Oct 19 2009 12:05 PM
    Open admin/applications/forums/extensions/searchPlugin.php and find:

    'limit'	=> array(0, $this->hardLimit),
    Change to:

    //'limit'	=> array(0, $this->hardLimit),
    It will appear twice... make it in all!

    Find:

    'limit'	=> array(0, $this->hardLimit + 1),
    Change:

    //'limit'	=> array(0, $this->hardLimit + 1),
    It will appear twice... make it in all!

    Find:

    		if ( $count > $this->hardLimit )
    		 {
    			 $count = $this->hardLimit;
    			 $this->resultsCutToLimit = true;
    		 }
    Change to:

    		/*if ( $count > $this->hardLimit )
    		 {
    			 $count = $this->hardLimit;
    			 $this->resultsCutToLimit = true;
    		 }*/

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune