PDA

View Full Version : [MOD] Simple Plan For the Future


Tex
05-21-2007, 04:29 AM
Here is a very simple but possibly overlooked addition to utilize in your directory. This will prevent you from having to update or perhaps forgetting to update your copyright in the footer of your directory with a simple PHP tag.

Simply add the following in the footer.tpl file.
Content visible to registered users only.

madtay
06-19-2007, 01:26 PM
Nice. Thanks :)

Tim_Myth
06-19-2007, 04:56 PM
Using the {php} tag for the date is a bad idea. It's much better to use the built in date function for smarty:
Content visible to registered users only.Will out put something like this:Content visible to registered users only.
or this:
Content visible to registered users only.makes this:Content visible to registered users only.

Here's a list of the atributes available for the date_format modifier:
Content visible to registered users only.