NonCompare
10-28-2005, 06:29 AM
Hello,
I made some modifications on the templates which involved search-engine friendly URLs.
I did change http://www.site.com/forums/showthread.php?t=131 to http://www.site.com/forums/news/131/topic.html
Everything is fine except for the popup menus. When you click Thread Tools, Search This Thread, Rating, The Author and anything that has a popup menu, there will be no pop up shown as of the original.
Sample of the template (for Search This Thread):<a href="#goto_threadsearch">$vbphrase[search_this_thread]</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadsearch"); </script></if> How I'm going to change this so that there will be the popup controls of the thread even with that long URLs?
You can see it live here http://www.newsback.com and just click the headline then after that scroll down to the bottom and you can see the thread controls, rating and other things.
Any help is greatly appreciated.
I made some modifications on the templates which involved search-engine friendly URLs.
I did change http://www.site.com/forums/showthread.php?t=131 to http://www.site.com/forums/news/131/topic.html
Everything is fine except for the popup menus. When you click Thread Tools, Search This Thread, Rating, The Author and anything that has a popup menu, there will be no pop up shown as of the original.
Sample of the template (for Search This Thread):<a href="#goto_threadsearch">$vbphrase[search_this_thread]</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadsearch"); </script></if> How I'm going to change this so that there will be the popup controls of the thread even with that long URLs?
You can see it live here http://www.newsback.com and just click the headline then after that scroll down to the bottom and you can see the thread controls, rating and other things.
Any help is greatly appreciated.