Cheyne Posted August 15, 2010 Share Posted August 15, 2010 Is there anyway to have the recent blog entries sidebar item look the same as the recent topics added or recent status updates. The blog entries block is styled differently on my board and it just looks a little out of place in the side bar. Id like them all to be a uniform look. Link to comment Share on other sites More sharing options...
nes718 Posted August 16, 2010 Share Posted August 16, 2010 On your skin -> Blog -> Content Blocks look for 'recentEnteries' and replace with this: <div> {parse striping="recententries" classes="row1,row2"} <ul class='block_rows'> <if test="is_array( $entries )"> <foreach loop="$entries as $eid => $entry"> <li class='{parse striping="recententries"}' style='clear:both'> <img src='{$entry['pp_mini_photo']}' width='{$entry['pp_mini_width']}' height='{$entry['pp_mini_height']}' alt='' class='photo' /> <div class='nexttophoto'> <if test="newcomment:|:$entry['newpost']"> <a href="{parse url="app=blog&module=display&section=blog&blogid={$entry['blog_id']}&showentry={$entry['entry_id']}&show=newcomment" template="showentry" seotitle="{$entry['entry_name_seo']}" base="public"}">{parse replacement="f_newpost"}</a> </if> <a href="{parse url="app=blog&module=display&section=blog&blogid={$this->registry->blogFunctions->blog['blog_id']}&showentry={$entry['entry_id']}" template="showentry" seotitle="{$entry['entry_name_seo']}" base="public"}"><strong>{$entry['entry_name']}</strong></a> <p class='desc'>{$this->lang->words['comment_on']} {$entry['_entry_date']}</p> </div> </li> </foreach> </if> </ul> </div> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.