[Release][RevCMS]Forum Addon

Status
Not open for further replies.

Zodiak

recovering crack addict
Nov 18, 2011
450
411
Hey, Zodiak here.
So I got bored and decided to code a RevCMS forum addon.
Basically it's all coded into one file. There's no post thread section, and it just has view threads, like threads and comment on threads.
The style idea was from the "Mabbo Social theme", but it's been edited of course.
Thank @Sledmore for keeping me up to code it, you c*nt :)


Live demo:



Download:
Mediafire:

Images:
Forum Index:
Forum Thread:
Forum Thread with Comment:
Note: I'm not good with design lmao.

How to set this up:
Put the "forum" folder in your skin/images folder.
Put the "forum.css" file in your skin/styles folder.
Put the "forum.php" file in your skin folder.

"forum" -> app/tpl/skins/{skin}/images/
"forum.css" -> app/tpl/skins/{skin}/styles/
"forum.php" -> app/tpl/skins/{skin}/

Add this to your htaccess file:
RewriteRule ^forum/(.*)/?$ index.php?url=forum&threadname=$1 [L,QSA]

If IIS add this to your web.config:
<rule name="Imported Rule 9" stopProcessing="true">
<match url="^forum/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=forum&amp;threadname={R:1}" appendQueryString="true" />
</rule>

Enjoy.:up:
 

Tando

Norwegian Steam Engine
Oct 23, 2011
83
5
What about making it Habbo Theme? I know there's already an addon coded from PHPRetro but it's unstable.
Good release!
 
Last edited:

ying

goddess
Jul 4, 2010
82
19
Pretty decent, but you should filter viewing the threads as there is alot of XSS exploits.
 

Evilsmoothie

Mad kung-fu artist
Feb 11, 2013
446
57
Hmm.. It's nice, other than how fucking ugly it looks but as you clearly stated: You're not good with design. Some exploits as ying said. Also missing thread categories. I'd give it a 7.64/10. I'll be using this I think, after redoing some of it, but this sure is nice. Good work, and keep it up!
 

saif

Member
Oct 13, 2013
42
7
and the forum dosnt work done the web.config all shit u said right and not work
 
Status
Not open for further replies.

Users who are viewing this thread

Top