This script does not work properly. It seems that the values have to be modified "before" to integer. As I don´t have a clou how to do this: Can anyone help me to adjust the script? Thank you very much for your help.
<?php if(date("G" < 11) {$a="<h1><b>Good morning and welcome!</b></h1>";} if(date("G" <= 18 && date("G" >= 11) {$a='<h1><b>ood day and welcome!</b></h1> ';} if(date("G" >= 1 {$a='<h1><b>Good evening and welcome!</b></h1> ';} echo $a; ?>
I'm working on a theme for my use and can't find where to change the hover color for the Create new Topic button. I have the color set for the button but not the hover which should be easy to find but I'm at a loss.
Today I was sorting out older projects from me and I found a very early try of a Codoforum theme I did some years ago. I updated it to work with latest Codoforum version 5.0.2+
It is a black & white (kind a like) theme with a bit more contrast as the default one - thats why I named the theme "Contrast". Other then that it is nothing special.
You can download the theme at my GitHub repository. It would be awesome if you leave a star rating for me - thx mates!
I'm trying to create a new theme and was following the documentation. However I noticed that in my install I don't have a so called blue theme but rather a default theme, vintage, 2k18 and ignis. So since I wish to hopefully edit some of the HTML as well, I copied the default theme and renamed it. I then went into the admin panel was happy to to see the new theme here (even though it is just a copy of the default folder - theme). But once I activate this new theme I get a few errors
Warning: require....theme.php. I noticed that the default folder doesn't have a theme.php but rather an ITheme.php. Also a Fatal Error : require.... CODOF/Smarty/Layout.php on line 22
From the admin when I put back the original theme, everything works. Not sure what I'm missing. What is the difference between the theme.php and the ITheme.php files
So...i've just started using codoforum, wich is a very nice and smooth forum platform, congrats to the developer/s. I've been editing the default theme to try and create a gaming one, with a slider and other nice features. Here's a preview hope you like it and give some opinions and sugestions.
The template is still in the works, this week should be available on github, i'll update this topic.