Ah thanks. Have any sort of guide to what anything in the theme.min.css is relating too? It's a bit tedious trying to find out what part changes what.
1 2012-05-12 19:00
Re: Theme Creation/Customization (4 replies, posted in PunBB 1.4 troubleshooting)
2 2012-05-11 01:45
Topic: Theme Creation/Customization (4 replies, posted in PunBB 1.4 troubleshooting)
Hey,
Is anyone able to provide me with a little assistance in customizing the PunBB theme/style ?
I'm having a little trouble locating the files needed in order to creat my own theme. I have a custom theme for my websites index page, and i want the forum to mimic it.
Thanks in advance.
3 2012-05-10 22:11
Re: Logged in detection (2 replies, posted in PunBB 1.4 troubleshooting)
Thanks. Ended up using if (!$forum_user[etc, but your method seems like less clutter
4 2012-05-10 10:35
Re: Include does not work (2 replies, posted in PunBB 1.4 troubleshooting)
I had issues with <!-- include etc, try <?php include("file.ext") ?>
5 2012-05-10 06:28
Topic: Custom Header (0 replies, posted in PunBB 1.4 troubleshooting)
Hey guys,
Is anyone able to help me with troubleshooting a custom header?
I have one made for the main index, but when i try get it applied to the forum as well so its all themed, it just errors out. I am wondering what things I must include into the new header file. I am relatively new to php, but I dont mind the learning curb.
Thanks in advance.
6 2012-05-10 06:25
Re: How to modify header (4 replies, posted in PunBB 1.4 troubleshooting)
What are you using to edit web documents?
7 2012-05-09 07:48
Topic: Logged in detection (2 replies, posted in PunBB 1.4 troubleshooting)
Hey,
Im trying to set up the login menu on an external page from PunBB and am having trouble getting it to know if a user is or is not logged in.
I am using an edit of the login script from the PunBB wiki: Here
Any suggestions on doing this?