from the release-notes of 0.9.3:qv90 wrote: Hi,
I've installed CMSMS 1.6 and Forum 0.9.2. Then I tried BBCode [ quote ] quoted text [ /quote ]. Surprisingly It does not work..
Any Sugestions?
Live long ad prosper
Jam
So I think you need 0.9.3 for support of [ quote ] tags. I installed it yesterday and it does support quotes. However, when I click the quote-button, I get this text:Add quote from user
Code: Select all
[quote="<a href="http://mydomain.nl/index.php?mact=Forum,m4,profile,1&m4prev_link=reply_topic&m4tid=2&m4fid=3&m4uid=3&m4returnid=83&page=83">username</a>"]test[/quote]
When I edit the post, the anchor has simply disappeared:
Code: Select all
[quote="username"]test[/quote]
If not, I might dive into it myself, but I'm editting the templates first.
Also I'd like to know if it's possible to use some kind of pretty urls for the forum? That would be nice. [edit] ah, switching hierarchy on makes it work!

Although it's still in 'beta', I think Forum Made Simple is the best forum software I've seen yet. I love it for it's seamless integration with the rest of the CMS through FEU, and it's very easy to edit templates!
-edit-
oh and maybe it's an idea to build in support for the smileys module in a next build?
-edit-
I fixed the problem with the quote by commenting out line 221, 222 and 223 in the file action.reply_topic.php. I think the best fix to this problem would be to change the name into a link somewhere in the BBCode-parser, instead of in the quote. This way the forum-users don't end up seeing code in their textbox they don't understand.
(I tried changing the html-link into a BBC-link, but this also gives a conflict with the BBCode-parser. This could be fixed quite easily by changing the regex, but I still think it looks ugly to have this url messing up the quote-tags in the textbox)