inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 16, 2016 9:34:50 GMT -8
Into the floating bar and not break it? By the floating bar I'm referring to the bar that detaches from the top bit of the post and contains pages etc
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 17, 2016 23:59:33 GMT -8
Anyone?
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Nov 18, 2016 4:07:40 GMT -8
The thread action bar can theoretically house any variable available on the page.
I say theoretically because the problem you then run into is making sure each control option is properly connected to the correct post. The action bar afaik does not have any ties to posts themselves, and so an educated guess would be that if it were possible you'd need to use a plugin / javascript to make sure the controls are correctly identifying each post.
My recommendation would be simply to try it sans js; the post controls all have variables (assuming you also want quote / edit etc in addition to the cog menu) so simply move them; you may need to use CSS to adjust the positioning and have it affixed to the action bar.
My suspicion is that it won't function, but you won't know til you try.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 18, 2016 4:36:02 GMT -8
I was thinking of using simple javascript to append the post controls to the action bar - theoretically then no links will be broken
Edit: Tried both ways they don't work sadly
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Nov 18, 2016 4:49:03 GMT -8
I was thinking of using simple javascript to append the post controls to the action bar - theoretically then no links will be broken Edit: Tried both ways they don't work sadly It would be more tricky than simply appending the controls. Each control has its own format that includes the post ID per post, (if you hover over the quote button, for example, the URL is /quote/postID or something to that effect) so anything you do to move the controls into a floating bar would have to also be able to append the post ID to the control buttons in order for them to function. This would therefore require the action bar to be able to recognise which post it's currently hovered over.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 18, 2016 4:57:34 GMT -8
Might have to be a Brian alert then XD
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Nov 18, 2016 5:00:15 GMT -8
Yeah it's definitely not a simple template edit haha :x Sorry I couldn't help further.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 18, 2016 5:55:42 GMT -8
Brian when you have some free time any chance you could give me a hand here? Just some of the posts are a bit long and having the option to quote/edit etc without having to scroll back up would be ace
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 20, 2016 9:21:49 GMT -8
I'm not sure how this is meant to work.
How do you determine which post the quote button in the action bar is going to quote if the button isn't attached to the posts themselves?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 20, 2016 9:36:50 GMT -8
I wasn't sure xD I was thinking it somehow picks up which post you're currently over
|
|