Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1. How can I remove the rss totally? See here: http://www.ebro-catfishing.com/gallery/
// Embed URL to RSS feed for proper level.
print '<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="'.plogger_rss_link().'" />' . "\n";
// Embed URL to RSS feed for proper level.
//print '<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="'.plogger_rss_link().'" />' . "\n";
<td id="rss-tag-container">'.plogger_rss_feed_button().'</td>
<td id="rss-tag-container"> </td>
4. Oddly when I mouse over an image a number appears in the top left corner - what is this and how can I stop if. See link: http://www.ebro-catfishing.com/gallery/?level=album&id=10
#overlay {
position: absolute;
visibility: hidden;
background-color: #38c;
font-family: "Georgia", "Verdana", serif;
font-weight: bold;
font-size: 14px;
padding: 4px;
text-align: center;
width: 18px;
color: #fff;
}
#overlay {
display: none;
}
3. Previously I had the names of the images and how many comments had been left - this has been lost - can I get it back? See link:
http://www.ebro-catfishing.com/gallery/?level=album&id=10
print '<li class="thumbnail"><div class="tag"><a href="' . plogger_get_picture_url() . '">' . $imgtag . "</a><br />";
print '<div class="meta-header">'.<?php echo plogger_get_picture_caption() ?>.'<br />('.<?php echo plogger_picture_comment_count() ?>.' comments)</div>';
1 to 5 of 5