Topic: Default graphic BBC buttons
Hi!
I am using pun_bbcode extension. How can I make to option to see graphic buttons will be default for all (like on this board)?
Thanks and sorry for my english,
Trace
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 troubleshooting → Default graphic BBC buttons
Hi!
I am using pun_bbcode extension. How can I make to option to see graphic buttons will be default for all (like on this board)?
Thanks and sorry for my english,
Trace
What theme are you using?
You must have a CSS stylesheet that corresponds to your theme in /extension/pun_bbcode/css. You can use the default one called "Oxygen"
For example, if your theme is called MyTheme, it must look like this
/extensions/pun_bbcode/css/MyTheme/pun_bbcode.min.css
Open extension manifest, find
$forum_db->add_field('users', 'pun_bbcode_use_buttons', 'TINYINT(1)', false, 0);
replace with:
$forum_db->add_field('users', 'pun_bbcode_use_buttons', 'TINYINT(1)', false, 1);
Reinstall extension
PunBB Forums → PunBB 1.4 troubleshooting → Default graphic BBC buttons
Powered by PunBB, supported by Informer Technologies, Inc.