inherit
200382
0
Oct 26, 2013 12:42:23 GMT -8
abouthsu
40
September 2013
abouthsu
|
Post by abouthsu on Sept 24, 2013 8:19:00 GMT -8
I hope I'm using the right term, I noticed with Thread and Posts the action bar is always and only on top. I find it inconvenient and was wondering if there is a plug or setting that i can change to have that at the bottom of the page as well? Thanks
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 29, 2024 7:28:01 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 24, 2013 8:36:35 GMT -8
I'm not 100% positive this is correct, but:
First off, you want a Template change, not a Plugin, from what I can tell. So, go to admin > theme > layout template > thread. Look around for where it says <div class="controls"> $[action_menu]</div>. That should be your Action drop-down box that you're wanting to move around. So, if you want to have it both at the top and the bottom, leave that one there and then you're going to place a new one at the bottom of the post. If you only want it at the bottom, delete that one. (IMPORTANT: Save a copy of your current template in case this messes anything up! That way you can just revert if there's a mistake. You can also click "Preview" before telling it to save to see if it's what you want beforehand). To put it at the bottom, I think you'd want to put it after <table class="list" role="presentation"> <tbody class="$[list_class]"> $[post_list] </tbody> </table> Again, I might be wrong, so anyone else's opinion is appreciated, otherwise just trial and error what I gave you. =)
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Sept 24, 2013 10:13:55 GMT -8
|
|
inherit
200382
0
Oct 26, 2013 12:42:23 GMT -8
abouthsu
40
September 2013
abouthsu
|
Post by abouthsu on Sept 24, 2013 15:20:39 GMT -8
Thank you, it worked wonderfully!!
I'm not 100% positive this is correct, but:
First off, you want a Template change, not a Plugin, from what I can tell. So, go to admin > theme > layout template > thread. Look around for where it says <div class="controls"> $[action_menu]</div>. That should be your Action drop-down box that you're wanting to move around. So, if you want to have it both at the top and the bottom, leave that one there and then you're going to place a new one at the bottom of the post. If you only want it at the bottom, delete that one. (IMPORTANT: Save a copy of your current template in case this messes anything up! That way you can just revert if there's a mistake. You can also click "Preview" before telling it to save to see if it's what you want beforehand). To put it at the bottom, I think you'd want to put it after <table class="list" role="presentation"> <tbody class="$[list_class]"> $[post_list] </tbody> </table> Again, I might be wrong, so anyone else's opinion is appreciated, otherwise just trial and error what I gave you. =)
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 29, 2024 7:28:01 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 24, 2013 17:00:18 GMT -8
You're welcome, I'm very glad I could be of assistance! =D
|
|