#1 By: Scottb Subject:Search New File Missing  Time: 25.Sep.06 04:39:17
I recently downloaded and installed a fresh copy of YaBBSM 3.5pr and the searchnew.php file in the sources folder seems to be missing (or was not included). Is there any way to get this file?


#2 By: Datarunner Subject:Search New File Missing  Time: 25.Sep.06 12:23:53
No, there is no way for you to get this... 

http://www.supermod.org/attachments/SearchNew.zip

Insert this into line 427 of index.php in your root:

Code:


'searchnew' => array("$sourcedir/SearchNew.php", 'SearchNew'),       
'searchnew_markallread' => array("$sourcedir/SearchNew.php", 'SearchNew_MarkAllRead'),       
'searchnew_marktopicread' => array("$sourcedir/SearchNew.php", 'SearchNew_MarkTopicRead'),       
'searchnew_markboardread' => array("$sourcedir/SearchNew.php", 'SearchNew_MarkBoardRead'),       
'searchnew_markcategoryread' => array("$sourcedir/SearchNew.php", 'SearchNew_MarkCategoryRead'),       
'searchnew_cleanup' => array("$sourcedir/SearchNew.php", 'SearchNew_Cleanup'),




For a closer look
www.supermod.org/community/ind...d=2596;view=all




#3 By: Scottb Subject:Search New File Missing  Time: 25.Sep.06 20:16:57
Works great thanks.



Quote from: Datarunner

No, there is no way for you to get this... 

http://www.supermod.org/attachments/SearchNew.zip

Insert this into line 427 of index.php in your root:

Code:


'searchnew' => array("$sourcedir/SearchNew.php", 'SearchNew'),       
'searchnew_markallread' => array("$sourcedir/SearchNew.php", 'SearchNew_MarkAllRead'),       
'searchnew_marktopicread' => array("$sourcedir/SearchNew.php", 'SearchNew_MarkTopicRead'),       
'searchnew_markboardread' => array("$sourcedir/SearchNew.php", 'SearchNew_MarkBoardRead'),       
'searchnew_markcategoryread' => array("$sourcedir/SearchNew.php", 'SearchNew_MarkCategoryRead'),       
'searchnew_cleanup' => array("$sourcedir/SearchNew.php", 'SearchNew_Cleanup'),




For a closer look
www.supermod.org/community/ind...d=2596;view=all





#4 By: Datarunner Subject:Search New File Missing  Time: 01.Oct.06 21:05:10
The search new function does not seem to be functional in Firefox 
At least the mouse pointer does not change to hand... when I click on the topic twice I still get to the message.

Datarunner