FAP SUPPORT - Changing The New Pics ..image? »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - Changing The New Pics ..image?



chiappa [ Sat 05 May, 2007 01:48 ]
Post subject: FAP SUPPORT - Changing The New Pics ..image?
Hi there!

Im trying to change the text that tells how many new pictures have been added since last login.

I want to remove the "new pictures" text and have it display only the number. But, to my suprice this looks like an image file. So where may I find the controlling force of the code below, so as to change it?

Quote:
<img src="{catmain.catrow.newpics.I_NEWEST_PICS}" border="0" alt="{catmain.catrow.newpics.L_NEWEST_PICS}" title="{catmain.catrow.newpics.L_NEWEST_PICS}">


graziee


Artie [ Sat 05 May, 2007 03:43 ]
Post subject: Re: Changing The New Pics ..image?
Just remove all from above except {catmain.catrow.newpics.L_NEWEST_PICS}

EDIT: Sorry, misunderstood what you asked.

Look in lang_album_main.php for

$lang['One_new_picture'] = '%d new picture';
$lang['Multiple_new_pictures'] = '%d new pictures';


chiappa [ Wed 09 May, 2007 00:11 ]
Post subject: Re: Changing The New Pics ..image?
...ofcourse.. thanks alot.

& where do I change the character attributes for this text? (font, size, font-weight etc.)


Artie [ Wed 09 May, 2007 02:37 ]
Post subject: Re: Changing The New Pics ..image?
In the tpl you could just code in the font tags or wrap {catmain.catrow.newpics.L_NEWEST_PICS} between span tags and include a css class in the tag.




Powered by Icy Phoenix