The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help with small template mod
Hi,
I trying to modify the album_picturelist template to bold the "Upload Pictures" link. I've tried <b></b> tags to the phrase, which works, but the same phrase is used in other ways in other places. This is code in which I need to add the <b></b> tags but I can't work out where! <a href="album.php?$session[sessionurl]do=addpictures&albumid=$albuminfo[albumid]"><img src="$stylevar[imgdir_button]/upload_pictures.png" border="0" class="inlineimg" alt="$vbphrase[upload_pictures]" /></a> <a href="album.php?$session[sessionurl]do=addpictures&albumid=$albuminfo[albumid]">$vbphrase[upload_pictures]</a> Would someone be kind enough to advise Thanks, Kevin |
#2
|
||||
|
||||
Code:
<a href="album.php?$session[sessionurl]do=addpictures&albumid=$albuminfo[albumid]"><img src="$stylevar[imgdir_button]/upload_pictures.png" border="0" class="inlineimg"alt="$vbphrase[upload_pictures]" /></a> <a href="album.php?$session[sessionurl]do=addpictures&albumid=$albuminfo[albumid]"><strong>$vbphrase[upload_pictures]</strong></a> |
#3
|
|||
|
|||
Many thanks
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|