1 loren Jun 17, 2005 09:32
3 graham Jun 17, 2005 19:35
This skin is now over at http://skins.b2evolution.net
4 loren Jun 17, 2005 22:25
I don't see what the problem could be since it was origonally in the side bar, anyways
under _main.php,
Line 97: <?php $Blog->disp( 'longdesc', 'htmlbody' ); ?>
move that code in front of
Line 180: <p class="center"><strong><?php posts_nav_link( ' | ', '< '.T_('Previous'), T_('Next').' >' ); ?></strong></p>
Anyways, i hope that's what you were asking for,
[edit:]
Upon looking at your site, sorry i'm oblivious, i noticed that the problem isn't that lol, <---- stupid me
Anyways, i Believe this is what you're looking for
Lines 270-281 in _main.php
<?php /*
<div class="bSideItem">
<h3><?php echo T_('Syndicate this blog') ?> <img src="../../img/xml.gif" alt="XML" width="36" height="14" class="middle" /></h3>
<ul>
<li>RSS 0.92: <a href="<?php $Blog->disp( 'rss_url', 'raw' ) ?>"><?php echo T_('Posts') ?></a>, <a href="<?php $Blog->disp( 'comments_rss_url', 'raw' ) ?>"><?php echo T_('Comments') ?></a></li>
<li>RSS 1.0: <a href="<?php $Blog->disp( 'rdf_url', 'raw' ) ?>"><?php echo T_('Posts') ?></a>, <a href="<?php $Blog->disp( 'comments_rdf_url', 'raw' ) ?>"><?php echo T_('Comments') ?></a></li>
<li>RSS 2.0: <a href="<?php $Blog->disp( 'rss2_url', 'raw' ) ?>"><?php echo T_('Posts') ?></a>, <a href="<?php $Blog->disp( 'comments_rss2_url', 'raw' ) ?>"><?php echo T_('Comments') ?></a></li>
<li>Atom 0.3: <a href="<?php $Blog->disp( 'atom_url', 'raw' ) ?>"><?php echo T_('Posts') ?></a>, <a href="<?php $Blog->disp( 'comments_atom_url', 'raw' ) ?>"><?php echo T_('Comments') ?></a></li>
</ul>
<a href="http://fplanque.net/Blog/devblog/2004/01/10/p456" title="External - English">What is RSS?</a>
</div>
*/ ?>
remove [line 270]
<?php /*
and [line 281]
*/ ?>
Sorry, i'm not sure if i'm answering your question, but anyways, if not just leave a more detailed post and i'll take a look at it
~ Loren
5 indyan Jun 18, 2005 16:39
Thanks a lot loren for solcing my problem.
6 riccardo Jul 10, 2005 12:59
please have a look at http://www.riccardo-ulpts.com/blogs, to the header, that gallery thing, it only happens if i add a link to the descrition, only happens with this skin...
Loren i am using a slightly modified version of your skin(the blog description is in the sidebar,instead of in the main section) at www.indyan.info
But i cant add RSS feed links to the side bar.It always appears out of place.
Please help me with that.
This skin is one of the best I have seen.