The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
I did all of them. But nothing changed.
I even changed the <a href="javascript:;"> as <a href="#" onclick="aFunction();return false;"> but its still same. vBulletin convert that link. In status bar, the link should appear as javascript but it appears as http://www.dwshare.com/javascript<b></b>:; There is something inside the showthread.php which cause this problem. But what ? I will lost my mind due to this problem... |
#22
|
||||
|
||||
Did you ever make the change regarding the id tag? That will screw things up. I'm not sure if it will change the link like that, but it will screw up your javascript call. You might as well get that problem out of the way so that the main problem is more isolated.
Oh, something else..... on your test.php page (or whatever you called it), add all the same "require_once" files (add them one-by-one) at the top as in the showthread.php page. See if that changes things. Go through the rest of the showthread page and see if other files get called into the page also and try adding those. |
#23
|
|||
|
|||
I did everything. I did remove and re-enter all the script lines in showthread template.
But nothing changed. The link should appear as "javascript:;" on status bar, but it appears as "http://www.divx-world.com/javascript<b></b>;" I even tried to changed the current link ("javascript:;") as "#". Then the link appears as "http://www.dwshare.com/showthread.php?p=42632#". And when you click this link, it goes top of the page and tabs doesnt working. |
#24
|
||||
|
||||
Not the showthread template, the showthread.php page. That is when your tabs are broken. So, go through showthread and add the files one by one and see if you can get your test page to 'break'. Like:
require_once(DIR . '/includes/functions_bigthree.php'); require_once(DIR . '/includes/class_postbit.php'); Add those at the top under require_once('./global.php'); See if you then get the funny url. You need to find out what is making the url go weird and the only way to do it is to add this stuff one by one. Add in all the hook lines so that it includes your hacks and see if that breaks it. Just keep adding stuff from the showthread.php page into your test.php page until it breaks. |
#25
|
|||
|
|||
Before i start try to solve this problem, i had totally 125 hair on my head. And now finally i have about 10.
I did try all the scripts given in below website. http://webtecker.com/2008/03/31/list...ab-navigation/ But none of them worked. Ok some of them worked but with many style problems. The best script is Yahoo YUI. But i did not understand how to put the code into showthread. Its too complicated. At least for a dummy as i am. The tab panel in current vBulletin profile page is also very nice. But i dont know how to use them. Do you have any idea about where these files located ? Or do you know how can we use it as a html post in showthread ? If not, then i'm done! I will just continue with old way. And i will never use tab panel scripts again... Regards |
#26
|
||||
|
||||
Ah, don't give up! But, perhaps if you are frustrated, put it off until you are ready to tackle it again. I think it's a cool idea, although very specific to only a few forums who would need something like that.
As for the tabs on the profile page, there is this: [How-to] Add more tabs to the vB 3.7 profile pages That may help a little bit. I have successfully added tabs to the profile page on my test site, so I do know that works. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|