Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Reply 
 
LinkBack Thread Tools Display Modes
Old 07-12-2007, 01:28 PM   #1
vBulletin Owner
 
Join Date: Sep 2006
Posts: 109
radarhunter will become famous soon enough
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
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by radarhunter; 07-12-2007 at 01:36 PM. Reason: Automerged Doublepost
radarhunter is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 07-12-2007, 01:51 PM   #2
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,080
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: Interactive profiles help

There are some usergroup settings for this hack, have you checked all of them ?
__________________
Brandon Sheley / vBulletinSetup Staff
Check the
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
&
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for the latest deals.
Looking for a place to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
?

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and other
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/
Read the->
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Are you on Twitter?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
I'm offering a few
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
& here is my
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
experiment
Brandon Sheley is offline   Reply With Quote
Old 07-12-2007, 02:01 PM   #3
vBulletin Owner
 
Join Date: Sep 2006
Posts: 109
radarhunter will become famous soon enough
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>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by radarhunter; 07-12-2007 at 02:21 PM. Reason: Automerged Doublepost
radarhunter is offline   Reply With Quote
Old 07-12-2007, 02:33 PM   #4
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,080
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
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 / vBulletinSetup Staff
Check the
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
&
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for the latest deals.
Looking for a place to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
?

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and other
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/
Read the->
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Are you on Twitter?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
I'm offering a few
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
& here is my
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
experiment
Brandon Sheley is offline   Reply With Quote
Old 07-12-2007, 02:44 PM   #5
vBulletin Owner
 
Join Date: Sep 2006
Posts: 109
radarhunter will become famous soon enough
Re: Interactive profiles help

yes of course absolutely yes
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
radarhunter is offline   Reply With Quote
Old 07-12-2007, 03:02 PM   #6
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,080
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
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 / vBulletinSetup Staff
Check the
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
&
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for the latest deals.
Looking for a place to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
?

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and other
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/
Read the->
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Are you on Twitter?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
I'm offering a few
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
& here is my
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
experiment
Brandon Sheley is offline   Reply With Quote
Old 07-12-2007, 03:05 PM   #7
vBulletin Owner
 
Join Date: Sep 2006
Posts: 109
radarhunter will become famous soon enough
Re: Interactive profiles help

thanks a lot for the code

how to add friends ???

some idea ???
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by radarhunter; 07-12-2007 at 03:18 PM. Reason: Automerged Doublepost
radarhunter is offline   Reply With Quote
Old 07-12-2007, 03:28 PM   #8
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,080
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: Interactive profiles help

if your still having problems with it after adding our template, it's a usergroups option.
__________________
Brandon Sheley / vBulletinSetup Staff
Check the
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
&
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for the latest deals.
Looking for a place to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
?

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and other
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/
Read the->
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Are you on Twitter?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
I'm offering a few
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
& here is my
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
experiment
Brandon Sheley is offline   Reply With Quote
Old 07-12-2007, 03:39 PM   #9
vBulletin Owner
 
Join Date: Sep 2006
Posts: 109
radarhunter will become famous soon enough
Re: Interactive profiles help

*text edited by radarhunter*
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by radarhunter; 07-12-2007 at 03:59 PM.
radarhunter is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Tags
interactive, profiles

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 v's vB 3.7 ukfg Troubleshooting vBulletin Problems 2 04-30-2008 08:03 AM
Interactive Profiles are Back ! Brandon Sheley Forum Archives 53 01-25-2008 06:20 PM
Interactive Profiles Nzarect Troubleshooting vBulletin Problems 6 08-02-2007 04:09 PM
vs interactive profiles admiralgeek Troubleshooting vBulletin Problems 2 07-25-2007 11:05 AM
Interactive profile bug Greek76 Troubleshooting vBulletin Problems 0 06-26-2007 01:09 PM


All times are GMT -8. The time now is 10:04 AM.