![]() |
Find Topic: Existing Topics Check
A permitted port of https://vborg.vbsupport.ru/showthread.php?t=59940
Quote:
Thanks to Velocd for permitting the port. :up: Velocd's Signature (https://vborg.vbsupport.ru/member.php?u=9503): My OpenSource (as in do with them what you want no need to ask for permission) Scripts: 7/25/04 ? Article Bot 1.1, vB3 Member Album 2.0, BB Code Functions, Advanced Search w/Member Conditions, Eggdrop IRC Manager, IRC Manager for mIRC, Existing Topics Check 02 Feb 2006: fixed to prevent Array bit from showing atop the popup display results page 29 Jan 2006: some JavaScript tweaks to get this to work for Turkish and other languages 28 Jan 2006: fixed duplicate JavaScript function name causing Manage Attachments issue 28 Jan 2006: initial release of port |
Very nice idea and thanks for porting this hack :)
Edit : Calorie is it possible to change the mouse effect ? some users may not have chance to figure out if the image is a link or not. |
In the Find Topic newthread_form_complete plugin find:
Code:
document.findicon.style.cursor = \"default\"; Code:
document.findicon.style.cursor = \"pointer\"; |
Hi
This has taken the option to choose a thread prefix away If its mandatory to choose a prefix then you cant post the new thread!! Turn off your product and the prefixes work fine again! I turned off the thread prefixes.... I submitted a thread identical to another posted and nothing happened it just posted the new post :( Any ideas please? |
This mod is for viewing similar threads prior to submitting a new thread. Enter a title and then click the icon to see what it does. For the thread prefixes, see the attached.
|
I always liked this feature! :)
|
Ah i see now :) I think im gonna make the icon stand out a little better
unless you have any ideas? Other than that thanks for the updte on the plugin all is working well now :) Thanks alot Quote:
|
Nice addition to have! :)
|
Just a quickie..sorry to be a pain...
How can i add some text just below the icon saying sommat like "Please check for exsisting topic" Or perhaps sommat a little short but to that effect? TIA |
Quote:
Mhhh, thanks, but does not work here with the threadprefixes- 3.5.3. Any idea? |
read post #5 ;)
Quote:
|
Help....
My manage attchments button now shows similar threads pmsl oh well, all was fine :) Whats ya thoughts calorie? |
Manage Attachments issue confirmed.
|
Very nice! Installed. :)
Is there a way to change number of results when listing the threads? I would like it to show 10 instead of 5. Thanks for the nice hack! |
You change this in the findtopic.php that you uploaded
Code:
// ######################### SET LIMIT NUMBER ############################ Quote:
|
FYI: fixed duplicate JavaScript function name causing Manage Attachments issue
Re-install the XML product, allowing overwrite, and if you're using 'thread prefixes' reapply the change. To add text by the icon, look for ft_search_for_existing_topics in the Find Topic newthread_form_complete plugin. |
Outstanding! Thanks for the quick response and the time saving hack. :)
EDIT // I changed that number to 10 in the file but it still shows only 5. |
Nice 1 calorie...Well done
I have not found any more issues with regards to this hack, all is working well thanks you! |
Were you able to change the results number?
|
Thanks for the thanks. :)
Five is the max you can get unless you go edit the fetch_similar_threads function in the /forum/includes/functions_search.php file and replace LIMIT 5 with LIMIT 10 (two spots inside the function) and then use $limit = 10; in the findtopic.php file. Without the two edits to the fetch_similar_threads function in the functions_search.php file, $limit is good for zero to five. Anything less than zero would break the query, and without file edits anything over five gets ignored. |
Works like a charm with 10 now. You rock. :)
|
Yep! Thanks! Works without trouble on 3.5.3!
|
I spose i was half way there lol
Like i said i aint no coder :ermm: Cheers calorie for putting me right, works like a dream now :) QUOTE=calorie]Thanks for the thanks. :) Five is the max you can get unless you go edit the fetch_similar_threads function in the /forum/includes/functions_search.php file and replace LIMIT 5 with LIMIT 10 (two spots inside the function) and then use $limit = 10; in the findtopic.php file. Without the two edits to the fetch_similar_threads function in the functions_search.php file, $limit is good for zero to five. Anything less than zero would break the query, and without file edits anything over five gets ignored.[/QUOTE] |
Thanks Calorie.
- I used this back in 3.0 :cool: They still sell TAB ? - Not seen any around where I live for years. |
Beautiful! Thanks again, calorie (& Velocd).
|
Wow awesome mod.... your are the man calorie!!! this has to be one of my favorites so far...
|
Thank you !
i like very well your hack ;) |
What about making this an AJAX hack? I mean, there is one already for when our visitors try to register and shows if the username is being used.
In this case it would check some of the words being written on the title and seek for similar existing titles. Nice huh? |
Hi calorie, thanks for the plugin.
Just installed on a vB 3.5.3 board. Working with a little problem. If any Turkish character is typed in the subject field, it opens an HTTP 406 Error page. Can it be sorted out? |
FYI: some JavaScript tweaks to get this to work for Turkish and other languages
Re-install the XML product, allowing overwrite, and if you're using 'thread prefixes' reapply the change. |
Wonderful hack! :) Thanks.
Now I am a bit code challenged. I found where you suggest to add the text but I'm not at all sure how to go about doing it? Any help would be greatly appreciated. To be more precise, I'm wanting the text to sit next to the icon so they don't have to mouse over to see it. At attention getter as it were. |
After you install go to vB ACP -> Plugin System -> Plugin Manager -> look for Find Topic -> click Edit -> find the following:
Code:
<td><img name=\"findicon\" src=\"" . $stylevar['imgdir_button'] . "/findicon_off.gif\" alt=\"" . $vbphrase['ft_search_for_existing_topics'] . "\" onClick=\"ft_popWindow()\" /></td> Code:
<td><img name=\"findicon\" src=\"" . $stylevar['imgdir_button'] . "/findicon_off.gif\" alt=\"" . $vbphrase['ft_search_for_existing_topics'] . "\" onClick=\"ft_popWindow()\" />" . $vbphrase['ft_search_for_existing_topics'] . "</td> |
Thank you very much. Worked like a charm. I also got to learn something new today about phrases since I wanted the text to be different. You provided me with what I needed to learn it though. :)
|
Hey Calorie the hack I love and is enterferring wid the attachment upload in vb? When manage attachment is clicked it starts searching for similar topics.
Any suggestions? |
The fix is in the thread,.... #16
|
Quote:
BTW, Thread prefix isn't installed. |
Quote:
|
The JavaScript escape() was replaced with the vB JavaScript PHP.urlencode() in case that was an issue, but a 406 error is a client-side thing, meaning basically that the server cannot send the requested page back to the browser because the browser thinks the page is not acceptable.
See http://www.checkupdown.com/status/E406.html and http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html for more details. |
installed and works fine !
but see included screenshot, whats ARRAY at the top? |
FYI: fixed to prevent Array bit from showing atop the popup display results page
FTP the findtopic.php file, overwriting the old file, to upgrade |
All times are GMT. The time now is 09:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|