vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Myspace Profile Re-Write PRO! 1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=109094)

Souli 02-28-2006 06:09 PM

You must read post #85 and #102 in the vbfriends thread - after that you have the answer for the problem

You must install another hack that is not in the list here :( :
https://vborg.vbsupport.ru/showthread.php?p=873179

Stangsta 02-28-2006 06:23 PM

Quote:

Originally Posted by Don Corleone
is this for vbfriends or vbbuddies?

Sorry, I was up late last night.

It was the one that Souli listed above. I changed the 1st post to reflect that.

VaaKo 02-28-2006 06:31 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=870658&postcount=85" target="_blank">https://vborg.vbsupport.ru/showp...8&postcount=85</a>
this one

I got it now
but the vbfriends, the buddies must add each other in order to appear on the memberinfo

MissKalunji 02-28-2006 06:44 PM

Quote:

Originally Posted by Don Corleone
can I just ask how can u change the video?
how can the user do it?

once u enter the profile field he'll be able to insert the link from edit profile

MissKalunji 02-28-2006 06:47 PM

heres the code for the video
Code:

<td class="alt2" align="center" valign="middle">
                        <fieldset class="fieldset"><EMBED SRC="$userinfo[field18]"></fieldset> </td>
                </tr>


VaaKo 02-28-2006 06:56 PM

yea I got it and you can get loads of videos links at www.videocodezone.com

I have an off-topic question, how could you parse bbcode or html in the description of the custom fields at sevencityforums.com ?

MissKalunji 02-28-2006 06:58 PM

create a plugin name the way you want in member_complete

then paste this

Code:

{
if (!is_object($bbcode_parser))
{
        require_once(DIR . '/includes/class_bbcode.php');
        $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true);
}

just change the field number to what u want and repeat the step for each field u wanna to be able to parse bbcode

VaaKo 02-28-2006 07:07 PM

its still not working
I'm talkin about the description of the field in "Edit Profile"

https://vborg.vbsupport.ru/

MissKalunji 02-28-2006 07:16 PM

Quote:

Originally Posted by Don Corleone
its still not working
I'm talkin about the description of the field in "Edit Profile"

https://vborg.vbsupport.ru/

bbcode is by default ....

u mean being able to bold text etc?

right?

VaaKo 02-28-2006 07:25 PM

you see the "click here" in the description of the field?
it's in a [url]
how to do that?

e-brooker 02-28-2006 07:28 PM

Great hack!

Is it possible to let members decide if their profile can be seen by guests or not? Anyone know how to do this?

Cheers.

ronoxQ 02-28-2006 07:37 PM

Quote:

Originally Posted by MissKalunji
u just create a field with line txt

yeah you would be able to insert swf

in your template just insert the code for swf

but i doubt u'll be able to do both swf and videos....i'de have to check that out

So, you just have the field on the profile page display whatever the field links to? If so, then why could you only do video OR swf? Or did I just misread that (again)? ^_^

Stangsta 02-28-2006 07:50 PM

Quote:

Originally Posted by e-brooker
Great hack!

Is it possible to let members decide if their profile can be seen by guests or not? Anyone know how to do this?

Cheers.

You can do that with your usergroup permissions in your adminCP

Stangsta 02-28-2006 07:54 PM

Quote:

Originally Posted by Don Corleone
its still not working
I'm talkin about the description of the field in "Edit Profile"

http://img225.imageshack.us/img225/8568/untitled3ou.jpg

In the description of the field(s) you have set up to parse BBCODE, put this in it:
Code:

You may use <b>BB CODE.</b> <a href="http://www.YOUR_DOMAIN_NAME.com/forums/misc.php?do=bbcode">CLICK HERE</a> to find out how!

MissKalunji 02-28-2006 08:04 PM

Quote:

Originally Posted by ronoxQ
So, you just have the field on the profile page display whatever the field links to? If so, then why could you only do video OR swf? Or did I just misread that (again)? ^_^

because to do so you would need a player that you would insert in the memberinfo

i dont know wich player plays swf or videos

so right now what this field does its windows media player pluging

does swf plays in media player?

no

so its either you find a player that plays both and insert in the profile template
you choose to only use videos insert the media player plugin
or you pick swf and insert it.

What you could do for swf insert the bbcode pluging and they can link through it in their profile

VaaKo 02-28-2006 08:06 PM

ah yea it worked!
thx man

ronoxQ 02-28-2006 08:15 PM

Okay, now I understand. Thanks a lot!

Stangsta 02-28-2006 08:16 PM

Quote:

Originally Posted by Don Corleone
ah yea it worked!
thx man

Don't forget to click INSTALL :)

MissKalunji 02-28-2006 08:20 PM

Quote:

Originally Posted by ronoxQ
Okay, now I understand. Thanks a lot!


i had a flash video / music player i just need a little time :) and ill post it here

ronoxQ 02-28-2006 08:42 PM

A few questions, since I'm still not very PHP-inclined:

1) What would I do to change it so that on most of the pages that link to a user's page (like from postbit, and a few others), it goes to the rewritten .htaccess page instead?

2) I have a .htaccess in place already that changes the same URL that's already set up to AmyKhar's Userpages mod. Though I'd prefer that go to the profile, could I create a /(username)/personalpage htaccess code?

ocmca 02-28-2006 08:52 PM

I find it incredibly amazing that I was searching the forums for a hack like this yesterday, then on today, my birthday, I find it! Thanks for the birthday present, lol. I really want to install this but I do not understand this line
Quote:

To make this work for you, you have to create profile fields in the adminCP. Each profile field that you create will have its own unique number. ex. "feild24" Once created, each profile field will be editable by the user in thier userCP under edit profile. Start by creating all the fields to match the screenshots. Then, write down the name and field number on a piece of paper for quick reference (it will be much easier that way). Once you have done this, using the code below, change the profile fields to match YOURS.
What do you mean you have to create profile fields in the ACP? Does this mean that I have to edit something for each member of the forum in the ACP to let them use this hack? What profile fields are you talking about? Sorry for being so confused :( I will get installing the necessary hacks awhile because I am really excited about this :) Thanks to anyone who might help me!

VaaKo 02-28-2006 08:52 PM

<a href="http://www.oneforum.org/member.php?u=3717" target="_blank">http://www.oneforum.org/member.php?u=3717</a>
that's what I've done

the custom css didn't work
it gave me loads of errors

ronoxQ 02-28-2006 09:07 PM

Quote:

Originally Posted by ocmca
I find it incredibly amazing that I was searching the forums for a hack like this yesterday, then on today, my birthday, I find it! Thanks for the birthday present, lol. I really want to install this but I do not understand this line

What do you mean you have to create profile fields in the ACP? Does this mean that I have to edit something for each member of the forum in the ACP to let them use this hack? What profile fields are you talking about? Sorry for being so confused :( I will get installing the necessary hacks awhile because I am really excited about this :) Thanks to anyone who might help me!

Well, in the AdminCP you can create fields for users to fill out, like Location, Age, Biography... etc. Each of these fields has a number, so you replace Field24 with Field##, and it'll display on the profiles.

influence 02-28-2006 09:27 PM

isn't that yaxay's style you guys are using on sevencityforums.com?

Stangsta 02-28-2006 09:29 PM

Quote:

Originally Posted by Don Corleone
http://www.oneforum.org/member.php?u=3717
that's what I've done

the custom css didn't work
it gave me loads of errors

Did you change the profile field number in the memberinfo (on the very top) to mach your custom field that you made?

Ntfu2 02-28-2006 09:29 PM

I think you should update the template edit, remove all links to sevencityforums.com

Provide either a text link in their place, or provide buttons, and point the images to the directory for the buttons.

Just a suggestion that will make everyone's life easier

HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
<else />
$headinclude
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar
<if condition="$userinfo[userid] == $vbulletin->userinfo[userid]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="panel" align="center">
<div class="smallfont"><font color="#0000000"><phrase 1="$userinfo[username]">$vbphrase[x_you_are_viewing_your_profile]</phrase></font> <a href="usercp.php$session[sessionurl]">$vbphrase[user_cp]</a></div>
</td>
</tr>
</table>
</if>
 
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 
<tr>
        <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2"><div align="Left" class="bigusername"><strong>$userinfo[username]</div></font></strong>
<div class="smallfont"><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a></td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>
                <tr class="tcat">
                        <td class="text" colspan="2" style="" align="left" valign="bottom"></td>
                </tr>
 
                                                        </if>
 
                <tr class="alt2">
                        <td><div align="right"><center><if condition="$show['avatar']">
        <div class="smallfont">
        &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
        </div>
<else /> <center><img src="http://www.nowthats++++edup2.com/forums/images/misc/noavatar.gif">
                                </if></div><br /></center>
                        <td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<strong>Sex:</strong> $userinfo[field5] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>
                        $userinfo[age]</if> <br /> <strong>Location:</strong> $userinfo[field2] &nbsp;
                        <div>$userinfo[onlinestatus]</div>
                        <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> </td>
                </tr>
                </tbody>
        </table>
        <p> <!--contact table information -->
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="2"><strong>Contacting $userinfo[username]</td></font></strong>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" width="50%"> <div align="left">
                        <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;">
Send Private Message</a>
</td>
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><if condition="$userinfo['showicq']"> $userinfo[icqicon]
                        <a href="#" dir="ltr" onClick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a>
                        <else /> No ICQ Information entered
                        </if> </div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><div class="smallfont">
        <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow">
Send Email</a></p>
                        </div></td>
                <td height="2" nowrap="nowrap" valign="middle" width="50%">
                        <div align="left"><if condition="$userinfo['showaim']"> $userinfo[aimicon]
                        <a href="#" dir="ltr" onClick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a>
                        <else />
                        No AIM name Set
                        </if></div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                <div align="left"><div class="smallfont"><if condition="$show['addbuddylist']"> <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]">
Add To Buddy List</a>
                        <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]">
Remove From Buddy List</a>
                        </if> </div></td>
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><if condition="$userinfo['showmsn']"> $userinfo[msnicon]
                        <a href="#" dir="ltr" onClick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a>
                        <else />
                        No MSN Contact name set
                        </if></div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><div class="smallfont"><if condition="$show['addignorelist']"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">
Add To Ignore List</a></p>
                        <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]">
Remove From ignore List</a></p>
                        </if> </div></td>
                <td height="2" nowrap="nowrap" valign="middle" width="50%">
                        <div align="left"><if condition="$userinfo['showyahoo']"> $userinfo[yahooicon]
                        <a href="#" dir="ltr" onClick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a>
                        <else />
                        No Yahoo name Set
                        </if></div></td>
                </tr>
        </table>
 <!-- /Contact Table Information -->
 
 
 
 
 
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>User Information</td> </font></strong>
                </tr>
                <tr class="alt2">
                <td valign="top"></td>
                </tr>
 
<tr>
                <td class="alt2"><div class="smallfont"><a href="$userinfo[homepage]" target="_blank"
dir="ltr">
My Home Page</a></div></td>
                </tr>
<!-- Profile Views Hack -->
                <if condition="$show['profileviews']">
<td class="alt2">
<div class="smallfont">
        <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
        </div>
</div>
</if>
<!-- end profile views -->
                </tr>
<tr>
                <td class="alt2"><div class="smallfont"><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 class="alt2"><div class="smallfont"><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>
<tr>
                <td class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
        </td></div>
                </tr>
<tr>
                <td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
        </div>
</div>
</if>
                </tr>
<tr>
                <td class="alt2"><div class="smallfont"><a href="https://payments.nowthats++++edup2.com/">Buy Supporter Access!</a>
                </td>
        </td></div>
                </tr>
        </table>
<br />
 
 
 
 
 
 
 
 
 
 
 
 
 <!-- Media Block -->
<if condition="$userinfo[field10]">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
                        <span class=""><strong>$userinfo[username]'s Media </span> </td> </font></strong>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="center"><EMBED SRC="$userinfo[field15]"></div></td>
                </tr>
        </table>
</if>
<!-- End Media Block -->

        <p>
        <!-- interests table-->
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="3" valign="middle"><strong>$userinfo[username]'s Interests</td></font></strong>
                </tr>
                <tr valign="top" class="alt2">
                <td align="left" valign="top"><span class=""><strong>General:</strong></span></td>
                <td align="left" valign="top">$userinfo[field6]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Music:</strong></span></td>
                <td align="left" valign="top">$userinfo[field3]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Movies:</strong></span></td>
                <td align="left" valign="top">$userinfo[field4]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Television:</strong></span></td>
                <td align="left" valign="top">$userinfo[field7]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Books:</strong></span></td>
                <td align="left" valign="top">$userinfo[field8]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Groups:</strong></span></td>
                <if condition="$show['membergroups']">
                <td>$membergroupbits</td>
                <else />
                <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                </if>
        </table>
        <p>
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
                        <span class=""><strong>$userinfo[username]'s Details </span> </td> </font></strong>
                </tr>
                <tr valign="top" class="alt2">
                <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Status:</strong></span></div></td>
                <td style="">$userinfo[field9]</td>
                </tr>
<tr valign="top" class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td>
<td style=""><if condition="$comma =''"></if>
<if condition="$post['field10']&1">
$comma Dating
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&2">
$comma Serious Relationships
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&4">
$comma Friends
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&8">
$comma Networking
<if condition="$comma =','"></if>
</if>
 
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
                <td style="">$userinfo[field11]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Current Location:</strong></span></div></td>
                <td style="">$userinfo[field2]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td>
                <td id="ProfileReligion:" style="">$userinfo[field12]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Zodiac
                        Sign:</strong></span></div></td>
                <td style=""><if condition="$show['zodiacsign']">
                        <div>$zodiacsign</div>
                        </if></td>
                </tr>

        </table>
        <!-- end interests table -->
        </td>
        <td valign="top" width="60%"> <if condition="$show[journalinfo]"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>$userinfo[username]'s Latest Blog Entry</td></font></strong>
                </tr>
                <tr class="alt2">
                <td><if condition="$show[journalinfo]"> <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a>
                        ($journal[lastentry_date])<br />
                        <else />$vbphrase[private]</if> </if></td>
                </tr>
                <tr class="alt2">
                <td><if condition="$show[journalinfo]"> [<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>]
                        </if></td>
                </tr>
        </table>
        <p></if>
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>$userinfo[username]'s Blurbs</td></font></strong>
                </tr>
                <tr class="alt2">
                <td valign="top"><strong>About Me:</strong><br />$userinfo[field16]</td>
                </tr>
                <tr>
                <td class="alt2"><strong>Who I'd Like to Meet:</strong><br />
                        $userinfo[field25]</td>
                </tr>
        </table>
<br />$FNB_HTML<br />
        <p>$comment_panel</p></td>
</tr></table></td>
</table>
<br />
<center>
<if condition="can_moderate()">Moderator Tools<br />
<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td><br />
</if>
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
<if condition="$mh_upcd_last_changed">
        <div style="padding:$stylevar[formspacer]px">
        <strong>Profile last updated: $mh_upcd_last_changed</strong>
        </div>
        </if>
</center>
$footer
<br />
</body>
</html>

also with the current mod rewrite you can no longer access your admincp by , http://www.forums/admincp/ you have to enter the /index.php at the end for it to work

Stangsta 02-28-2006 09:47 PM

Quote:

Originally Posted by Ntfu2
I think you should update the template edit, remove all links to sevencityforums.com

Provide either a text link in their place, or provide buttons, and point the images to the directory for the buttons.

Just a suggestion that will make everyone's life easier

HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
<else />
$headinclude
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar
<if condition="$userinfo[userid] == $vbulletin->userinfo[userid]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="panel" align="center">
<div class="smallfont"><font color="#0000000"><phrase 1="$userinfo[username]">$vbphrase[x_you_are_viewing_your_profile]</phrase></font> <a href="usercp.php$session[sessionurl]">$vbphrase[user_cp]</a></div>
</td>
</tr>
</table>
</if>
 
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 
<tr>
        <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2"><div align="Left" class="bigusername"><strong>$userinfo[username]</div></font></strong>
<div class="smallfont"><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a></td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>
                <tr class="tcat">
                        <td class="text" colspan="2" style="" align="left" valign="bottom"></td>
                </tr>
 
                                                        </if>
 
                <tr class="alt2">
                        <td><div align="right"><center><if condition="$show['avatar']">
        <div class="smallfont">
        &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
        </div>
<else /> <center><img src="http://www.nowthats++++edup2.com/forums/images/misc/noavatar.gif">
                                </if></div><br /></center>
                        <td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<strong>Sex:</strong> $userinfo[field5] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>
                        $userinfo[age]</if> <br /> <strong>Location:</strong> $userinfo[field2] &nbsp;
                        <div>$userinfo[onlinestatus]</div>
                        <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> </td>
                </tr>
                </tbody>
        </table>
        <p> <!--contact table information -->
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="2"><strong>Contacting $userinfo[username]</td></font></strong>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" width="50%"> <div align="left">
                        <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;">
Send Private Message</a>
</td>
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><if condition="$userinfo['showicq']"> $userinfo[icqicon]
                        <a href="#" dir="ltr" onClick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a>
                        <else /> No ICQ Information entered
                        </if> </div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><div class="smallfont">
        <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow">
Send Email</a></p>
                        </div></td>
                <td height="2" nowrap="nowrap" valign="middle" width="50%">
                        <div align="left"><if condition="$userinfo['showaim']"> $userinfo[aimicon]
                        <a href="#" dir="ltr" onClick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a>
                        <else />
                        No AIM name Set
                        </if></div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                <div align="left"><div class="smallfont"><if condition="$show['addbuddylist']"> <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]">
Add To Buddy List</a>
                        <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]">
Remove From Buddy List</a>
                        </if> </div></td>
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><if condition="$userinfo['showmsn']"> $userinfo[msnicon]
                        <a href="#" dir="ltr" onClick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a>
                        <else />
                        No MSN Contact name set
                        </if></div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><div class="smallfont"><if condition="$show['addignorelist']"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">
Add To Ignore List</a></p>
                        <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]">
Remove From ignore List</a></p>
                        </if> </div></td>
                <td height="2" nowrap="nowrap" valign="middle" width="50%">
                        <div align="left"><if condition="$userinfo['showyahoo']"> $userinfo[yahooicon]
                        <a href="#" dir="ltr" onClick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a>
                        <else />
                        No Yahoo name Set
                        </if></div></td>
                </tr>
        </table>
<!-- /Contact Table Information -->
 
 
 
 
 
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>User Information</td> </font></strong>
                </tr>
                <tr class="alt2">
                <td valign="top"></td>
                </tr>
 
<tr>
                <td class="alt2"><div class="smallfont"><a href="$userinfo[homepage]" target="_blank"
dir="ltr">
My Home Page</a></div></td>
                </tr>
<!-- Profile Views Hack -->
                <if condition="$show['profileviews']">
<td class="alt2">
<div class="smallfont">
        <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
        </div>
</div>
</if>
<!-- end profile views -->
                </tr>
<tr>
                <td class="alt2"><div class="smallfont"><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 class="alt2"><div class="smallfont"><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>
<tr>
                <td class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
        </td></div>
                </tr>
<tr>
                <td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
        </div>
</div>
</if>
                </tr>
<tr>
                <td class="alt2"><div class="smallfont"><a href="https://payments.nowthats++++edup2.com/">Buy Supporter Access!</a>
                </td>
        </td></div>
                </tr>
        </table>
<br />
 
 
 
 
 
 
 
 
 
 
 
 
<!-- Media Block -->
<if condition="$userinfo[field10]">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
                        <span class=""><strong>$userinfo[username]'s Media </span> </td> </font></strong>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="center"><EMBED SRC="$userinfo[field15]"></div></td>
                </tr>
        </table>
</if>
<!-- End Media Block -->
 
        <p>
        <!-- interests table-->
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="3" valign="middle"><strong>$userinfo[username]'s Interests</td></font></strong>
                </tr>
                <tr valign="top" class="alt2">
                <td align="left" valign="top"><span class=""><strong>General:</strong></span></td>
                <td align="left" valign="top">$userinfo[field6]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Music:</strong></span></td>
                <td align="left" valign="top">$userinfo[field3]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Movies:</strong></span></td>
                <td align="left" valign="top">$userinfo[field4]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Television:</strong></span></td>
                <td align="left" valign="top">$userinfo[field7]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Books:</strong></span></td>
                <td align="left" valign="top">$userinfo[field8]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Groups:</strong></span></td>
                <if condition="$show['membergroups']">
                <td>$membergroupbits</td>
                <else />
                <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                </if>
        </table>
        <p>
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
                        <span class=""><strong>$userinfo[username]'s Details </span> </td> </font></strong>
                </tr>
                <tr valign="top" class="alt2">
                <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Status:</strong></span></div></td>
                <td style="">$userinfo[field9]</td>
                </tr>
<tr valign="top" class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td>
<td style=""><if condition="$comma =''"></if>
<if condition="$post['field10']&1">
$comma Dating
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&2">
$comma Serious Relationships
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&4">
$comma Friends
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&8">
$comma Networking
<if condition="$comma =','"></if>
</if>
 
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
                <td style="">$userinfo[field11]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Current Location:</strong></span></div></td>
                <td style="">$userinfo[field2]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td>
                <td id="ProfileReligion:" style="">$userinfo[field12]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Zodiac
                        Sign:</strong></span></div></td>
                <td style=""><if condition="$show['zodiacsign']">
                        <div>$zodiacsign</div>
                        </if></td>
                </tr>
 
        </table>
        <!-- end interests table -->
        </td>
        <td valign="top" width="60%"> <if condition="$show[journalinfo]"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>$userinfo[username]'s Latest Blog Entry</td></font></strong>
                </tr>
                <tr class="alt2">
                <td><if condition="$show[journalinfo]"> <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a>
                        ($journal[lastentry_date])<br />
                        <else />$vbphrase[private]</if> </if></td>
                </tr>
                <tr class="alt2">
                <td><if condition="$show[journalinfo]"> [<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>]
                        </if></td>
                </tr>
        </table>
        <p></if>
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>$userinfo[username]'s Blurbs</td></font></strong>
                </tr>
                <tr class="alt2">
                <td valign="top"><strong>About Me:</strong><br />$userinfo[field16]</td>
                </tr>
                <tr>
                <td class="alt2"><strong>Who I'd Like to Meet:</strong><br />
                        $userinfo[field25]</td>
                </tr>
        </table>
<br />$FNB_HTML<br />
        <p>$comment_panel</p></td>
</tr></table></td>
</table>
<br />
<center>
<if condition="can_moderate()">Moderator Tools<br />
<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td><br />
</if>
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
<if condition="$mh_upcd_last_changed">
        <div style="padding:$stylevar[formspacer]px">
        <strong>Profile last updated: $mh_upcd_last_changed</strong>
        </div>
        </if>
</center>
$footer
<br />
</body>
</html>


Good suggestion, I will work on that tonight

Ntfu2 02-28-2006 09:59 PM

:lol: I got what i could for you, but then i left the link to my default avatar in there :oops:

MissKalunji 02-28-2006 10:04 PM

Quote:

Originally Posted by Ntfu2
I think you should update the template edit, remove all links to sevencityforums.com

Provide either a text link in their place, or provide buttons, and point the images to the directory for the buttons.

Just a suggestion that will make everyone's life easier

HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
<else />
$headinclude
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar
<if condition="$userinfo[userid] == $vbulletin->userinfo[userid]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="panel" align="center">
<div class="smallfont"><font color="#0000000"><phrase 1="$userinfo[username]">$vbphrase[x_you_are_viewing_your_profile]</phrase></font> <a href="usercp.php$session[sessionurl]">$vbphrase[user_cp]</a></div>
</td>
</tr>
</table>
</if>
 
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 
<tr>
        <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2"><div align="Left" class="bigusername"><strong>$userinfo[username]</div></font></strong>
<div class="smallfont"><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a></td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>
                <tr class="tcat">
                        <td class="text" colspan="2" style="" align="left" valign="bottom"></td>
                </tr>
 
                                                        </if>
 
                <tr class="alt2">
                        <td><div align="right"><center><if condition="$show['avatar']">
        <div class="smallfont">
        &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
        </div>
<else /> <center><img src="http://www.nowthats++++edup2.com/forums/images/misc/noavatar.gif">
                                </if></div><br /></center>
                        <td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<strong>Sex:</strong> $userinfo[field5] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>
                        $userinfo[age]</if> <br /> <strong>Location:</strong> $userinfo[field2] &nbsp;
                        <div>$userinfo[onlinestatus]</div>
                        <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> </td>
                </tr>
                </tbody>
        </table>
        <p> <!--contact table information -->
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="2"><strong>Contacting $userinfo[username]</td></font></strong>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" width="50%"> <div align="left">
                        <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;">
Send Private Message</a>
</td>
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><if condition="$userinfo['showicq']"> $userinfo[icqicon]
                        <a href="#" dir="ltr" onClick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a>
                        <else /> No ICQ Information entered
                        </if> </div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><div class="smallfont">
        <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow">
Send Email</a></p>
                        </div></td>
                <td height="2" nowrap="nowrap" valign="middle" width="50%">
                        <div align="left"><if condition="$userinfo['showaim']"> $userinfo[aimicon]
                        <a href="#" dir="ltr" onClick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a>
                        <else />
                        No AIM name Set
                        </if></div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                <div align="left"><div class="smallfont"><if condition="$show['addbuddylist']"> <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]">
Add To Buddy List</a>
                        <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]">
Remove From Buddy List</a>
                        </if> </div></td>
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><if condition="$userinfo['showmsn']"> $userinfo[msnicon]
                        <a href="#" dir="ltr" onClick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a>
                        <else />
                        No MSN Contact name set
                        </if></div></td>
                </tr>
                <tr class="alt2">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><div class="smallfont"><if condition="$show['addignorelist']"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">
Add To Ignore List</a></p>
                        <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]">
Remove From ignore List</a></p>
                        </if> </div></td>
                <td height="2" nowrap="nowrap" valign="middle" width="50%">
                        <div align="left"><if condition="$userinfo['showyahoo']"> $userinfo[yahooicon]
                        <a href="#" dir="ltr" onClick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a>
                        <else />
                        No Yahoo name Set
                        </if></div></td>
                </tr>
        </table>
 <!-- /Contact Table Information -->
 
 
 
 
 
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>User Information</td> </font></strong>
                </tr>
                <tr class="alt2">
                <td valign="top"></td>
                </tr>
 
<tr>
                <td class="alt2"><div class="smallfont"><a href="$userinfo[homepage]" target="_blank"
dir="ltr">
My Home Page</a></div></td>
                </tr>
<!-- Profile Views Hack -->
                <if condition="$show['profileviews']">
<td class="alt2">
<div class="smallfont">
        <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
        </div>
</div>
</if>
<!-- end profile views -->
                </tr>
<tr>
                <td class="alt2"><div class="smallfont"><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 class="alt2"><div class="smallfont"><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>
<tr>
                <td class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
        </td></div>
                </tr>
<tr>
                <td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
        </div>
</div>
</if>
                </tr>
<tr>
                <td class="alt2"><div class="smallfont"><a href="https://payments.nowthats++++edup2.com/">Buy Supporter Access!</a>
                </td>
        </td></div>
                </tr>
        </table>
<br />
 
 
 
 
 
 
 
 
 
 
 
 
 <!-- Media Block -->
<if condition="$userinfo[field10]">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
                        <span class=""><strong>$userinfo[username]'s Media </span> </td> </font></strong>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="center"><EMBED SRC="$userinfo[field15]"></div></td>
                </tr>
        </table>
</if>
<!-- End Media Block -->

        <p>
        <!-- interests table-->
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="3" valign="middle"><strong>$userinfo[username]'s Interests</td></font></strong>
                </tr>
                <tr valign="top" class="alt2">
                <td align="left" valign="top"><span class=""><strong>General:</strong></span></td>
                <td align="left" valign="top">$userinfo[field6]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Music:</strong></span></td>
                <td align="left" valign="top">$userinfo[field3]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Movies:</strong></span></td>
                <td align="left" valign="top">$userinfo[field4]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Television:</strong></span></td>
                <td align="left" valign="top">$userinfo[field7]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Books:</strong></span></td>
                <td align="left" valign="top">$userinfo[field8]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Groups:</strong></span></td>
                <if condition="$show['membergroups']">
                <td>$membergroupbits</td>
                <else />
                <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                </if>
        </table>
        <p>
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
                        <span class=""><strong>$userinfo[username]'s Details </span> </td> </font></strong>
                </tr>
                <tr valign="top" class="alt2">
                <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Status:</strong></span></div></td>
                <td style="">$userinfo[field9]</td>
                </tr>
<tr valign="top" class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td>
<td style=""><if condition="$comma =''"></if>
<if condition="$post['field10']&1">
$comma Dating
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&2">
$comma Serious Relationships
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&4">
$comma Friends
<if condition="$comma =','"></if>
</if>
<if condition="$post['field10']&8">
$comma Networking
<if condition="$comma =','"></if>
</if>
 
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
                <td style="">$userinfo[field11]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Current Location:</strong></span></div></td>
                <td style="">$userinfo[field2]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td>
                <td id="ProfileReligion:" style="">$userinfo[field12]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Zodiac
                        Sign:</strong></span></div></td>
                <td style=""><if condition="$show['zodiacsign']">
                        <div>$zodiacsign</div>
                        </if></td>
                </tr>

        </table>
        <!-- end interests table -->
        </td>
        <td valign="top" width="60%"> <if condition="$show[journalinfo]"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>$userinfo[username]'s Latest Blog Entry</td></font></strong>
                </tr>
                <tr class="alt2">
                <td><if condition="$show[journalinfo]"> <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a>
                        ($journal[lastentry_date])<br />
                        <else />$vbphrase[private]</if> </if></td>
                </tr>
                <tr class="alt2">
                <td><if condition="$show[journalinfo]"> [<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>]
                        </if></td>
                </tr>
        </table>
        <p></if>
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td><strong>$userinfo[username]'s Blurbs</td></font></strong>
                </tr>
                <tr class="alt2">
                <td valign="top"><strong>About Me:</strong><br />$userinfo[field16]</td>
                </tr>
                <tr>
                <td class="alt2"><strong>Who I'd Like to Meet:</strong><br />
                        $userinfo[field25]</td>
                </tr>
        </table>
<br />$FNB_HTML<br />
        <p>$comment_panel</p></td>
</tr></table></td>
</table>
<br />
<center>
<if condition="can_moderate()">Moderator Tools<br />
<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td><br />
</if>
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
<if condition="$mh_upcd_last_changed">
        <div style="padding:$stylevar[formspacer]px">
        <strong>Profile last updated: $mh_upcd_last_changed</strong>
        </div>
        </if>
</center>
$footer
<br />
</body>
</html>

also with the current mod rewrite you can no longer access your admincp by , http://www.forums/admincp/ you have to enter the /index.php at the end for it to work

Not true it never worked with even without .htaccess if you put it as www.domain.com/forum/admincp <-- without the bar

but will work fine www.domain.com/forum/admincp/ <---

ocmca 02-28-2006 10:17 PM

Quote:

Originally Posted by ronoxQ
Well, in the AdminCP you can create fields for users to fill out, like Location, Age, Biography... etc. Each of these fields has a number, so you replace Field24 with Field##, and it'll display on the profiles.

ok great, now I understand.. Thanks a lot

ocmca 02-28-2006 11:48 PM

*sigh* I knew it was too good to be true... Looks like I cannot do this since the vbjournal doesn't work with php5... I was really really excited about this hack too, it was almost like a birthday present like I said before, lol.... So I take it there is no option for me just because I use php5? :( :(

MissKalunji 02-28-2006 11:57 PM

wait for the update :-/ i guess

moonclamp 03-01-2006 12:02 AM

Quote:

Originally Posted by ocmca
*sigh* I knew it was too good to be true... Looks like I cannot do this since the vbjournal doesn't work with php5... I was really really excited about this hack too, it was almost like a birthday present like I said before, lol.... So I take it there is no option for me just because I use php5? :( :(

I have vbjournal working with php5. I did have to do a couple of template edits though. Think I had to insert ' marks into braces somewhere in a couple of places, can't for the life of me remember where though, so I'm not much help apart from saying that it can be done.

It might have been a matter of going through the templates and changing $bbuserinfo[private] to $bbuserinfo['private'] ... PLEASE don't take this as gospel though, I honestly cannot remember.

Smiry Kin's 03-01-2006 12:27 AM

Quote:

Originally Posted by Don Corleone
can you tell me what's the code of the "buddies" block?

check the buddies plugin dude

Smiry Kin's 03-01-2006 12:28 AM

Quote:

Originally Posted by MissKalunji
wait for the update :-/ i guess

dude i pm'd ya

.Tim 03-01-2006 12:40 AM

I threw together a quick little member home page, to look like the myspace home page a user sees. It's not a "real" one, in other words you still need the u=userid on the url to view it but it works. This is modified code from this thread. So you'll need to modify the field numbers accordingly.

Create a new template and call it:

myspace_home

Then put this code into it:
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar

<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 <tr>
        <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2"><div align="Left" class="bigusername"><strong>Hello, $userinfo[username]</div></font></strong>
</tr>
<!--new posts and reps start --><tr>
<td class="alt2"><div class="smallfont">There Have Been $pcount New Posts Since Your Last Visit</div>
<td class="alt2"><div class="smallfont">$rcount</div></td></tr>
<!--new posts and reps end -->
<tbody>                                       
 
                <tr class="alt1">
                        <td><div align="right"><center><if condition="$show['avatar']">
        <div class="smallfont">
        &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
        </div>
<else /> <center><img src="$stylevar[imgdir_misc]/noavatar.gif">
                                </if></div><br /><center><legend><div class="smallfont">View My:</legend><br/><a href="profile.php?u=$userinfo[userid]">Profile</a> | <a href="journal.php?u=$userinfo[userid]">Journal</a></div></center></center>
                        <td align="left" valign="top" class="text">
<div class="smallfont"><a href="./search.php?do=finduser&u=$userinfo[userid]">View Your Posts</a><br/>  <a href="./search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[username]">View Your Threads</a><br/>
<a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a>
 <br/>
<a href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a><br/>
<a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a> <br/>
<a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a><br/>

        <a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a> <br/>

        <a href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a><br/>
       
<br/></td></div>
<br/>
</tr>                </tbody>
        </table>

<br/>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="2"><strong>Tell Others About Your Space</td></font></strong>
                </tr>
                <tr class="alt1">
                <td nowrap="nowrap" width="50%">My Page<div align="left"> <div class="smallfont">
                        <a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a>
</td>  <td nowrap="nowrap" width="50%">My Journal <div align="left"> <div class="smallfont">
                        <a href="$vboptions[bburl]/journal.php?u=$userinfo[userid]">$vboptions[bburl]/journal.php?u=$userinfo[userid]</a>
</td>                         
                </table>



        <p> <!--contact table information -->
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="2"><strong>Mail</td></font></strong>
                </tr>
                <tr class="alt1">
                <td height="5" nowrap="nowrap" width="50%"> <div align="left"> <div class="smallfont">
                        <a href="private.php">
Inbox</a>
</td>
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"> <div class="smallfont">
                        <a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">Friends</a></div></td>
                </tr>
                <tr class="alt1">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><div class="smallfont">
        <a href="private.php?s=&pp=25&folderid=-1">
Sent Items</a>
                        </div></td>
                <td class="alt1" height="5" nowrap="nowrap" valign="middle" width="50%">
                        <div align="left"> <div class="smallfont">
                        <a href="journal.php?do=addentry">Post Journal Entry</a>
                        </div></td>
                </tr>
               
                </table>
 <!-- /Contact Table Information -->
 
 
 
 
        <p>
       
        </td>
        <td valign="top" width="60%">
       
       
<br />$FNB_HTML<br />
        <p>$comment_panel</p></td>
</tr></table></td>
</table>
<br />

$footer
<br />
</body>
</html>

You'll need to install this hack if you want the new posts/reputation messages to show up: https://vborg.vbsupport.ru/showthrea...threadid=91146
Otherwise just find that code and delete it. Also the rep message in the example will not show up for you, that's just for my board so don't worry. That message will be whatever you decide when you install the hack.


Then duplicate your member.php file and call it space.php

Find:
Code:

$globaltemplates = array(
        'MEMBERINFO',

Change it to:
Code:

$globaltemplates = array(
        'myspace_home',

Then find:
Code:

$templatename = iif($quick, 'memberinfo_quick', 'MEMBERINFO');
Change it to:
Code:

$templatename = iif($quick, 'memberinfo_quick', 'myspace_home');
Then save your space.php file and upload it to the root of your forum.

Then tell your members to bookmark or do whatever you want with this link:

www.yoursite.com/space.php?u=userid
or
www.yoursite.com/forum/space.php?u=userid
whichever you use.

Like I said, it's not perfect, but it's something to start with and match the "myspace" feel pretty much. Maybe I'll tweak it a little more some other time. Anyways, it should look something like this:

lightwave 03-01-2006 01:55 AM

how come my buddies picture doesnt show =/

MissKalunji 03-01-2006 02:07 AM

Quote:

Originally Posted by Smiry Kin's
dude i pm'd ya

im not a dude im a dudette :nervous:

Smiry Kin's 03-01-2006 02:10 AM

Quote:

Originally Posted by MissKalunji
im not a dude im a dudette :nervous:

sure?? lucky you don't forget that aswell! lol

MissKalunji 03-01-2006 02:11 AM

Quote:

Originally Posted by .Tim
I threw together a quick little member home page, to look like the myspace home page a user sees. It's not a "real" one, in other words you still need the u=userid on the url to view it but it works. This is modified code from this thread. So you'll need to modify the field numbers accordingly.

Create a new template and call it:

myspace_home

Then put this code into it:
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar

<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 <tr>
        <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2"><div align="Left" class="bigusername"><strong>Hello, $userinfo[username]</div></font></strong>
</tr>
<!--new posts and reps start --><tr>
<td class="alt2"><div class="smallfont">There Have Been $pcount New Posts Since Your Last Visit</div>
<td class="alt2"><div class="smallfont">$rcount</div></td></tr>
<!--new posts and reps end -->
<tbody>                                       
 
                <tr class="alt1">
                        <td><div align="right"><center><if condition="$show['avatar']">
        <div class="smallfont">
        &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
        </div>
<else /> <center><img src="$stylevar[imgdir_misc]/noavatar.gif">
                                </if></div><br /><center><legend><div class="smallfont">View My:</legend><br/><a href="profile.php?u=$userinfo[userid]">Profile</a> | <a href="journal.php?u=$userinfo[userid]">Journal</a></div></center></center>
                        <td align="left" valign="top" class="text">
<div class="smallfont"><a href="./search.php?do=finduser&u=$userinfo[userid]">View Your Posts</a><br/>  <a href="./search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[username]">View Your Threads</a><br/>
<a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a>
 <br/>
<a href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a><br/>
<a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a> <br/>
<a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a><br/>

        <a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a> <br/>

        <a href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a><br/>
       
<br/></td></div>
<br/>
</tr>                </tbody>
        </table>

<br/>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="2"><strong>Tell Others About Your Space</td></font></strong>
                </tr>
                <tr class="alt1">
                <td nowrap="nowrap" width="50%">My Page<div align="left"> <div class="smallfont">
                        <a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a>
</td>  <td nowrap="nowrap" width="50%">My Journal <div align="left"> <div class="smallfont">
                        <a href="$vboptions[bburl]/journal.php?u=$userinfo[userid]">$vboptions[bburl]/journal.php?u=$userinfo[userid]</a>
</td>                         
                </table>



        <p> <!--contact table information -->
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr class="tcat">
                <td colspan="2"><strong>Mail</td></font></strong>
                </tr>
                <tr class="alt1">
                <td height="5" nowrap="nowrap" width="50%"> <div align="left"> <div class="smallfont">
                        <a href="private.php">
Inbox</a>
</td>
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"> <div class="smallfont">
                        <a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">Friends</a></div></td>
                </tr>
                <tr class="alt1">
                <td height="5" nowrap="nowrap" valign="top" width="50%">
                        <div align="left"><div class="smallfont">
        <a href="private.php?s=&pp=25&folderid=-1">
Sent Items</a>
                        </div></td>
                <td class="alt1" height="5" nowrap="nowrap" valign="middle" width="50%">
                        <div align="left"> <div class="smallfont">
                        <a href="journal.php?do=addentry">Post Journal Entry</a>
                        </div></td>
                </tr>
               
                </table>
 <!-- /Contact Table Information -->
 
 
 
 
        <p>
       
        </td>
        <td valign="top" width="60%">
       
       
<br />$FNB_HTML<br />
        <p>$comment_panel</p></td>
</tr></table></td>
</table>
<br />

$footer
<br />
</body>
</html>

You'll need to install this hack if you want the new posts/reputation messages to show up: https://vborg.vbsupport.ru/showthrea...threadid=91146
Otherwise just find that code and delete it. Also the rep message in the example will not show up for you, that's just for my board so don't worry. That message will be whatever you decide when you install the hack.


Then duplicate your member.php file and call it space.php

Find:
Code:

$globaltemplates = array(
        'MEMBERINFO',

Change it to:
Code:

$globaltemplates = array(
        'myspace_home',

Then find:
Code:

$templatename = iif($quick, 'memberinfo_quick', 'MEMBERINFO');
Change it to:
Code:

$templatename = iif($quick, 'memberinfo_quick', 'myspace_home');
Then save your space.php file and upload it to the root of your forum.

Then tell your members to bookmark or do whatever you want with this link:

www.yoursite.com/space.php?u=userid
or
www.yoursite.com/forum/space.php?u=userid
whichever you use.

Like I said, it's not perfect, but it's something to start with and match the "myspace" feel pretty much. Maybe I'll tweak it a little more some other time. Anyways, it should look something like this:

very clever:)


All times are GMT. The time now is 12:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03305 seconds
  • Memory Usage 2,416KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (13)bbcode_code_printable
  • (3)bbcode_html_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete