Blog block instead of tab in user profile
This modification is in the archives.
Blog block instead of tab in user profile
Demo: http://www.letsgather.net/members/taragon.html Code:
---------------------------- blog_entry_profile REPLACE all with: ---------------------------- <div class="alt1"> <div class="smallfont" align="left"><a href="blog.php?$session[sessionurl]b=$blog[blogid]">$blog[title]</a> <span class="shade"><phrase 1="$blog[date]" 2="$blog[time]">$vbphrase[posted_date_at_time]</phrase></span></div> </div> ---------------------------- blog_member_block REPLACE all with: ---------------------------- <if condition="$block_data['latestentries']"> <div class="alt1 block_row"> $block_data[latestentries] </div> </if> <div class="<if condition="$block_data['latestentries']">alt2<else />alt1</if> smallfont block_row block_footer"> <a href="blog.php?$session[sessionurl]u=$prepared[userid]"><phrase 1="$prepared[username]">$vbphrase[view_xs_blog]</phrase></a> </div> ---------------------------- MEMBERINFO FIND: ---------------------------- $template_hook[profile_left_last] ---------------------------- CUT and paste after: ---------------------------- $blocks[groups] ---------------------------- Done! By moving the position of this, also all other mods/tabs will reposition this same way. I currently havent found a working solution for this yet. All the best, Cor Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
Profile Enhancements PS - Ads In Profile (Right Side Block) | vBulletin 3.7 Add-ons |
vBulletin Blog Blog Portal Link in vBulletin Blog 2.0 Blog Links Menu | vBulletin 3.7 Template Modifications |