The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
To anyone who knows:
Do you know if it would be possible to have dovars() actually parse the replacements so that variables within them could be resolved? As in: { imagesfolder } => /images/$styleid I imagine it would entail moving some statements around or something, but I don't want to mess with it without soliciting the experience of someone who might know. Matt |
|
#2
|
||||
|
||||
|
Try replacing this in functions.php:
Code:
return $newtext; Code:
global $styleid;
return str_replace('$styleid', $styleid, $newtext);
|
|
#3
|
||||
|
||||
|
Thanks, Double-F.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|