PDA

View Full Version : ABout me pop up


jacobskinner811
11-19-2010, 03:28 AM
So i was hoping that when i go to my profile the first thing that pops up would be the blog tab and not the about me tab i was just wondering what in this code made the about me pop up first if any one could help i would appreciate it! Here are the two possible codes i think it could be in

<dd<vb:if condition="$selected_tab == 'aboutme'"> class="selected"<vb:elseif condition="$selected_tab == '' AND !$show['post_visitor_message']" /> class="selected"</vb:if>><a id="aboutme-tab" href="{vb:raw relpath}#aboutme" onclick="return tabViewPicker(this);">{vb:rawphrase about_me}</a></dd>

or if its in this code

<div id="view-aboutme" class="<vb:if condition="$selected_tab == 'aboutme'">selected_view_section<vb:elseif condition="$selected_tab == '' AND !$show['post_visitor_message']" />selected_view_section<vb:else />view_section</vb:if>">
{vb:raw blocks.aboutme}
{vb:raw blocks.stats}

if anyone could just point it out for me i would be very grateful! thank you