I have a META thingy on my main page
Posted: Thu Jan 01, 2009 8:05 pm

Is there a way that i can remove it? or is it suppose to be there??
User and developer community
https://board.s9y.org/

Yes and yes. It's not a bug, it's a featureMadFly wrote:Is there a way that i can remove it? or is it suppose to be there??
Code: Select all
<div id="meta" class="dbx-box">
<h3 class="dbx-handle">Meta</h3>
<div class="dbx-content">
<ul>
<li class="rss"><a href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2">{$CONST.ENTRIES} (RSS)</a></li>
<li class="rss"><a href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/comments.rss2">{$CONST.COMMENTS} (RSS)</a></li>
<li class="login"><a href="{$serendipityBaseURL}serendipity_admin.php">{$CONST.LOGIN}</a></li>
</ul>
</div>
</div><!-- /#meta -->Perhaps it should be a template option if "everybody" wants to remove it...yellowled wrote:(Why does everybody want to remove this little box? It's not like it's doing anything wrong ...)
YL
Go ahead, implement it. Get yourself some cvs practiceDon Chambers wrote:Perhaps it should be a template option if "everybody" wants to remove it...
It links to your entries and comments RSS feeds and gives you a login link. Nothing fancy, nothing dangerous.MadFly wrote:i do, because i cannot see the use of it.
"Never rub another man's rhubarb"!yellowled wrote:Go ahead, implement it. Get yourself some cvs practice
YL
"Excuse me. You ever dance with the devil in the pale moonlight?"Don Chambers wrote:"Never rub another man's rhubarb"!
(Jack Nicholson as The Joker)
Both should work. Depends a little on how many further changes you make to the index.tpl.MadFly wrote:If I want it back, should i just paste the code in again, or could i just upload a backup of the index.tpl to the server?