The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
either that or try using normal brackets instead of square brackets for the .php files.
actually i think i'm talking ++++. |
#12
|
||||
|
||||
Zachery gave me the attached file to try..
It appears that the variables aren't being parsed, instead of the values being echo'd, the variables themselves are.. It's a very strange problem, anyone know the fix? Also attached a screeny. Yes, the variables exist and have been set in the admincp.. |
#13
|
||||
|
||||
Regarding the test file you made in the above post, strings in single quotes do not get parsed, strings in double quotes do however
So Code:
$moo = 'baa'; echo '$moo<br />' . "$moo"; Code:
$moo baa If so, make sure you add "global $vboptions;" If not, add "var_dump($vboptions);" in front of the query and see what the output is. |
#14
|
||||
|
||||
BINGO!
Thanks Danny, works a treat.! :glasses: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|