I want to put a message:
"
Hello, Welcome to the site....blah blah blah..."
On the main (homepage) of my site (coppermine). Right now, the main page has Category, Random Files, Last Additions. I want to put a little 'Admin Message Area' in there...
Any thoughts? Dont know how to do this, or if its possible.
Thanks,
Rob
http://coppermine.sourceforge.net/manual.php#config_album_list
look at the anycontent part.
Sorry....gotta little error.
Fatal error: Call to undefined function: phpendtable() in /home2/dteamram/public_html/coppermine/anycontent.php on line 13
Here is the code I put up....I think I deleted something by accident and didnt back the file up before i changed it. Sorry - but THANKS FOR YOUR HELP!!!!!!!!!!!
Rob
<?php// ------------------------------------------------------------------------- //// Coppermine Photo Gallery 1.3.2 //// ------------------------------------------------------------------------- //// Copyright (C) 2002-2004 Gregory DEMAR //// http://www.chezgreg.net/coppermine/ //// ------------------------------------------------------------------------- //// Updated by the Coppermine Dev Team //// (http://coppermine.sf.net/team/) //// see /docs/credits.html for details //// ------------------------------------------------------------------------- //// This program is free software; you can redistribute it and/or modify //// it under the terms of the GNU General Public License as published by //// the Free Software Foundation; either version 2 of the License, or //// (at your option) any later version. //// ------------------------------------------------------------------------- //// CVS version: $Id: anycontent.php,v 1.5 2004/07/24 15:03:52 gaugau Exp $// ------------------------------------------------------------------------- //starttable("100%", "Welcome");?><tr><tdclass="tableb">
Aight,
Here it is boys...Giver with whatever. I think it works alright.
To upload pictures:
Click on 'Upload File', then there are 3 buttons - click "Create Album". Then click "New" and you can change the Album name to whatever ya want.
When you upload yer shit, just pick what album you wanna put it in.
Should be it. Start putting yer shit up. Should work out sweet.
Later,
Tit's
</td></tr><?phpendtable();?>
You need a space between php and endtable so they are seperate words.
Sweet...Thanks dude.