![]() |
Quote:
|
So, do you plan on fixing the problems it causes with Javascript or not? This has messed up every piece of Javascript on my site.
I'm really looking forward to setting this up properly, so for now I guess I'll just have to uninstall. |
not suitable for large forums i think
|
Quote:
please write them here to be fixed Quote:
|
Quote:
you are mistaken..it shows thread titles from private forums to anyone that does a search..... ....it will not allow you to view the thread....but you can see the title try it yourself |
Quote:
anyway u have the choice to use or not to use it |
Great Hack
Installed على الرغم من انني لم اركب الهاك لأنني و لكن لكونه رائع ولكون مبرمجه عربي فقد دعمته لك تحياتي |
I can confirm that guests can't not search for private threads. I just test it.
|
This is one of the best mods so far. i have installed close to 30 mods on my site and none of my members say anything. When i installed this mod, my members love it and post to say thank you.
I hope the author improve or add new features to this mod ;) |
@CoderPHP: Any reason this doesn't add "highlight" to the links you click in the results box??
For instance, searching for "please" at your site would result in a link that goes to http://www.montadaphp.net/showthread...ghlight=please Since this doesn't search individual posts, highlighting please would at least help the users find what they were looking for more easily. Well... just a suggestion, I'll most likely get around to installing this mod sometime, if only for Admins, Mods, and VIPs. :) *installed* (so I remember to get around to it) :) |
After install my VB not working
also I can`t log in to admin cp what can i do ? |
Quote:
If that doesn't work (I don't know if this will do anything...): 2) Edit config.php, and at the top add "define('DISABLE_HOOKS', 1);" (without quotes), and then delete the additions you made for the hack. Don't forget to get rid of that code in config.php when you're done. I'm pretty sure this has nothing to do with plugins/products but you might as well give it a try :p. 3) Also, it may be a different hack that you recently installed... Try step 2 and disable the latest few hacks you installed. Quote:
|
Quote:
wow!!! i dont think it was the ORIGINAL simplified version that caused this.. but the many other (really good enhancements).... that dont answer your question, but... i think going back to the basics would help... it IS possible to over do a good thing either install your tools.php to your admincp directory... (located in your DO NOT UPLOAD FOLDER..... )... and go to it through your browser... and go through the back way....... or .... (i think that will work)... |
Quote:
|
Quote:
أشكرك بقوة على دعمك وذوقك الرفيع وان شاء الله نردهالك في الأفراح تحياتي محمود |
Quote:
regards |
Quote:
and i hope u put here what u wish to c in the future version ;) Quote:
thanx for ur feedback and indeed im thinking of adding an option to just let certain usergroups use this Mod Quote:
maybe u installed any other hack that affects ur forum try to do like StrifeX saied Quote:
|
This is very good.
does it search in threads titles only? does it search in posts content? Regards |
Quote:
|
There are two things:
1- I prefer you use the default AJAX class of vBulletin. 2- It's better to move the java code in the first step to a file in clientscript folder, and include it by joining this HTML Code:
<script type="text/javascript" src="clientscript/vbulletin_livesearch.js?v=368"></script> Regards |
StrifeX
Thanks a lot for your help I follow your instruction and everything back to normal Thanks again TheBlackPoet , coderphp I will try to find what's problem I have another JavaScript in the headinclude. Do think there is any conflict with Live Search hack ========= <script language="JavaScript1.2"> var rector=3 var stopit=0 var a=1 function init(which){ stopit=0 shake=which shake.style.left=0 shake.style.top=0 } function rattleimage(){ if ((!document.all&&!document.getElementById)||stopit ==1) return if (a==1){ shake.style.top=parseInt(shake.style.top)+rector } else if (a==2){ shake.style.left=parseInt(shake.style.left)+rector } else if (a==3){ shake.style.top=parseInt(shake.style.top)-rector } else{ shake.style.left=parseInt(shake.style.left)-rector } if (a<4) a++ else a=1 setTimeout("rattleimage()",50) } function stoprattle(which){ stopit=1 which.style.left=0 which.style.top=0 } </script> ========= <script language="JavaScript1.2"> function flashit(){ if (!document.all) return if (myexample.style.borderColor=="blue") myexample.style.borderColor="red" else myexample.style.borderColor="blue" } setInterval("flashit()", 200) </script> ========= Thanks |
Quote:
anyway ill think about using it in the future thanx again Milad :) Quote:
i dont think ur code has any interfere with Mod's code |
Quote:
|
Quote:
i wish i could help but really i see no probems in javascript when using this Mod on the original forum without any other Mod ok could u please put ur JAVASCRIPT errors here?? |
Quote:
Also, one of the things that doesn't work is the "[ITech] [AJAX] Inferno vBShout Lite 1.0.1", which can be found here: https://vborg.vbsupport.ru/showthrea...ech%5D+inferno - When I refresh the page it just says "Loading...". |
When search, the oldest threads appear on top. How can I make the latest thread appear on top ?
|
Nvrm, I just fixed the problem :)
|
Quote:
search for: Code:
$results = $db->query_read("SELECT * FROM ". TABLE_PREFIX ."thread WHERE `title` LIKE '%$query%' AND `thread`.`forumid` NOT IN (0 $excludelist)"); Code:
$results = $db->query_read("SELECT * FROM ". TABLE_PREFIX ."thread WHERE `title` LIKE '%$query%' AND `thread`.`forumid` NOT IN (0 $excludelist) ORDER BY `lastpost` DESC"); Quote:
|
thanks,
Now I'm thinking of enhancements that I like to see in next release ;) |
Quote:
let me know when u finish :D |
There seems to be a problem with +,++ or +++ (maybe more but this is what i just noticed)
When search for C++, it shows all thread that has C in it (which is so many). It shows the same results for C+, C++, C+++, C++++, etc Something with how you parse the + sign |
ideas for future enhancements:
Options to apply this mod to Search this thread (search for post) and Search this forum (search for thread title as before) |
Quote:
the + sign is not appearing in the php script i think the problem is concerned to using GET method for sending variables ill check that & tell u soon Quote:
of course ill add them in the future version :) |
I just check for different browser platform and here is where everything is different. I tested with IE7, Opera and FF.
For IE7 (The Live Search word is on top of the search box instead of on the left of it and the popup stay on the right) https://vborg.vbsupport.ru/ For Opera (looks fine but the search result is right aligned https://vborg.vbsupport.ru/ For FF (this looks perfect) https://vborg.vbsupport.ru/ I include here the search code which I insert into navbar template (I have a highly customized style). I would really appreciate if you can see what's wrong Code:
<!-- search --> |
My style is also HEAVILY modified and i had a lot of trouble making it work. But this depends on th Browser... IMO FF is the best browser...
|
Quote:
ill check the code and let u know thanx |
Quote:
This can help you... :) Just add <br /> abobe of the 'header' code. Quote:
|
Thanks for helping but it does not make any difference
|
Quote:
Sorry my mistaken. This code... Red <br />. Quote:
|
Again, I appreciate your help a great deal.
i added as suggested, edited other part of the template to no avail. |
All times are GMT. The time now is 01:34 PM. |
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:
|