Hey, i've been bored so i made a little template for anyone who wants to use it.
It's not special and i've kept the design very simple so you can adjust it to your theme.
I also tried to keep it modular, so if you add a new page you can use php to include the modules.
e.g:
currently available modules:
There currently is a link to a registration page where i used [Only registered and activated users can see links. Click Here To Register...]. You may adjust it to your needs or use another code. Also: i recommend to type the credentials into a seperate ".ini" file and include them from there. Its safer.
If you want your own Disqus Channel then follow this [Only registered and activated users can see links. Click Here To Register...] and exchange the scripts.
Pics:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
It's not special and i've kept the design very simple so you can adjust it to your theme.
I also tried to keep it modular, so if you add a new page you can use php to include the modules.
e.g:
PHP Code:
<?php include "data.php" ?>
PHP Code:
<?php include "head.php" //links
include "nav.php"; //navigation
include "jumbotron/jumbotron.php"; //...jumbotron.. obviously
include "status.php"; // insert your own statuscheck script if needed
include "art.php"; //posts
include "footer.php" //footer
include "regi.php" //register
?>
If you want your own Disqus Channel then follow this [Only registered and activated users can see links. Click Here To Register...] and exchange the scripts.
Pics:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]