Search found 4 matches
- Mon Feb 06, 2006 2:26 am
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: FAQ: How to do yearly update of copyright information
- Replies: 8
- Views: 5197
Re: FAQ: How to do yearly update of copyright information
FYI: the footer for the template is is defined in: /includes/footer.php and this is included by the default templates in this line: <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?> Edit footer.php or your template file itself to display as you would like.
- Fri Oct 21, 2005 1:50 am
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: FAQ: How to do yearly update of copyright information
- Replies: 8
- Views: 5197
Re: FAQ: How to do yearly update of copyright information
Just updated my site template with: Copyright © <?php $startdate = "2004"; /* set your start year here */ echo $copyright = ( $startdate == date('Y') ? $startdate : $startdate . " - " . date('Y')) ; ?> I'm sure there's a more elegant way to code this... but works for me for now!
- Fri Sep 30, 2005 11:52 am
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: signature length
- Replies: 2
- Views: 914
Re: signature length
yeah... go on... make it 1024!
actually I just realised it is 300 already... I wanted 330!
working on a shorter sig now...
The reward comes from finding a solution to a problem rather than hoping for divine intervention to make the problem go away...
actually I just realised it is 300 already... I wanted 330!
working on a shorter sig now...
The reward comes from finding a solution to a problem rather than hoping for divine intervention to make the problem go away...
- Fri Sep 30, 2005 8:44 am
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: signature length
- Replies: 2
- Views: 914
signature length
I'm wondering what the likelihood is of the Joomla! forums SMF configuration being modified - so that signatures can be up to 300 characters, rather than the 255 character default.
I'd like to add the last few words to mine...
I'd like to add the last few words to mine...