It looks like you're new here. If you want to get involved, click one of these buttons!
After reading some of the questions on the NBBC 1.0.2b plugin, i tried adding "$Configuration['Garden']['InputFormatter'] = 'BBCode';" to "/conf/config.php".
This did not work, so i'm guessing the 1.0.2b version of this plugin does not work for Vanilla 2.0.18.1?
If yes, then are there any alternatives to NBBC that will give my 2.0.18.1 forum the ability to use BBcode?
Thanks in advance.
If you are good enough at programming you can create a plugin to add a custom BBCode tag to google maps.
If you can't do that then you can allow raw HTML, but I just don't recommend giving full HTML capabilities to your forum members.
No problem. You should look at the NBBC plugin. It is very short and has a couple of custom tags in there which are pretty straightforward.
Answers
If you change 'InputFormatter' to BBCode, you did allowed to use bbcode in your forum, nbbc just support some other bbcode, dear
- Spam
- Abuse
0 · Insightful Awesome LOL ·I deleted NBBC, but by simply adding that line of code I am able to still use BBC code (with button bar installed).
- Spam
- Abuse
0 · Insightful Awesome LOL ·I tried using NBBC, but none of the buttons did anything, and typing codes like:
just showed "test" with double asterix's on each side...
Does anyone have working BBcode on their vanilla 2.0.18.1 forum?
- Spam
- Abuse
0 · Insightful Awesome LOL ·Yes, I do, but I'm not using NBBC (anymore). That line of code was all I needed, I deleted it afterwords because installing/enabling it did nothing.
- Spam
- Abuse
0 · Insightful Awesome LOL ·I have added this to my /conf/config.php file:
I still can't post any bbcodes.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Btw the barebones BBCode parsing is very rudimentary, that is why if you re goign to use BBCode at all bet use something like NBBC.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
0 · Insightful Awesome LOL ·**test**is not bbcode[b]test[/b]is bbcode.- Spam
- Abuse
0 · Insightful Awesome LOL ·Required Applications -> Vanilla 2.0.2a
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
0 · Insightful Awesome LOL ·I tried using NBBC, and i removed the WYSIWYG (CLEditor) -plugin, but the buttons over the text-field did nothing. I tried clicking the buttons for "bold" and marking text and clicking the "insert link" but nothing happened.
i tried both.
Alright, so the 1.0.2b version does not work for vanilla 2.0.18.1?
- Spam
- Abuse
0 · Insightful Awesome LOL ·not officially, you would have to ask Todd, to check out.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
0 · Insightful Awesome LOL ·alright, thanks.
pinging @Todd for a definitive answer.
- Spam
- Abuse
0 · Insightful Awesome LOL ·We use nbbc on a bunch of 2.0.18.* forums and it works just fine. There's a newer version on github, but I don't think that will fix your particular problem.
First off, you seem to have a misunderstanding of what nbbc does and what the button bar does. All nbbc does is format bbcode messages as bbcode. There are no buttons that you click or anything like that. That's the button bar.
Second. You need to make sure your comments are actually bbcode. Maybe you misspelled the configuration setting. You need to look in the GDN_Comment and GDN_Discussion tables and see what the value of the
Formatcolumn is. If it's BBCode then you should be good. Make sure you've capitalized it the same as I have here.When you set your forum to BBCode it doesn't retroactively change the format of your old posts to BBCode so only new posts will be formatted that way.
- Spam
- Abuse
0 · Insightful Awesome LOL ·The only occurrence i could find for "GDN_Comment" was on the bottom of: "/applications/vanilla/settings/structure.php"
I could not find any occurrence of "GDN_Discussion" in any file.
What do i do?
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·I went into phpMyAdmin, and i found the "Form" columns:
and
both gives me
what now?
- Spam
- Abuse
0 · Insightful Awesome LOL ·So it looks like you have the Allow Raw plugin enabled which means all of your posts as an administrator are in raw html.
I highly recommend you don't use this plugin. It's not for people that don't know html and is only applicable in a very narrow set of circumstances.
You also have some Html posts which means you either didn't set your config setting correctly or you set the config setting for BBCode after you made those posts.
- Spam
- Abuse
0 · Insightful Awesome LOL ·how can i post google maps that are essential to the forum and use bbcodes at the same time? does NBBC support google maps iframes? If not, how can i make a google maps BBcode tag for NBBC?
- Spam
- Abuse
0 · Insightful Awesome LOL ·Do you know how to program?
- Spam
- Abuse
0 · Insightful Awesome LOL ·a bit, yes, but i'm learning php right now...
However, if i cant't have both google maps (raw html) and BBcodes (NBBC) at the same time, i will chose google maps over bbcodes because it's more essential to my needs.
So, is it possible for me to program a google maps tag for NBBC and get rid of the raw html plugin?
- Spam
- Abuse
0 · Insightful Awesome LOL ·alright, then it seems like i have two choices:
Custom BBcode tag plugin or HTML filter with htmlawed.
Thanks for all your help Todd. :3
- Spam
- Abuse
0 · Insightful Awesome LOL ·