User Profile

Collapse

Profile Sidebar

Collapse
mystified
mystified
Last Activity: Feb 17 '08, 12:25 PM
Joined: Jun 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mystified
    replied to IPB and search by forum_id
    in PHP
    This is the mod if it helps:
    Code:
    function get_unanswered()
    
    	{
    
    	
    	//-----------------------------------------
    		// Do we have flood control enabled?
    		//-----------------------------------------
    		
    		if ($this->ipsclass->member['g_search_flood'] > 0)
    		{
    			$flood_time = time() - $this->ipsclass->member['g_search_flood'];
    			
    			//-----------------------------------------
    ...
    See more | Go to post

    Leave a comment:


  • mystified
    started a topic IPB and search by forum_id
    in PHP

    IPB and search by forum_id

    I have a php mod that I'm using on an Invision Power Board. It's to search for unanswered topics. The problem is that it was designed to search for "all" and I need to be able to filter them by forum_id.

    This is what I had:
    [code=php]
    $this->ipsclass->input['forums'] = '7 9 10 31 19 26 28 13 15 20 48 21 16 52';


    $forums = $this->get_searchable _forums();

    ...
    See more | Go to post
No activity results to display
Show More
Working...