(2016-03-14, 07:55 PM)jaydee9296 Wrote:(2016-03-13, 09:06 PM)eNvy Wrote:(2016-03-12, 09:29 AM)jaydee9296 Wrote: How to change the colors of these admincp and modcp? And is there any way to add buttons just like these?
Search the class of both buttons and change their colour.
If you want to add more buttons like that, just copy the structure of the html and change the class of the button.
(2016-03-13, 03:44 AM)Luis Dirjan Wrote:
how to make like this comment panel..
Change the postbit style to the horizontal or classic mode.
could that be found in which css sir?
Edit: Gone I got it but is there any way to create a custom button contains a MyAlerts Plugin? Like whenever a user is notified, the numbers will be attached at the top right of the button?
You can do that and more but I don't give support for plugins, it's up to you to make that kind of modifications.
(2016-03-14, 09:43 PM)maintainin Wrote: So I want the width of the forum to be a bit wider than the 984px it currently is. Like maybe 1000px. I change that in the wrapper right? The problem is it looks like its not resizing properly when looking at the forum on a cellphone. Part of the forum is cut off on the screen. How can I make the forum width wider and also have it auto resize for viewing on different devices?
Like you said, you can increment the size of the forum changing the width of the wrapper. The theme is designed in fixed mode: always the same resolution, no matter in which device you saw it.
If you want it to be mobile compatible you need a "responsive design" which adapts automatically to the resolution of the device you use. I don't create responsive designs (yet) due to a few factors with the current version of MyBB.
Cheers.
I don't give support on PM.