i have a few issues. i wold like the profile pic to be a lil larger but it stretches the screen out and it looks funny. anyway that the frames can adjust based on the size of the profile pic.
also the who viewed my profile link isn't working. i had ot do an edit in the usercp_shell to do that here is the code
PHP Code:
In Template USERCP_SHELL
FIND
--------------------------------------------------------------------------------
</table>
<!-- / usercp nav -->
--------------------------------------------------------------------------------
ABOVE that ADD
--------------------------------------------------------------------------------
<if condition="$permissions['profileviewpermissions'] & $vbulletin->bf_ugp_profileviewpermissions['canseeviews']">
<tr>
<td class="alt2" nowrap="nowrap"><a class="smallfont" href="#" onclick="openWindow('misc.php?$session[sessionurl]do=profileviews', 300, 400); return false;">$vbphrase[who_viewed_my_profile]</a></td>
</tr>
</if>
--------------------------------------------------------------------------------
and my subscriptions were not populating but when i click onthe link it works. i see in the pic it worked for you.
one last thing i am trying to get my .htacess file to work my forum index is in
www.mysite.com/forums/ and it didnt' work
also my friend has asite
www.sub.doman.com and it didn't work for that either
thanks in advance for the help