Log in

View Full Version : Moving Post Reply Button


Boosted Panda
07-13-2008, 01:00 AM
How can I move the post reply button next to the edit button. I copied the code and it shows as closed. The other buttons still work.

Dismounted
07-13-2008, 06:32 AM
Most likely, the variable used in the conditional for the button is out of scope in the postbit template. You will have to bring it back into scope (using a plugin to run "global $somevar").

Opserty
07-13-2008, 07:13 AM
Or $GLOBALS['somevar']

Boosted Panda
07-13-2008, 06:20 PM
Thanks guys for the advice however!!!! I have no clue what you're telling me :p

Opserty
07-13-2008, 08:10 PM
Look for it in the showthread template and copy it to the postbit(_legacy) template.

Boosted Panda
07-13-2008, 10:36 PM
Im so sorry ya'll I can't find it :'(

sylar
07-14-2008, 05:51 AM
I think you need to learn a bit more on how to use the Admin panel before endeavoring into donig these changes. Chck out the downloadable manual and search for the items that people mentioned here and you will start to get an idea on how to do it.

It took me months to get very familiar with the back end.

Boosted Panda
07-14-2008, 08:03 PM
I think you need to learn a bit more on how to use the Admin panel before endeavoring into donig these changes. Chck out the downloadable manual and search for the items that people mentioned here and you will start to get an idea on how to do it.

It took me months to get very familiar with the back end.

I did search in templates found nothing. I actually have been using VB for a while now and have a completely customized theme that is pretty sweet however I couldn't find the variable they posted. I don't mind advice but try being a bit more constructive.