Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Please Register to get full access to the forums.
Post New Thread  Reply



#1   07-12-2007, 02:28 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Interactive profiles help


Hey Brandon could you please help me with my interactive profiles thing i guess i have done sumthin` wrong some where
The whole prfile page is messed up


the reply button is not showing up

Kindly help me in this matter........

user : test
pass : test

Link to test :
Code:
http://www.stepheniansonline.com/forum/member.php?u=1
please reply ASAP........

i mean adding friends link is not coming and how to post comment on the profile is not coming ??

how to solve this problem kindly guide me
--------------------
StepheniansOnline™

Last edited by radarhunter; 07-12-2007 at 02:36 PM. Reason: Automerged Doublepost
Quote   |  



#2   07-12-2007, 02:51 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Interactive profiles help


There are some usergroup settings for this hack, have you checked all of them ?
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#3   07-12-2007, 03:01 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: Interactive profiles help


oh okie maybe that wasn`t done/.....


could you please guide me on how to clear up the mess on the profile ???

demo user pass given above

if you see the blue skin u`ll notice that it`s all pawned

i`m posting my memberinfo code kindly check where i`m wrong.......

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<if condition="$userinfo['iprof_css'] AND !isset($_REQUEST['no_css'])">
<style type="text/css">
<!--
$userinfo[iprof_css]
-->
</style>
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
<if condition="$userinfo['iprof_isprivate']"><div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px; margin: 0 0 1px 0">$vbphrase[iprof_alert_profile_is_private]</div></if>
$header
$navbar

<!-- main info - avatar, profilepic etc. -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
<tr>
	<td class="alt2">
		<table cellpadding="0" cellspacing="0" border="0" width="100%">
		<tr>
			<td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" width="100%" colspan="2">			
				<if condition="$userinfo['rank'] OR $userinfo['reputationdisplay']">
					<div style="float:$stylevar[right]; padding:4px">
						<if condition="$userinfo['field99']"><div align="center">$userinfo[field99]</div>
<else />
<if condition="$userinfo['rank']"><div align="center">$userinfo[rank]</div></if>
</if>
						<if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
					</div>
				</if>			
				<!-- vbPlaza start -->
				<div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
<!-- vbPlaza end -->
				<!-- vbPlaza start -->
				<if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->
			</td>
		</tr>
		<tr valign="top">
			<if condition="$show['avatar']">
				<td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
			<else />
				<td>&nbsp;</td>
			</if>
			<td class="smallfont" valign="bottom" align="$stylevar[right]">
				<if condition="$show['lastactivity']">
					<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
				</if>
				<if condition="$show['currentlocation']">
					<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
				</if>
			</td>
		</tr>
		</table>
	</td>
</tr>
</table>
<!-- / main info - avatar, profilepic etc. -->

<!-- button row -->
<if condition="$show['profilelinks']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
	<if condition="$userinfo['showvcard']">
		<td class="vbmenu_control"><a href="member.php?$session[sessionurl]do=vcard&amp;u=$userinfo[userid]" rel="nofollow">$vbphrase[download_vcard]</a></td>
	</if>
	<if condition="$show['member']">
	<td class="vbmenu_control">
		<if condition="$show['addbuddylist']">
		<a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
		<else />
		<a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
		</if>
	</td>
	<td class="vbmenu_control">
		<if condition="$show['addignorelist']">
		<a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
		<else />
		<a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
		</if>
	</td>
	</if>
	<if condition="can_moderate()">
		<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
	</if>
	<if condition="$show['giveinfraction']">
	   <td class="vbmenu_control"><a href="infraction.php?$session[sessionurl]do=report&amp;u=$userinfo[userid]">$vbphrase[give_infraction]</a></td>
	</if>
</tr>
</table>
</if>
<!-- / button row -->

<br />

<if condition="$show['infractions']">
<!-- infractions row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat" colspan="$colspan"><span style="float:$stylevar[right]" class="smallfont"><phrase 1="$userinfo[ipoints]">$vbphrase[x_points_total]</phrase>&nbsp; &nbsp;</span>$vbphrase[infractions]</td>
</tr>
<tr>
   <td class="thead" colspan="2">&nbsp; &nbsp;$vbphrase[post]</td>
   <td class="thead">$vbphrase[date]</td>
   <td class="thead">$vbphrase[expires]</td>
   <td class="thead">$vbphrase[points]</td>
   <td class="thead">$vbphrase[reason]</td>
   <td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td></td>
   <if condition="$show['reverse']"><td class="thead">$vbphrase[details]</td></if>
$infractionbits
</table>
<if condition="$pagenav">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="bottom">
	<td align="$stylevar[right]">$pagenav</td>
</tr>
</table>
</if>
<!-- / infractions row -->
<br />
</if>

<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
	<td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>
<!-- START GLOBAL TABLE -->
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top" style="padding-right: 3px">
<!-- / START GLOBAL TABLE -->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>	
	<td class="tcat">$vbphrase[forum_info]</td>
</tr>
<tr valign="top">
</tr>
<tr>
	<td class="tcat">$vbphrase[group_memberships]</td>
</tr>
<tr align="center">
	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					$vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
				</div>
			</div>
<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					$vbphrase[iprof_lastupdate]: <strong>$userinfo[iprof_lastupdate]</strong>
				</div>
			</div>

			<if condition="$show['iprof_rating']">
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					<if condition="$show['who_rated_member']"><a href="#" onclick="who_rated_member($userinfo[userid]); return false;">$vbphrase[iprof_rating]</a><else />$vbphrase[iprof_rating]</if>: 
					<div id="memberrating" style="display: inline"><a href="$show[nojs_link]#goto_memberrating" title="<phrase 1="$userinfo[iprof_votenum]" 2="$userinfo[iprof_voteavg]">$vbphrase[iprof_user_rating_x_votes_y_average]</phrase>"><if condition="$userinfo['iprof_rating']"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$userinfo[iprof_rating].gif" border="0" alt="<phrase 1="$userinfo[iprof_votenum]" 2="$userinfo[iprof_voteavg]">$vbphrase[iprof_user_rating_x_votes_y_average]</phrase>" /><else />$vbphrase[iprof_not_rated]</if></a></div>
					<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("memberrating"); </script></if>
				</div>
			</div>
			</if>
			
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					<if condition="$show['who_viewed_member']"><a href="#" onclick="who_viewed_member($userinfo[userid]); return false;">$vbphrase[iprof_profileviews]</a><else />$vbphrase[iprof_profileviews]</if>: <strong>$userinfo[iprof_profileviews]</strong>
				</div>
			</div>
			
			<fieldset class="fieldset">
				<legend>$vbphrase[posts]</legend>
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
					<td>
						$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
					</td>
				</tr>
				<if condition="$vboptions['profilelastpost']">
				<tr>
					<td>
							$vbphrase[last_post]:<br />
							<a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
							$userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
					</td>
				</tr>
				</if>
				<tr>
					<td><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
				</tr>
				<tr>
					<td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
				</tr>
				</table>
			</fieldset>
			
                        <if condition="$vboptions['usereferrer']"></if>
<!-- vbPlaza start -->
			<if condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
			<if condition="$show['gifts']">$show[gifts]</if>
			<if condition="$show['ribbons']">$show[ribbons]</if>
<!-- vbPlaza end -->
			<if condition="$vboptions['usereferrer']">
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					$vbphrase[referrals]: <strong>$referrals</strong>
				</div>
			</div>
			</if>
			
			<if condition="$show['usernotes']">
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					$vbphrase[user_notes]:
					<if condition="$show['usernoteview']">
						<strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
					</if>
					<if condition="$show['usernotepost']">
						[<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
					</if>
					<if condition="$show['usernoteview']">
						<br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
					</if>
				</div>
			</div>
			</if>
		
		</div>
	</div>
	</td>
	
</tr>
<if condition="!$show['popups'] AND $show['iprof_rating']">
<tr>
	<td class="tcat"><a name="goto_memberrating"></a>$vbphrase[iprof_rate_this_member]</td>
</tr>
<tr align="center">

	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="center">
	
		<!-- rate this member -->
		<form action="member.php" method="post">
		<div class="smallfont">
			<input type="hidden" name="s" value="$session[dbsessionhash]" />
			<input type="hidden" name="u" value="$userinfo[userid]" />
			<input type="hidden" name="do" value="rate" />
			<select name="vote" onchange="this.form.submit()" style="width:175px">
				<optgroup label="$vbphrase[choose_a_rating]">
					<option value="5" $voteselected[5]>5 : $vbphrase[excellent]</option>
					<option value="4" $voteselected[4]>4 : $vbphrase[good]</option>
					<option value="3" $voteselected[3]>3 : $vbphrase[average]</option>
					<option value="2" $voteselected[2]>2 : $vbphrase[bad]</option>
					<option value="1" $voteselected[1]>1 : $vbphrase[terrible]</option>
				</optgroup>
			</select>$gobutton
		</div>
		</form>
		<!-- / rate this member -->
		
		</div>
	</div>		
	</td>
</tr>
</if>
<tr>
	<td class="tcat">$vbphrase[contact_info]</td>
</tr>
<tr align="center">
	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<if condition="!$show['contactlinks']">
				<tr>
					<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
				</tr>				
				</if>
				<if condition="$show['homepage']">
				<tr>
					<td>
						$vbphrase[home_page]:<br />
						<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
					</td>
				</tr>
				</if>
				<if condition="$show['email']">
				<tr>
					<td>
						$vbphrase[email]:<br />
						<a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
					</td>
				</tr>
				</if>
				<if condition="$show['pm']">
				<tr>
					<td>
						$vbphrase[private_message]:<br />
						<a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
					</td>
				</tr>
				</if>
				</table>
			</div>
			
			<if condition="$show['hasimicons']">
			<fieldset class="fieldset">
				<legend>$vbphrase[instant_messaging]</legend>
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<if condition="$show['textimicons']">
					<if condition="$userinfo['showicq']">
					<tr>
						<td>$vbphrase[icq]</td>
						<td>$userinfo[icq]</td>
					</tr>
					</if>
					<if condition="$userinfo['showaim']">
					<tr>
						<td>$vbphrase[aim]</td>
						<td>$userinfo[aim]</td>
					</tr>
					</if>
					<if condition="$userinfo['showmsn']">
					<tr>
						<td>$vbphrase[msn]</td>
						<td>$userinfo[msn]</td>
					</tr>
					</if>
					<if condition="$userinfo['showyahoo']">
					<tr>
						<td>$vbphrase[yahoo]</td>
						<td>$userinfo[yahoo]</td>
					</tr>
					</if>
					<if condition="$userinfo['skype']">
					<tr>
						<td>$vbphrase[skype]</td>
						<td>$userinfo[skype]</td>
					</tr>
					</if>
				<else />
					<if condition="$userinfo['showicq']">
					<tr>
						<td>$userinfo[icqicon]</td>
						<td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
					</tr>
					</if>
					<if condition="$userinfo['showaim']">
					<tr>
						<td>$userinfo[aimicon]</td>
						<td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
					</tr>
					</if>
					<if condition="$userinfo['showmsn']">
					<tr>
						<td>$userinfo[msnicon]</td>
						<td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
					</tr>
					</if>
					<if condition="$userinfo['showyahoo']">
					<tr>
						<td>$userinfo[yahooicon]</td>
						<td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
					</tr>
					</if>
					<if condition="$userinfo['showskype']">
					<tr>
						<td>$userinfo[skypeicon]</td>
						<td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 285); return false;">$userinfo[skype]</a></td>
					</tr>
					</if>
				</if>
				</table>
			</fieldset>
			</if>
			
		
		</div>
	</div>
	</td>
	
</tr>
<tr>
	<td class="tcat">$vbphrase[additional_information]</td>
</tr>
<tr valign="top">

</tr>
<tr>
	<td class="tcat">$vbphrase[group_memberships]</td>
</tr>
<tr align="center">
	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		
		<div class="fieldset">
			<if condition="$show['extrainfo']">
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<if condition="$show['birthday']">
				<tr>
					<td>
						<strong>$vbphrase[birth_date]</strong>:<br />
						$userinfo[birthday]
					</td>
				</tr>
				</if>
				<if condition="$show['age']">
<if condition="$userinfo['zodiac_sign']">
					<dt class="smallfont"><strong>$vbphrase[iprof_zodiac_sign]</strong>:</dt>
					<dd class="smallfont">$userinfo[zodiac_sign]</dd>
				</if>
				<tr>
					<td>
						<strong>$vbphrase[age]</strong>:<br />
						$userinfo[age]
					</td>
				</tr>
				</if>
				$customfields
<if condition="!empty($userinfo[mood])">
<strong>$vbphrase[my_mood]:</strong>
<br />
<img src="images/mood/$userinfo[mood].gif" border="0" />
</if>
				</table>
			<else />
				<em>$vbphrase[n_a]</em>
			</if>
		</div>
		
		</div>
	</div>
	</td>
	
	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
					<if condition="$show['membergroups']">
					<td></td>
					<else />
					<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
					</if>
				</tr>
				$membergroupbits
				</table>
			</div>
		
		</div>
	</div>
	</td>

</tr>
</table>

<if condition="$numhacks">
<br />
<a name="hacks">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr class="tcat">
	<td colspan="4" align="center">
		$userinfo[username]'s Hacks
	</td>
</tr>
<tr class="thead" align="center">
	<td>$vbphrase[hackdb_hacktitle]</td>
	<td>$vbphrase[hackdb_forumname]</td>
	<td width="100" align="center">$vbphrase[hackdb_postdate]</td>
	<td width="15" align="center">$vbphrase[hackdb_installs]</td>
</tr>
$memhacklist
</table>
</a>
<br />
</if>
<!-- GLOBAL TABLE DIVIDOR (COL 2) -->
</td>
<td width="50%" valign="top" style="padding-left: 3px">
<!-- / GLOBAL TABLE DIVIDOR (COL 2) -->

<if condition="$show['profilepic']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase></td>
</tr>
<tr>
   <td class="alt1"><img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
</tr>
</table>

<br />
</if>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat"><if condition="$show['friendlistlink']"><span style="float: right"><a href="friends.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_show_all_friends]</a></span></if><phrase 1="$userinfo[username]">$vbphrase[iprof_friends_for_x]</phrase> ($totalfriends)</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<if condition="$show['friendlist']">
	$friendlist
<else />

    <td class="alt1" align="center">
        &nbsp;<br />
        <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_friends]</phrase>
        <br />&nbsp;
    </td>
</if>
</tr>
</table>

<br />

<!-- add profile comment / pagenav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
    <td class="smallfont"><if condition="$show['addcomment']"><a href="profilecomment.php?$session[sessionurl]do=newprofilecomment&amp;u=$userinfo[userid]">$vbphrase[iprof_post_new_profile_comment]</a></if>&nbsp;</td>
    <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / add profile comment / pagenav -->

<if condition="$show['comments']">

    <div id="comments">
    $commentbits
    </div>
    
<else />

	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr>
	    <td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[iprof_comments_for_x]</phrase></td>
	</tr>
	</table>

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="alt1" align="center">            
            &nbsp;<br />
            <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_profile_comments]</phrase>
            <br />&nbsp;
        </td>
    </tr>
    </table>
    
</if>	
 	
<!-- END GLOBAL TABLE -->
</td>	
</tr>
</table>
<!-- / END GLOBAL TABLE -->

<if condition="$show['popups'] AND $show['iprof_rating']">

<!-- member rating menu -->
<div class="vbmenu_popup" id="memberrating_menu" style="display:none">
<form action="member.php" method="post">

	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">$vbphrase[iprof_rate_this_member]<a name="goto_memberrating"></a></td>
	</tr>
	<tr>
		<td class="vbmenu_option" title="nohilite">
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_5.gif" alt="$vbphrase[excellent]" /><label for="vote5"><input type="radio" name="vote" id="vote5" value="5" $votechecked[5] />$vbphrase[excellent]</label></div>
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_4.gif" alt="$vbphrase[good]" /><label for="vote4"><input type="radio" name="vote" id="vote4" value="4" $votechecked[4] />$vbphrase[good]</label></div>
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_3.gif" alt="$vbphrase[average]" /><label for="vote3"><input type="radio" name="vote" id="vote3" value="3" $votechecked[3] />$vbphrase[average]</label></div>
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_2.gif" alt="$vbphrase[bad]" /><label for="vote2"><input type="radio" name="vote" id="vote2" value="2" $votechecked[2] />$vbphrase[bad]</label></div>
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_1.gif" alt="$vbphrase[terrible]" /><label for="vote1"><input type="radio" name="vote" id="vote1" value="1" $votechecked[1] />$vbphrase[terrible]</label></div>
		</td>
	</tr>
	<tr>
		<td class="vbmenu_option" title="nohilite" align="center">
			<input type="hidden" name="s" value="$session[dbsessionhash]" />
			<input type="hidden" name="u" value="$userinfo[userid]" />
			<input type="hidden" name="do" value="rate" />
			<input type="submit" class="button" value="$vbphrase[vote_now]" />
		</td>
	</tr>
	</table>
	
</form>
</div>
<!-- / member rating menu -->

</if>

<if condition="$userinfo['iprof_css']">
<div align="center" style="align: center; width: 95%; position: absolute; top: 8px; z-index: 9999">
	<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="40px" align="center">
	<tr align="center">
		<if condition="!isset($_REQUEST['no_css'])">
			<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]&amp;no_css=1">$vbphrase[iprof_suppress_customization]</a></td>
		<else />
			<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_restore_customization]</a></td>
		</if>
		<if condition="$show['can_erase_css']">
			<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]&amp;do=erase_css">$vbphrase[iprof_erase_customization]</a></td>
		</if>
	</tr>
	</table>
</div>
</if>
$footer

</body>
</html>
--------------------
StepheniansOnline™

Last edited by radarhunter; 07-12-2007 at 03:21 PM. Reason: Automerged Doublepost
Quote   |  



#4   07-12-2007, 03:33 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Interactive profiles help


um, I'm not the best to troubleshoot a template like that

If you want, I'll attach the member info we use here

I've modified it a bit tho.

Let me know if you would like that
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#5   07-12-2007, 03:44 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: Interactive profiles help


yes of course absolutely yes
--------------------
StepheniansOnline™
Quote   |  



#6   07-12-2007, 04:02 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Interactive profiles help


I moved the sig box down, and it seems like I moved something else too ?
Attached Files
File Type: zip memberinfo.zip (4.5 KB, 1 views)
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#7   07-12-2007, 04:05 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: Interactive profiles help


thanks a lot for the code

how to add friends ???

some idea ???
--------------------
StepheniansOnline™

Last edited by radarhunter; 07-12-2007 at 04:18 PM. Reason: Automerged Doublepost
Quote   |  



#8   07-12-2007, 04:28 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Interactive profiles help


if your still having problems with it after adding our template, it's a usergroups option.
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#9   07-12-2007, 04:39 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: Interactive profiles help


*text edited by radarhunter*
--------------------
StepheniansOnline™

Last edited by radarhunter; 07-12-2007 at 04:59 PM.
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Interactive Profiles are Back ! Brandon vBulletin Setup Announcements 53 01-25-2008 07:20 PM
Myspace type profiles? SithMaster vBulletin Questions 2 08-05-2007 10:36 PM
Interactive Profiles Nzarect vBulletin Questions 6 08-02-2007 05:09 PM
vs interactive profiles admiralgeek vBulletin Questions 2 07-25-2007 12:05 PM
Interactive profile bug Greek76 vBulletin Hacks - Modifications 0 06-26-2007 02:09 PM


All times are GMT -6. The time now is 09:24 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory