MyBB Community Forums

Full Version: Recent Threads On Index [Updated 02-09-21]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
What Whiteneo said is true, but the point is the layout will not fit in sidebar and may break.
You need to have a modified layout to fit in sidebar.

Something like what I did with one of my plugin back for MyBB 1.6 (refer snapshots)
https://mods.mybb.com/view/imp-forums
(2024-03-09, 07:17 PM)Whiteneo Wrote: [ -> ]
(2024-03-09, 02:43 PM)Chinezul Wrote: [ -> ]
(2024-02-24, 12:31 PM)Chinezul Wrote: [ -> ]Hello! It is possible to make this plugin show the latest posts in a sidebar or just in the header not in the footer?

?

I think it use some type of vars inside templates you only need to move on your desired location, i have not use this one but all plugins works similar.

Can you tell me step by step how can i move it to the header?
(2024-03-10, 04:02 PM)Chinezul Wrote: [ -> ]Can you tell me step by step how can i move it to the header?

The plugin is probably rendered with an index page hook.
To render it with header you need to change the hook editing the plugin.

Another option is to use flex or grid layout of CSS which allows rearranging the order of blocks, you can relocate the block anywhere on display.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42