Hello Bob,
For example, when I'm at: Showcase | XenAddons - XenForo Add-ons & Custom Development
Inside the "Quick Stats" block at the sidebar there is an RSS icon. I want to get rid of it and also -if possible- disable direct access to showcase/index.rss
I tried by editing template nflj_showcase_index_sidebar and removing the following block:
And it removes the RSS icon from the Quick Stats block but it adds the icon to right side of the footer
Thanks,
imthebest
For example, when I'm at: Showcase | XenAddons - XenForo Add-ons & Custom Development
Inside the "Quick Stats" block at the sidebar there is an RSS icon. I want to get rid of it and also -if possible- disable direct access to showcase/index.rss
I tried by editing template nflj_showcase_index_sidebar and removing the following block:
Code:
<dl>
<dt></dt>
<dd><a href="{xen:link showcase/index.rss}" class="showcaseFeedIcon" title="{xen:phrase nflj_showcase_rss_feed_for_showcase}">{xen:phrase rss}</a></dd>
</dl>
And it removes the RSS icon from the Quick Stats block but it adds the icon to right side of the footer
Thanks,
imthebest