User galleriesThis category contains albums that belong to Coppermine users.
This is on the bottom of my gallery how can i change this discription ?
to like : User galleries This category contains albums that belong to registered users.
Same goes for latest additions.
Thanks in advance.
To change the name and/or description of the user galleries, in admin mode, click on 'categories' and then on the edit icon next to the user categorie.
to change the name of the 'Last additions' album, open your lang/your_language.php file, find;
$lang_meta_album_names = array(
'random' => 'Random pictures',
'lastup' => 'Last additions',
and edit the 'Last additions' to what you want.
Well that's a start but this is what really displays on my index.php
User galleriesThis category contains albums that belong to Coppermine users.
User galleries (i want a space there) contains albums ....
Do u know what i mean ?
Never mind you were right ;)
When i choose Last uploads it show like this
IMG
testFeb 23, 2004
I want to add an space between user and date
Where test is the user in this example.
Same goes for last comments :
test02/23/04 @ 19:51ragbak, 1 WHEEL DRIVE BABY
Thanks again
1) only one question per thread
2) link?
GauGau
http://66.98.210.46/vwscene.nl/gallery/thumbnails.php?album=lastup
Actually, this is done with the stylesheet (see http://coppermine.sourceforge.net/demo/thumbnails.php?album=lastup&theme=default ), since you're using your own theme you'll have to modify your stylesheet (/themes/yourtheme/style.css) accordingly. Look for the classes thumb_title and thumb_caption...
GauGau
Thanks for your help will edit this tonite :D