Log in

View Full Version : $vboptions[homeurl] not working


Fluke667
05-11-2012, 07:44 PM
$vboptions[homeurl] is not working in my options. howto do this??

kh99
05-11-2012, 07:46 PM
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.

Fluke667
05-11-2012, 07:48 PM
Only works with URL no other way?

kh99
05-11-2012, 07:52 PM
It only works in a template. Are you entering it into a template?

Fluke667
05-11-2012, 07:53 PM
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: images/medals/medal-red-gold.gif

--------------- Added 1336769794 at 1336769794 ---------------

oh wait me i add this to template :)

--------------- Added 1336770044 at 1336770044 ---------------

<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">

??

kh99
05-11-2012, 08:03 PM
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.

Fluke667
05-11-2012, 08:04 PM
Syntax Correct?

--------------- Added 1336770297 at 1336770297 ---------------

of this:

<img src="$vboptions[homeurl]$award[award_img_url]" alt="$award[award_name]" border="0">

--------------- Added 1336770468 at 1336770468 ---------------

ah i see the problem

--------------- Added 1336771073 at 1336771073 ---------------

This is working:

$vboptions[homeurl]/board/$award[award_img_url]


Now i check if that works with PNs