Recent Topics

1 Jun 17, 2005 09:32    

Hey, i created... well not really created, but modified the Kubrick2evo theme and for once thought i'd share and give something back to the Open Source Community after taking so much,

Live Demo:
www.lorendias.com/blog/

(i feel it's necessacary that i let it be known that i havn't informed the author that i released a skin based on his code, but since it's GPL'ed i dont think it matters, does it?) this is my first GPL'ed work

Anyways, hope everyone enjoys it,

~ Loren

2 Jun 17, 2005 15:59

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.

4 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 Jun 18, 2005 16:39

Thanks a lot loren for solcing my problem.


Form is loading...