remove filename in thickbox

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: remove filename in thickbox

Post by hexdj »

Could you be a little more specific? what filename are you talking about and where does it show?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: remove filename in thickbox

Post by Dr.CSS »

It may be when you pick images for an album it will most times use the file name in the showing of it for a 'name'...

You can edit the template to remove the call for it or just hit each thumbnails 'comment' button and rename it, you don't have to add a comment...
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: remove filename in thickbox

Post by hexdj »

When you're in the Albums interface there's a button for Comments, just click on it and take the comments out, it might also be the title of the pic what you're talking about, you can edit that too.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: remove filename in thickbox

Post by Dr.CSS »

If you are sure you don't want any words under the image I'll go thru a thickbox template, just give me the name of the template as it appears in the available template tab, and find the line you need to remove so you don't have to do it for each image...
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: remove filename in thickbox

Post by hexdj »

Try removing this:

Code: Select all

<span class="albumcomment">{$album->comment}</span>
It's aproximately in line 16
Post Reply

Return to “Developers Discussion”