Status
Not open for further replies.
3 comments
ok, thanks very much.
for me ask more,
- how do i can change color group.
- button new thread beside reply post for vbb 4.1.1
 
New thread button next to post reply button

Go to the AdminCP and find your style, when there locate your show thread template and then edit SHOWTHREAD.

Now locate the following code;

Code:
<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" />

Replace this with;

Code:
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$forumid" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>&nbsp;
<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" />

If you have a post reply button at the top and bottom then you will need to do this twice over. This is for v3.8.5 but it might work for v4 though I can not say for sure on that so please backup your template/s before making any changes to them just in case something goes wrong.

JGM.
 
Status
Not open for further replies.
Back
Top