The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I'm modifying a plugin (LDAP authentication) to fit our requirements, and I'm rising an error in this manner: eval(standard_error(fetch_error('badlogin', $vbulletin->options['bburl'], $vbulletin->session->vars['sessionurl'], $strikes))); The error seems to work because it returns the right error message and the different menu options on the screen, but whithout styles, on a blank background screen, and with the default font style. What I'm doing wrong? Thanks in advance |
#2
|
|||
|
|||
![]()
I think you should be posting this in the thread where you got the mod. The coder who made it may be able to give you more help with the mod errors. I don't think he will even look for this thread to help you.
|
#3
|
|||
|
|||
![]()
I think that this is not an specific problem for the plugin, it's about generic programming with vbulletin...
|
#4
|
|||
|
|||
![]()
Well maby you didn't add the template hooks on that template you created for that page.
some thing like below. Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle] - $vbphrase[contact_us]</title> </head> <body> $header With out seeing what your talking about all you said is there is no templates on a template you made. Not much to go by. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|