![]() |
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 |
All times are GMT. The time now is 06:17 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:
|