Zodiak
recovering crack addict
- Nov 18, 2011
- 453
- 417
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&threadname={R:1}" appendQueryString="true" />
</rule>
Enjoy.
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:
You must be registered for see links
You must be registered for see links
Download:
You must be registered for see links
Mediafire:
You must be registered for see links
Images:
Forum Index:
You must be registered for see links
Forum Thread:
You must be registered for see links
Forum Thread with Comment:
You must be registered for see links
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&threadname={R:1}" appendQueryString="true" />
</rule>
Enjoy.