View Full Version : [?] How To: Move News Avatar to Right Side?
Buffer.OverRun
11-29-2005, 08:00 AM
can anyone tell me how to move the news avatar to the right side of the news posts?
i searched the board & did not find anything. i also attempted to do it myself, but ended up jacking up the template.
thanks for any help.
Brian
11-30-2005, 02:09 PM
Look in your adv_portal_newsbits template for this code:
<img align="$stylevar[left]" style="padding:6px" alt="" border="0" src="$news[avatarpath]" title="$news[postusername]'s $vbphrase[avatar]" />
And change $stylevar[left] to $stylevar[right]
Buffer.OverRun
12-01-2005, 01:49 AM
thank you sir! will try it & report back.
thanks. :)
Buffer.OverRun
12-01-2005, 02:07 AM
thank you sir. but on your 1.x version it looks like this:
<td align="$stylevar[left]" class="alt1" valign="top">
<if condition="$vba_options['portal_news_showavatar'] AND $newsavatarurl">
<table align="$stylevar[right]" cellspacing="4"><tr><td><img alt="" border="0" src="$newsavatarurl" title="$news[postusername]'s $vbphrase[a_avatar]" /></td></tr></table>
</if>
i got it all sorted though. that's just for anyone else's reference.
thanks again. http://www.vbadvanced.com/forum/images/icons/icon14.gif
Brian
12-01-2005, 05:38 PM
Sorry about that, I must not have seen that you posted in the 1.x forum. Glad that was at least enough to get you going in the right direction though. :)
katilkuzu
02-16-2006, 12:24 PM
hi where is the file? i could not find it :(( can you tell me where is it?
::::::::::adv_portal_newsbits template for this code:::::::::
Thanx...
Brian
02-18-2006, 09:22 PM
It's a template, not a file.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.