The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
$vboptions[homeurl] not working
$vboptions[homeurl] is not working in my options. howto do this??
|
#2
|
|||
|
|||
That variable would only work in a template. Where are you putting it exactly? If it's a setting text field to enter a url, then you probably just need to enter the entire url.
|
#3
|
|||
|
|||
Only works with URL no other way?
|
#4
|
|||
|
|||
It only works in a template. Are you entering it into a template?
|
#5
|
|||
|
|||
It working in AdminCP with this:
images/medals/medal-blue.gif images/medals/medal-blue-gold.gif Like this it is working in Admincp but same Images are sent by PN and there it shows not up.... in PN not working: [img]images/medals/medal-red-gold.gif[/img] --------------- Added [DATE]1336769794[/DATE] at [TIME]1336769794[/TIME] --------------- oh wait me i add this to template --------------- Added [DATE]1336770044[/DATE] at [TIME]1336770044[/TIME] --------------- <img src="$award[award_img_url]" alt="$award[award_name]" border="0"> hmm change to this: <img src="$vboptions[homeurl]$award[award_img_url]" alt="$award[award_name]" border="0"> ?? |
#6
|
|||
|
|||
I'm sorry, I don't really follow what you're doing. If this has to do with a mod, you should probably be asking in the mod's support thread.
|
#7
|
|||
|
|||
Syntax Correct?
--------------- Added [DATE]1336770297[/DATE] at [TIME]1336770297[/TIME] --------------- of this: <img src="$vboptions[homeurl]$award[award_img_url]" alt="$award[award_name]" border="0"> --------------- Added [DATE]1336770468[/DATE] at [TIME]1336770468[/TIME] --------------- ah i see the problem --------------- Added [DATE]1336771073[/DATE] at [TIME]1336771073[/TIME] --------------- This is working: $vboptions[homeurl]/board/$award[award_img_url] Now i check if that works with PNs |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|