Log in

View Full Version : Newbie Questions: How do I move the edit button?


InfidelMatt
11-05-2005, 01:35 PM
I would like to slide the 'edit' button at the bottom of each post to the bottom left. What do I need to do to make this happen?

Any help would be appreciated,

Matt

Nevermind, was way easier than I thought. Just threw a <span> around the link.

Pcparts
11-14-2005, 08:13 PM
So how did you make it happen?

Can you tell us, because I also want to move the botton to a different place.

Thanks.

InfidelMatt
11-16-2005, 01:14 AM
I did tell you how. Just throw a span tag around it!

In your postbits template, just change :


<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>


to

<span style="float: left">
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a></span>

To move it to the left.

To put it somewhere else entirely just move that link to wherever you want it in postbits.

Pcparts
11-16-2005, 08:48 AM
Thanks mate.

Yes you did tell, but not what code had to be to used for the desired result.

Me being not a coding guru couldn't figure that out myself.

appsfinder
02-15-2010, 08:17 AM
I would like to slide the 'edit' button at the bottom of each post to the bottom left. What do I need to do to make this happen?

Any help would be appreciated,

Matt

Nevermind, was way easier than I thought. Just threw a <span> around the link.


I think u could just change this <div style="margin-top: 10px" align="$stylevar[right]"> to

<div style="margin-top: 10px" align="$stylevar[left]">