PDA

View Full Version : View Agent Page - Remove Word "Images"



nosnip
06-15-2005, 12:45 PM
Where can I remove the word "Images" and horizontal rule that shows up above every photo on the View Agents page?

Estrella
06-23-2005, 05:47 PM
hi,
I'm fairly new to this and I had the same problem. I think I solved it with removing the line

$display .= "<b>$lang[images]</b><br /><hr style=\"width:75%;\" />";

in the images.inc.php file

(it appears twice, remove both).

htdub
06-23-2005, 05:58 PM
Thanks!

Was looking for that too.

I guess there is no template to control the agent details page?

timeforsmilin
06-23-2005, 09:58 PM
Thanks!

Was looking for that too.

I guess there is no template to control the agent details page?

That is the correct spot, but you're better to use // to comment out the undesired features.

mlsa
07-02-2005, 08:36 AM
I actually found that line in 3 locations in the images.inc file for 2.04 which the only diff being that one of the lines had the 'strong' variable (lines 127, 152 & 843). I commented those 3 out and all seems to be ok. If somebody knows of a reason to not comment out all 3, please let me know!

Thanks.