The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
If you put the above in init_startup it messes up tab ids and tab text. You'll get something like this in your tabs:
#vbtab_forum# #vbflink_bbmenu# #vbflink_newposts# #link_mzew_621# #vbflink_pms# #vbflink_faq etc. |
#12
|
||||
|
||||
has anyone found a better way to do this?
|
#13
|
|||
|
|||
there is a hack for error pages: https://vborg.vbsupport.ru/showthread.php?t=281410
|
#14
|
||||
|
||||
Quote:
|
#15
|
|||
|
|||
Ahh.. Ok, sorry...
May be is better to edit template and add redirector? So I use same hack I mention. Now edit template: STANDARD_ERROR find: Code:
{vb:raw headinclude} Code:
<vb:if condition="$show['permission_error'] OR $show['inlinemod_form']">{vb:raw headinclude}<vb:else /> <!-- redirect --> <script type="text/javascript"> <!-- location.replace("http://path_to_your_error_page/forum/404.php"); --> </script> <noscript> <meta http-equiv="refresh" content="0; url=http://path_to_your_error_page/forum/404.php"> </noscript> <!-- redirect --> </vb:if> |
#16
|
||||
|
||||
Hi did anyone figure out how to fix this issue, I see many threads about it but no working solutions? tia.
|
#17
|
|||
|
|||
I came up with a fix to this, PM for more details.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|