Okay so, I think I have some (hopefully) helpful input for this MOD and the problem another user seemed to have with not-working BBcodes.
Forum-Version: 3.0.7-PL1
Database: MySQL(i)
And of course the latest release of this MOD.
Now, it seems that whenever user post either the color-, code- or center-BBcode, they get a [noallowed] message.
Furthermore it seems like the forum is somehow cutting off the "c" from the above-mentioned codes. Here an example.
- Code: Select all
[color=#FFCCFF]text[/color]
turns into
- Code: Select all
[noallowed]text[/noallowedolor]
when previewing or posting
If we look at the noallowed message, we notice that it says "olor" there, as if it cuts the "c" off somehow, which is probably why the code doesn't work. All the other codes that do NOT start with a "c" work.
What is even funnier is that admins and mods can use the above-mentioned codes without any problem;
only normal user can't.
Why is that? Any lead on this? Or any advice in what file I should even look for an error?
I did already go thru the edited files, but I couldn't see any errors really. Though, it could be that I just missed out on them, since there is so many lines of code. So yeah, any help would be appreciated.