The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to use replacement variables?
I posted this on vbulletin.com but maybe here is a better place.
-------------- In the registration "welcome" mail I need the URL of the server as a clickable link. Not the URL of the forum, which is $vboptions[bburl] but the servername alone. I made a replacement variable called 'serverurl' that contains the PHP code for the server name: Code:
http://<? echo $_Server['SERVER_NAME']; ?> [serverurl] $vboptions[serverurl] <serverurl> etc, nothing worked. How do I call a replacement variable? Can I have PHP code in a replacement variable? Is there another method to get just the URL of the server? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|