MyBB Community Forums

Full Version: Two MyBB Qs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've just recently started playing around with MyBB and I've came across two things that I'd like to know how to do.

1. When editing a theme, how can I make it so that it doesn't redirect back to the main theme page? This gets quite annoying after a while.

2. How can I move the "New Thread" and "New Reply" buttons to the left?

I'd normally search for the answers, but I'm receiving an error. Sad
webfreak Wrote:1. When editing a theme, how can I make it so that it doesn't redirect back to the main theme page? This gets quite annoying after a while.
this is not available by default Smile i was thinking of doing a mod, but have no time Big Grin

webfreak Wrote:2. How can I move the "New Thread" and "New Reply" buttons to the left?

pls go to Admin CP > templates > Modify / Delete > Expand > Forum Display Templates > forumdisplay_newthread

replace the code with this

<div align="left"><a href="newthread.php?fid=$fid"><img src="$theme[imglangdir]/newthread.gif" border="0" alt="$lang->post_thread" /></a></div>


regards
Thanks for the reply! Got it. Big Grin


Just trying to help out but when I did the above my New thread post worked well for the forum area after clicking on a main forum. But when clicking on a topic Reply and new thread were on the right again. To fix it I went to Show Thread Templates >> showthread >> and changed the alignment from right to left. Just posting that in case some people have the same problem.
oh yeah i know!! the code above is only for the forum display, not for the showthread part.

the same codes are used but in the template mentioned by SS Unknown

regards