forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: freesouljah on April 18, 2009, 08:53:25 pm

Title: Album Title in text form
Post by: freesouljah on April 18, 2009, 08:53:25 pm
hola,

I have been trying to figure this out for hours...and with only minimal luck...hopefully someone can help me out with this...

I am trying to get just the album title for a specific album...just the title in plain text...

the closest I have come is by using 'noimage' in the subtitle options:

Code: [Select]
$options = array("subtitle" => "%R", "noimage" =>'');

 

$objCpm->cpm_getAlbumListFrom ("album=$albumID", 1,1, $options);

the problem with this is that it has <table> <tr><td> tags in it...what I need is just simple basic text...

any ideas?


thank you much!!!