Quote:
Originally Posted by bluegum
so what edits have to be made just to that one template?
|
In your case, I think you'd be looking for the forumhome_forumbit_level1_post & forumhome_forumbit_level2_post.
In those templates you would make the change in between the for <if> and the <div> tags.
PHP Code:
<!-- vBSponsors -->
<if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div style="float:$stylevar[right]">
I'm at work right now so I can't verify that. I'm just going by what I have on the docs. You may also want to change the <div> to float:$stylevar[left] to align it left.