The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Cyb - Check If Already Posted Details »» | |||||||||||||||||||||||||
vB 3.7 VERSION HERE:
https://vborg.vbsupport.ru/showthread.php?t=177936 ======= 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. Additionaly you can choose to search thread titles only or entire posts, to show results as threads or posts, to search current forum only or all. You can also exclude forums in ACP, set default 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. -Initial 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) v1.5 - Jan 24. 2007. -Added menu with search options which automatically expands when you mouse-over button. -Search options in ACP changed. Now you just set default values for options shown to user. Click INSTALL if you like this hack. Show Your Support
|
Comments |
#22
|
||||
|
||||
Nope, it don't works on my board, I dont have any popup blocker enabled or firewalls, other popup opens fine.
|
#23
|
||||
|
||||
Can you try yourself, in this forum Guest can post
http://www.lottosqueeze.org/forums/f...splay.php?f=17 |
#24
|
||||
|
||||
thanx for the update
|
#25
|
|||
|
|||
Thanks for adding the forum exclude option. I will do an install on my test board to try it out.
|
#26
|
||||
|
||||
Now all your mods works great, how it is possible that?
Is possible that do after the servers owners have removed the cache, I've asked and they answer haven't do nithing, but I untrust |
#27
|
||||
|
||||
When I try to open a new thread:
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/mhd-01/www.lottosqueeze.org/htdocs/forums/newthread.php(70) : eval()'d code(14) : eval()'d code on line 1 This happen only if I translate the phrase from English to Italian |
#28
|
|||
|
|||
*INSTALLED* Very nice feature... this will help the eager beavers that don't look before posting news threads! Thanks!
|
#29
|
|||
|
|||
Another feature request/question.
Would it be possible to add an ACP option "Forum Specific Search" Yes/No? I would like the ability to have the search only be run in the forum that the thread is being created in. I think that would be a usefull option to this nice hack. |
#30
|
|||
|
|||
There are a few validation issues with the code for the plugin...
To solve them, move the opening <td> tag above the beginning of the javascript, add "type="text/javascript" to the opening javascript tag and add a "/" to the end of the input tag to self close it. I think that was it. |
#31
|
|||
|
|||
for those using vB 3.6.2 AND are using the updated templates,
Replace "85" (maxlength="85") with "$vboptions[titlemaxchars]". This is a new option to set how long thread and posts titles may be. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|