PDA

View Full Version : Editing the images in the Random Thumbs bar...


Nick_R
11-15-2008, 11:39 PM
What template or wherever can I edit the code for the images that display in the "Random Thumbs" bar below the navbar.
I would like to add class="reflect" to the images that are displayed for a certain formatting I would like to achieve.

Thanks in advance.

Morgan
11-17-2008, 04:14 PM
You would need to edit the code in the PhotoPlog settings.php file. Look for $photoplog_random_bits to find the block of code that generates the random thumbnails.

Nick_R
11-17-2008, 10:54 PM
Thanks for the help :)

I found the block you referred to and added my class to the <img> tag.

So as you can see here, my images now have a reflection: http://lineolatedparakeet.net/forums/photoplog/index.php

But why is the reflection not apparent on the homepage Random Thumbs?
http://lineolatedparakeet.net/forums/index.php

Are there two instances that I need to edit?

Thanks again.

Morgan
11-21-2008, 10:40 PM
The one for the forum homepage is in the PhotoPlog Forum Home Thumbs plugin.

Nick_R
11-21-2008, 11:08 PM
Thanks! I got it :)