MyBB Community Forums

Full Version: I believe to be a MyCode problem? Some help please.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here is a preview of what is happening. [Image: https://envy.zone/share/1464186556_0.15959100.png] is what is happening instead of showing the images. Any type o fix? Thank you in advance for your time.
[Image: 52789d4ef50b467e2801f6bc227b102c.png]
replies here might help
(2016-05-25, 02:54 PM).m. Wrote: [ -> ]replies here might help

Ok settings in options is what was going on, Now I see you didn't state a way to have these settings checked by default? Is this possible?
^ this reply might help
(2016-05-25, 03:07 PM).m. Wrote: [ -> ]^ this reply might help

Okay cool, thank you so much. All your help has been a great experience just one more thing.

This is a screenshot of profile options.
https://gyazo.com/80e7682c2d1006f6ec4cefd2c23e8020.png

How could I make that option that is checked default in database? Possible to tell me which one it is?

Thank you again for all your help! Smile
^ below SQL queries might help.
ALTER TABLE `mybb_users` CHANGE `showcodebuttons` `showcodebuttons` tinyint(1) NOT NULL default '1'; 
UPDATE `mybb_users` SET `showcodebuttons` = '1' WHERE `showcodebuttons` = '0';
The issues did not lie in the database. Usercp > Thread view settings.
^ well, your earlier posted image was about MyCode buttons