1 daethian2 Jun 13, 2008 03:20
3 daethian2 Jun 13, 2008 03:27
<div class="bSmallPrint">
<?php $Item->permanent_link( '#', '#', 'permalink_right' ); ?>
<a href="http://tinyurl.com/yojvep"><img src="http://tinyurl.com/2xe6c2" alt="tiny url" /></a><a href="http://www.tagblitz.com/submit/?url=<$BlogItemPermalinkURL$>&title=<$BlogItemTitle$>"><img src="http://www.tagblitz.com/img/button_tagblitzthis2.gif"></a>
<?php $Item->feedback_link( 'feedbacks' ) // Link to comments & trackbacks & pingbacks ?>
<?php $Item->edit_link( ' • ' ) // Link to backoffice for editing ?>
</div>
4 afwas Jun 13, 2008 03:57
This wants some testing:
Crack open /skins/evocamp/posts.main.inc.php and add line 163 in this contect:
<?php
$Item->edit_link( array( // Link to backoffice for editing
'before' => ' | ',
'after' => '',
) );
?>
</p>
<a href="http://tinyurl.com/yojvep"><img src="http://tinyurl.com/2xe6c2" alt="tiny url" /></a><a href="http://www.tagblitz.com/submit/?url=<?php echo $Item->get_permanent_url(); ?>&title=<?php echo $Item->title; ?>"><img src="http://www.tagblitz.com/img/button_tagblitzthis2.gif"></a>
<?php
// ---------------------- POST CONTENT INCLUDED HERE ----------------------
skin_include( '_item_content.inc.php', array(
'image_size' => 'fit-400x320',
'more_link_text' => T_('Read more'),
Line 163 is the long one. In my test thing it generates something that looks OK but do test if the service works correctly with it.
See http://www.blog.hemminga.net/index.php?blog=12
Good luck
5 daethian2 Jun 14, 2008 02:58
nevermind I think I found it
6 daethian2 Jun 14, 2008 03:04
Dude you rule! I moved it down a bit to put it at the bottom of the post but it works! ROCK ON!!!
How does this code look like and where did it show up in your old install (under the post?)
And what skin are you planning to use?