A forum tab?

DrPepper

I drink myself on a regular basis get over it
Jul 14, 2012
205
28
I want to put a forum tab on my CMS that redirects to a forum.... How would I? Any tuts or releases for this?
 

Beast

Posting Freak
Sep 15, 2011
625
163
That's easy what cms? also all you have to do is were the tab's are add another one by copy and paste, change the link its going to and the name of the tab.
 

SupremeCoder

New Member
Mar 14, 2011
15
4
i always create a php file called forums.php and put this code:

PHP:
<?php
header 'Location: www.example.com';
?>
and put the forums tab connect to forums.php then there redirect to the forum:D
 

DrPepper

I drink myself on a regular basis get over it
Jul 14, 2012
205
28
Oh ok cool and my own CMS (just another edit) but in my opinion is better than others will not be releasing it but thanks Beast
 

DrPepper

I drink myself on a regular basis get over it
Jul 14, 2012
205
28
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampp\htdocs\app\tpl\skins\Custom-Habbo\includes\forum.php on line 2
 

Users who are viewing this thread

☀️  Switch to Light Theme

Latest posts

Top