MyBB Community Forums

Full Version: Theme Select
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hey, I want to implement buttons in my theme so my members become able of changing the theme within a click, I don't want the drop down technique, any other alternatives?

e.g.
Button #1 (press here to change to theme 1)
Button #2 (press here to change to theme 2)

currently running mybb 1.8
What about the already-available option of changing your theme in the UserCP?
There is a plugin on MyBB mods which allows you to create theme changer link so that your users can directly change the theme with click on that link. I think the name is MyTheme changer (something like that )
(2018-06-27, 04:56 AM)WallBB Wrote: [ -> ]There is a plugin on MyBB mods which allows you to create theme changer link so that your users can directly change the theme with click on that link. I think the name is MyTheme changer (something like that )

i tired the plugin u mentioned its still dropdown menu i want buttons or <a> tag
e.g.
Button #1 (press here to change to theme 1)
Button #2 (press here to change to theme 2)
i just need href="theme(id)" or value="theme(id)"
And where you wanna place the buttons? In User Control Panel or in Footer?
(2018-06-27, 12:08 PM)effone Wrote: [ -> ]And where you wanna place the buttons? In User Control Panel or in Footer?

is that necessary to answer? footer
Yes that is, if you need a tutorial. It is possible but tricky.
(2018-06-27, 01:35 PM)RaiN`# Wrote: [ -> ]
(2018-06-27, 12:08 PM)effone Wrote: [ -> ]And where you wanna place the buttons? In User Control Panel or in Footer?

is that necessary to answer? footer

Yea, it's necessary to answer because there are 2 possible places to add... in the footer or in the userCP. 

You were not specific in your posts exactly where you wanted those buttons.
(2018-06-27, 11:59 AM)RaiN`# Wrote: [ -> ]
(2018-06-27, 01:37 AM)/r/ Wrote: [ -> ]What about the already-available option of changing your theme in the UserCP?

i do not want to disable it, i just want buttons to choose between themes

(2018-06-27, 04:56 AM)WallBB Wrote: [ -> ]There is a plugin on MyBB mods which allows you to create theme changer link so that your users can directly change the theme with click on that link. I think the name is MyTheme changer (something like that )

i tired the plugin u mentioned its still dropdown menu i want buttons or <a> tag
e.g.
Button #1 (press here to change to theme 1)
Button #2 (press here to change to theme 2)
i just need href="theme(id)" or value="theme(id)"

I am using that plugin with modification and using similar links
Check it live here, let me know if you need the code modification so that it works with 1.8

https://wallbb.co.uk/product/go-dark-myb...-friendly/
https://wallbb.co.uk/product/orange-mybb-theme/
(2018-06-27, 03:10 PM)WallBB Wrote: [ -> ]I am using that plugin with modification and using similar links
Check it live here, let me know if you need the code modification so that it works with 1.8

https://wallbb.co.uk/product/go-dark-myb...-friendly/
https://wallbb.co.uk/product/orange-mybb-theme/

AWEOMSE!!
can you send it to me?
Pages: 1 2