Not Solved [How To?] How to move post control to the top?
#1
Not Solved
i tried playing around with the following in postbit template

<div class="postbit_buttons post_management_buttons float_right">
 {$post['thanks']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_mention']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>

but it does not work

what i want in pictures Toungue

NOW:
   

What I want:
   
Reply
#2
Not Solved
(2018-07-15, 03:04 PM)8guawong Wrote: i tried playing around with the following in postbit template

<div class="postbit_buttons post_management_buttons float_right">
 {$post['thanks']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_mention']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>

but it does not work

what i want in pictures Toungue

NOW:


What I want:

Honestly, I don't think putting that at the top of the editor bar is a good place for that.

I think leaving that at the bottom is the most logical place for those functions.
Like the Reply button has always been underneath the poster's post/message.
Putting that on top may confuse users.
I'm Serpius and You're Not    ¯\_(ツ)_/¯
DEAF GOLF
Reply
#3
Not Solved
(2018-07-15, 03:19 PM)Serpius Wrote:
(2018-07-15, 03:04 PM)8guawong Wrote: i tried playing around with the following in postbit template

<div class="postbit_buttons post_management_buttons float_right">
 {$post['thanks']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_mention']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>

but it does not work

what i want in pictures Toungue

NOW:


What I want:

Honestly, I don't think putting that at the top of the editor bar is a good place for that.

I think leaving that at the bottom is the most logical place for those functions.
Like the Reply button has always been underneath the poster's post/message.
Putting that on top may confuse users.

its a matter of preference 
you do know there is a new reply button on the top of the post right?  Big Grin
Reply
#4
Not Solved
Edit template postbit or postbit_classic and find something like this:
<div class="post_controls">
	<div class="postbit_buttons author_buttons float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>
	<div class="postbit_buttons post_management_buttons float_right">
		{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>
</div>

Move it before:
<div class="post_content">
My Projects - Support My Projects

Don't forget to rate posts!
Reply
#5
Not Solved
(2018-07-15, 05:23 PM)chack1172 Wrote: Edit template postbit or postbit_classic and find something like this:
<div class="post_controls">
	<div class="postbit_buttons author_buttons float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>
	<div class="postbit_buttons post_management_buttons float_right">
		{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>
</div>

Move it before:
<div class="post_content">

ah no wonder nothing happend
i'm using classic view
but it looks like it takes more than just moving that around  Confused
Reply
#6
Not Solved
Have you tried what chack suggested? If so, what's happening? Does the div show up? Are the buttons responsive? Please elaborate.
Plugin Count: I lost count.
Public Plugins are available here.
Please do not PM me for support unless asked to.
Reply
#7
Not Solved
(2018-07-15, 04:09 PM)8guawong Wrote:
(2018-07-15, 03:19 PM)Serpius Wrote:
(2018-07-15, 03:04 PM)8guawong Wrote: i tried playing around with the following in postbit template

<div class="postbit_buttons post_management_buttons float_right">
 {$post['thanks']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_mention']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>

but it does not work

what i want in pictures Toungue

NOW:


What I want:

Honestly, I don't think putting that at the top of the editor bar is a good place for that.

I think leaving that at the bottom is the most logical place for those functions.
Like the Reply button has always been underneath the poster's post/message.
Putting that on top may confuse users.

its a matter of preference 
you do know there is a new reply button on the top of the post right?  Big Grin

In the default MyBB theme? I don't see one. 
In fact, I don't see one in my custom theme. The Reply button is at the bottom as usual.
I'm Serpius and You're Not    ¯\_(ツ)_/¯
DEAF GOLF
Reply
#8
Not Solved
Quote:In the default MyBB theme? I don't see one. 
In fact, I don't see one in my custom theme. The Reply button is at the bottom as usual.

Lol.
There is one on top and bottom.
https://i.imgur.com/eqj9anh.png
Do NOT PM me for support unless I ask you on your support thread.
Reply
#9
Not Solved
(2018-07-15, 08:11 PM)Livewire Wrote:
Quote:In the default MyBB theme? I don't see one. 
In fact, I don't see one in my custom theme. The Reply button is at the bottom as usual.

Lol.
There is one on top and bottom.
https://i.imgur.com/eqj9anh.png

Not sure what you were looking at, but here at MyBB.com, I don't see a reply button at the top in the default MyBB theme.

[Image: e9d8bc5157d28a1e7798c2b6f81126a4.png]
I'm Serpius and You're Not    ¯\_(ツ)_/¯
DEAF GOLF
Reply
#10
Not Solved
@8guawong

Paste this..
<div class="post_controls">
	<div class="postbit_buttons author_buttons float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>
	<div class="postbit_buttons post_management_buttons float_right">
		{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>
</div>

After
<div class="author_statistics">
		{$post['user_details']}
	</div>

If you have a custom theme may require some css, If you need help shoot me a PM with test account.
Should look like this https://i.imgur.com/1aZcyW6.png
Do NOT PM me for support unless I ask you on your support thread.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)