Displaying 3 results from an estimated 3 matches for "punbb".
Did you mean:
pubb
2006 Mar 03
3
embedding a forum inside a rails app
what is the best way to embed a forum (phpbb is currently installed under
/public/forums/) inside my layout ? I dont want the foum to be its own page
i would like it to appear inside the main part of the page with navigation
and border in tact. is this possible with the current way it is installed ?
thanks
adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jan 03
2
Rails and bb forum integration
...are others of the opinion that the relationship should be
inverted and the Rails app should be the central point of user
managment control?
As for BBS choice. Does anyone have experience with integrating these
packages and have any recommendations, advice?
I''ve been reading up on phpbb, punbb and vanilla.
Vanilla seems interesting as it seems like a second generation effort
and has an extensibility story.
phpbb is the old standard. Have read mixed reviews, some love it, some
hate it.
punbb seems like a stream lined version of punbb.
Any opinion on those options is welcome.
--~--~-...
2007 Apr 19
1
Use of Markdown Extra in a forum
from : benoit at transmekong.com
to : markdown-discuss at six.pairlist.net
Subj.: Use of Markdown Extra in a forum
Date : Apr 19th 2007, 15:24:25 (GMT+7)
Dear all,
I have tried to implement PHP Markdown Extra in a forum (PunBB) and found that however well each message is translated, there are collisions when different messages in the same page have the same inside link names (footnotes, title links).
I guess similar issues are met on wiki implementations, so solutions adopted for wikis might be what I am looking for.
H...