Supported DB Changes Installer Included Uses Plugins Template Changes Code Changes Additional Files Is a Beta!
[3.6.2] Cyb - Check If Already Posted
Info: User can check if the same/similar thread already exist when posting new one. Button is shown right after the thread title field in newthread form. When button is clicked then javascript code opens popup window with search results. Entered thread title is used as search query. In hack options you can choose to search thread titles only or entire posts, to show results as threads or posts, exclude forums, adjust pop-up window dimensions,...
All search permissions (by usergroups, forums) will be applied here too.
Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. OPTIONAL (for very customized styles - if button not shown):
In newthread template find: <td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1" /></td>
Below it add: $cybcheckifposted
To set options go to: AdminCP > vBulletin Options > Cyb - Check If Already Posted
Versions: v1.0 - May 18. 2006.
-First Release v1.1 - Aug 04. 2006.
-Release of this hack for vB v3.6 v1.2 - Aug 05. 2006.
-Uncached template bug fixed v1.3 - Sep 20. 2006.
-Added option to exclude forums
-Added Product Version Checking
-Compatibility with different styles improved
-Few other improvements in code (new hook location, removed 1 template,...)
-Few other improvements in code (new hook location, removed 1 template,...) v1.4 - Oct 08. 2006.
-Fixed bug (button not automatically added to the newthread form on vB 3.6.2)
-Fixed some validation issues (mentioned by ForumDog)