I have button bar installed and added: $Configuration['Garden']['InputFormatter'] = 'BBCode';
to config.php in the conf folder, in hopes of button bar using bbcode instead of html, but it didn't and it still uses html. Can anyone help me?
It didn't work as in it still only uses simple html, I pruned the cache and installed the plugin but it still only uses simple html. (should I empty the minify files and the empty file?)
I fixed it by going into phpMyAdmin, into the forum database, find the discussion table, click structure, find the format column and change the value from null to as defined:, and in the text box below enter BBCode (capitilization counts), press save. Do the same thing to the comments table. (don't forget to add $Configuration['Garden']['InputFormatter'] = 'BBCode'; In the conf/config.php
Answers
EDIT: Turns out the whole forum is using html instead of bbcode, please help!
- Spam
- Abuse
0 · Insightful Awesome LOL ·Have you tried using http://vanillaforums.org/addon/nbbc-plugin
If you make CORE changes, and then revert back ... Always delete the .ini files in your cache folder also.
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
0 · Insightful Awesome LOL ·Didn't know that, thank you 422! Going to see if it works.
- Spam
- Abuse
0 · Insightful Awesome LOL ·It didn't work as in it still only uses simple html, I pruned the cache and installed the plugin but it still only uses simple html. (should I empty the minify files and the empty file?)
- Spam
- Abuse
0 · Insightful Awesome LOL ·Yes minify caches css and js. Im no expert, in fact i hate minify with a pashunnnnnnn
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
0 · Insightful Awesome LOL ·Haha, I dislike it too, but it makes my site faster which is important.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Thing is, if you have static css and js across all pages. The FULL version of your css and js files are loaded the first time for the user.
After which, browser should cache your files anyway.
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
0 · Insightful Awesome LOL ·It didn't work as in it still only uses simple html, I pruned the cache in minify but it still only uses simple html.
- Spam
- Abuse
0 · Insightful Awesome LOL ·I found something about databases here, can anyone walk me through this as I understand nothing about databases (other than to make them)
- Spam
- Abuse
0 · Insightful Awesome LOL ·Ok
- Spam
- Abuse
0 · Insightful Awesome LOL ·Fixed it
- Spam
- Abuse
0 · Insightful Awesome LOL ·I'd like to do the same, can you explain how you fixed it?
- Spam
- Abuse
0 · Insightful Awesome LOL ·I fixed it by going into phpMyAdmin, into the forum database, find the discussion table, click structure, find the format column and change the value from null to as defined:, and in the text box below enter BBCode (capitilization counts), press save. Do the same thing to the comments table. (don't forget to add
$Configuration['Garden']['InputFormatter'] = 'BBCode';In the conf/config.php- Spam
- Abuse
0 · Insightful Awesome LOL ·