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)

DementedMindz 03-11-2006 11:57 PM

i even tried your Usergroup Based Profile Conditionals for the media but the media shows on my profile but not on any other members that have it setup...

ronoxQ 03-12-2006 12:01 AM

Quote:

Originally Posted by Stangsta
She paid a coder for that, its not for distrobution.

Okay, gotcha. Thanks for clearing that up. What coder did she pay for that job?

MissKalunji 03-12-2006 12:37 AM

Quote:

Originally Posted by ronoxQ
Okay, gotcha. Thanks for clearing that up. What coder did she pay for that job?


his not a member on the board just hire one...and theres a free one attach in the first thread in the first page

ronoxQ 03-12-2006 01:32 AM

I have that one, and it works. I was just wondering how you integrated yours so nicely.

MissKalunji 03-12-2006 01:33 AM

oh i used a mod on vb...called....webtemplate to integrate it in my website look.......thats all

Brandon Sheley 03-12-2006 04:09 AM

any ideas on this ?
it's basically the stock script that is posted,, but i used the newer media player code that Stangsta posted to me..

basically I see I have two different errors,, one is a profile with video, one is without..

basically I'm the only user with a video.. none of the others have messed with there profiles..

anyways

error 1
http://locoforum.com/members/brokenheart4anangel/

the blocks on the right side are stretched to me

http://locoforum.com/members/brandon/
most the right hand blocks didn't shift.

where is the area in the code that it's directed to start a new row ?

thank you
-Brandon

ZacUSNYR 03-12-2006 02:58 PM

I'll be posting up a color generator that i'm working on - it won't be too friendly and will require minor changes and an understanding of your CSS fields for it to be functional - but it'll be ALOT better then the one posted previously.

ZacUSNYR 03-12-2006 03:14 PM

The original code is pretty messy - but it's right under the user information table.

I viewed your source. All i'm seeing declared in the profile is

Code:

<td width="100%" valign="top" class="alt1"><EMBED SRC="Video Link from Field" autostart="false" ShowControls="true" loop="true" height="240" width="320" align="center" height="128"> </td>
Between two tables.... So what this is doing is telling the original table to add a new column.

Add

Code:

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr class="tcat">

Code from up above

</tr>
</table>

You'll most likely need a line break in between the tables.

Quote:

Originally Posted by Loco.M
any ideas on this ?
it's basically the stock script that is posted,, but i used the newer media player code that Stangsta posted to me..

basically I see I have two different errors,, one is a profile with video, one is without..

basically I'm the only user with a video.. none of the others have messed with there profiles..

anyways

error 1
http://locoforum.com/members/brokenheart4anangel/

the blocks on the right side are stretched to me

http://locoforum.com/members/brandon/
most the right hand blocks didn't shift.

where is the area in the code that it's directed to start a new row ?

thank you
-Brandon


DementedMindz 03-12-2006 03:49 PM

Stangsta is there any way you would be able to see why only admins videos show ? it dont even show the media table in there profile on registered users but it shows perfect on mine... can i pm you my url so you can see what i mean?

Stangsta 03-12-2006 05:53 PM

Quote:

Originally Posted by DementedMindz
Stangsta is there any way you would be able to see why only admins videos show ? it dont even show the media table in there profile on registered users but it shows perfect on mine... can i pm you my url so you can see what i mean?

I have a few installs ahead of me, once I complete them, Ill look into this.

vbreal 03-12-2006 05:57 PM

Quote:

Originally Posted by ZacUSNYR
The original code is pretty messy - but it's right under the user information table.

I viewed your source. All i'm seeing declared in the profile is

Code:

<td width="100%" valign="top" class="alt1"><EMBED SRC="Video Link from Field" autostart="false" ShowControls="true" loop="true" height="240" width="320" align="center" height="128"> </td>
Between two tables.... So what this is doing is telling the original table to add a new column.

Add

Code:

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr class="tcat">
 
Code from up above
 
</tr>
</table>

You'll most likely need a line break in between the tables.


do u mind taking a look at my page.

www.trudaily.com/mrdaily

it cuts off my comment section some and also the friend section. I notice it does this even more when somone has a long yahoo name so it stretches that box and puses the friends and comments over causing it to get cut off

also my navbar is funky. how can i get the navbar and the banner to be centered instead of to the left

www.trudaily.com/francia

hers is an example of how it gets messed up then the yahoo name is long


o and also the quick links, journal, and change theme doesn't work when i use the CSS field.

I would appreciate any help that anyone can offer.

Thanks

MissKalunji 03-12-2006 06:27 PM

Quote:

Originally Posted by Real Talk
do u mind taking a look at my page.

www.trudaily.com/mrdaily

it cuts off my comment section some and also the friend section. I notice it does this even more when somone has a long yahoo name so it stretches that box and puses the friends and comments over causing it to get cut off

also my navbar is funky. how can i get the navbar and the banner to be centered instead of to the left

www.trudaily.com/francia

hers is an example of how it gets messed up then the yahoo name is long


o and also the quick links, journal, and change theme doesn't work when i use the CSS field.

I would appreciate any help that anyone can offer.

Thanks

I told you on another post is because you're using the WRONG statement for the CSS thats why your quick links journal and you have the javascript errors

ZacUSNYR 03-12-2006 06:41 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=921091&postcount=279" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=279</a>

As far as the yahoo name - I just noticed that myself and i'll post a rewrite that i'm doing on my forum.

ZacUSNYR 03-12-2006 08:50 PM

Quote:

Originally Posted by ZacUSNYR
https://vborg.vbsupport.ru/showpost....&postcount=279

As far as the yahoo name - I just noticed that myself and i'll post a rewrite that i'm doing on my forum.

This adds another new block for instant message contacts and I added Skype back into the template.

Find section in original code
Code:

<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;">
<img border="0" src="http://www.sevencityforums.com/forum...mns/sendpm.gif" align="left" width="79" height="22"></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>
            </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">
<img border="0" src="http://www.sevencityforums.com/forum...dmailicon2.gif" align="left" width="79" height="22"></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>
            </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]">
<img border="0" src="http://www.sevencityforums.com/forum...s/addbuddy.gif" width="79" height="22"></a>
            <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]">
<img border="0" src="http://www.sevencityforums.com/forum...mns/remove.jpg" align="left" width="79" height="22"></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>
            </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]">
<img border="0" src="http://www.sevencityforums.com/forum..._mns/block.jpg" width="79" height="22" align="left"></a></p>
            <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]">
<img border="0" src="http://www.sevencityforums.com/forum...ns/addbudy.jpg" width="79" align="left" height="22"></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>
            </if></div></td>
        </tr>
    </table>

Replace with.
Code:

<!-- Declare the Contact Username Table -->
<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]</strong></td> 
  </tr>
  <tr>
    <td class="alt2" nowrap="nowrap" width="50%" valign="middle" align="center">
    <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/sendpm.gif" width="79" height="22"></a>
    </td>
    <td class="alt2" nowrap="nowrap" width="50%" valign="middle" align="center">
    <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/sendmailicon2.gif" width="79" height="22"></a>
    </td>
  </tr>
  <tr>
    <td class="alt2" nowrap="nowrap" valign="middle" align="center">
    <if condition="$show['addbuddylist']">
      <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/addbuddy.gif" width="79" height="22"></a>
    <else />
      <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/remove.jpg" width="79" height="22"></a>
    </if>
    </td>
    <td class="alt2" nowrap="nowrap" valign="middle" align="center">
    <if condition="$show['addignorelist']">
      <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/block.jpg" width="79" height="22"></a>
    <else />
      <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/addbudy.jpg" width="79" height="22"></a>
    </if>
    </td>
  </tr>
</table>
<br />

<!-- Declare all Instant Message contacts in IF conditions -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr class="tcat">
    <td colspan="2"><strong>Instant Message $userinfo[username]</strong></td> 
  </tr>
<if condition="$userinfo['showicq']"> 
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[icqicon]</td>
    <td class="alt2" valign="middle" align="left">
    <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 class="alt2" valign="middle" align="center" width="10%">$userinfo[aimicon]</td>
    <td class="alt2" valign="middle" align="left">
    <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 class="alt2" valign="middle" align="center" width="10%">$userinfo[msnicon]</td>
    <td class="alt2" valign="middle" align="left">
    <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 class="alt2" valign="middle" align="center" width="10%">$userinfo[yahooicon]</td>
    <td class="alt2" valign="middle" align="left">
    <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 class="alt2" valign="middle" align="center" width="10%">$userinfo[skypeicon]</td>
    <td class="alt2" valign="middle" align="left">
<a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
</tr>
</if>

</table>

You will need to change your paths to your images and links.

Brandon Sheley 03-12-2006 09:24 PM

oh good post about the skype, i dl'ed it the other day and am trying it out right now :)

vbreal 03-13-2006 01:57 AM

Quote:

Originally Posted by MissKalunji
I told you on another post is because you're using the WRONG statement for the CSS thats why your quick links journal and you have the javascript errors

i didn't know that change was supposed to fix the journal links. there was a few things i had questions about and u just said to use that.

when i took out that section and replaced it with what you told me to. it ignored the style and made everyones background white instead of keeping the style. so if someone didn't enter anything in the CSS field the background would be white.

Stangsta 03-13-2006 02:02 AM

Quote:

Originally Posted by Real Talk
i didn't know that change was supposed to fix the journal links. there was a few things i had questions about and u just said to use that.

when i took out that section and replaced it with what you told me to. it ignored the style and made everyones background white instead of keeping the style. so if someone didn't enter anything in the CSS field the background would be white.

Check your PM's

DementedMindz 03-13-2006 02:14 AM

Stangsta any word when you you would have time to look at my profile? or should i just give up on the media part?

Stangsta 03-13-2006 02:19 AM

Quote:

Originally Posted by DementedMindz
Stangsta any word when you you would have time to look at my profile? or should i just give up on the media part?

Sorry, Ive been busy as hell doing installs. I haven't forgotten you, I will get to it soon.

DementedMindz 03-13-2006 02:21 AM

ok thank you very much :)

MissKalunji 03-13-2006 02:22 AM

Quote:

Originally Posted by DementedMindz
Stangsta any word when you you would have time to look at my profile? or should i just give up on the media part?

Whats your problem?

MissKalunji 03-13-2006 02:25 AM

Quote:

Originally Posted by Real Talk
i didn't know that change was supposed to fix the journal links. there was a few things i had questions about and u just said to use that.

when i took out that section and replaced it with what you told me to. it ignored the style and made everyones background white instead of keeping the style. so if someone didn't enter anything in the CSS field the background would be white.


uh i said what? it gives a white background!?!?!? :surprised: you lost me

What i said...was to use (right under </title>)

<style type="text/css">
$post[field#]
</style>


The problem with the <if> statement is ....

If no one enters any css it keeps the normal vb but if they do enter css it removes the whole headinclude ...wich gives javascript error..and quick link not working

when you use the one i just put...it still replaces the vb stuffs and does what it gotta do without bothering the quick link javascript and the headinclude template...

DementedMindz 03-13-2006 02:36 AM

Quote:

Originally Posted by MissKalunji
Whats your problem?


i have a question about the media it will show on my profile as im the admin but on everyone elses it wont show any ideas? its strange cause my profile works great but theres dont display the media...

ronoxQ 03-13-2006 10:29 AM

Quote:

Originally Posted by MissKalunji
oh i used a mod on vb...called....webtemplate to integrate it in my website look.......thats all

Okay, I'll check that out! Thanks so much, once again.

ronoxQ 03-13-2006 10:35 AM

By the way: there IS a free gallery, for htose that need it. https://vborg.vbsupport.ru/showthrea...ht=gallery+vba

Brandon Sheley 03-13-2006 10:49 AM

yup, that gallery is very nice,, do u have that setup in your profile view ? do u have a link

ZacUSNYR 03-13-2006 10:50 AM

Quote:

Originally Posted by DementedMindz
i have a question about the media it will show on my profile as im the admin but on everyone elses it wont show any ideas? its strange cause my profile works great but theres dont display the media...


Whats the link to your site?

MissKalunji 03-13-2006 12:33 PM

Quote:

Originally Posted by DementedMindz
i have a question about the media it will show on my profile as im the admin but on everyone elses it wont show any ideas? its strange cause my profile works great but theres dont display the media...


show me your template please

Synth 03-13-2006 01:18 PM

This is awsome and looks great. When I put the .htaccess in the forum root and I go to my forum I get a Error 404 file not found same with trying to go to mydomain.com/user. When I take the .htaccess out I can get to my forums. Any ideas?

MissKalunji 03-13-2006 01:25 PM

Quote:

Originally Posted by Synth
This is awsome and looks great. When I put the .htaccess in the forum root and I go to my forum I get a Error 404 file not found same with trying to go to mydomain.com/user. When I take the .htaccess out I can get to my forums. Any ideas?


Show me the content of the htaccess....

DementedMindz 03-13-2006 01:30 PM

Quote:

Originally Posted by MissKalunji
show me your template please


here is my template ill upload it in a txt too cause it sucks lookin at it in the lil box



Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$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">
</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"><strong>$userinfo[username]</div></font></strong>
<div class="smallfont"></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="/images/misc/noavatar.gif">
                                </if></div><br /></center>
<strong><div align="center"><a href="/gallery/browseimages.php?do=member&amp;imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>
                        <td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<strong>Sex:</strong> $userinfo[field14] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>
                        $userinfo[age]</if> <br /> <strong>Location:</strong> $userinfo[field7]<br />
                        <div>$userinfo[onlinestatus]</div>
                        <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> </td>
                </tr>
                </tbody>
        </table>
        <p>
        <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;">
<img border="0" src="/images/sendpm.gif" align="left" width="79" height="22"></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>
                        </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">
<img border="0" src="/images/sendmailicon2.gif" align="left" width="79" height="22"></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>
                        </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]">
<img border="0" src="/images/addbuddy.gif" width="79" height="22"></a>
                        <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]">
<img border="0" src="/images/remove.jpg" align="left" width="79" height="22"></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>
                        </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]">
<img border="0" src="/images/block.jpg" width="79" height="22" align="left"></a></p>
                        <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]">
<img border="0" src="/images/addbuddy.gif" width="79" align="left" height="22"></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>
                        </if></div></td>
                </tr>
        </table>
 <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> 
<tr>
                <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>
                </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="payments.php?$session[sessionurl]gift=true&userid=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[buy_x_a_sub]</phrase></a>
                </td>
        </td></div>
                </tr>
        </table>
<br />
 <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>
                <if condition="is_member_of($bbuserinfo, 6, 7, 2, 5)">
                <tr class="alt2">
                <td align="left" valign="top"> <div align="center"><EMBED SRC="$userinfo[field21]"></div></td>
                </tr>
                <else /></if>
        </table>
</if>
        <p>
        <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[field15]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Music:</strong></span></td>
                <td align="left" valign="top">$userinfo[field8]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Movies:</strong></span></td>
                <td align="left" valign="top">$userinfo[field9]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Television:</strong></span></td>
                <td align="left" valign="top">$userinfo[field13]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Heroes:</strong></span></td>
                <td align="left" valign="top">$userinfo[field12]</td>
                </tr>
<tr class="alt2">
                <td align="left" valign="top"><span class=""><strong>Books:</strong></span></td>
                <td align="left" valign="top">$userinfo[field11]</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>Marital Status:</strong></span></div></td>
                <td style="">$userinfo[field20]</td>
                </tr> 
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Occupation:</strong></span></div></td>
                <td style="">$userinfo[field16]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Hometown:</strong></span></div></td>
                <td style="">$userinfo[field23]</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[field17]</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>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Smoke
                        / Drink:</strong></span></div></td>
                <td style="">$userinfo[field18] / $userinfo[field19]</td>
                </tr>
                <tr class="alt2">
                <td align="left" valign="top"> <div align="left"><span class=""><strong>Children:</strong></span></div></td>
                <td style="">$userinfo[field22]</td>
                </tr>
        </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[field6]</td>
                </tr>
                <tr>
                <td class="alt2"><strong>Who I'd Like to Meet:</strong><br />
                        $userinfo[field10]</td>
                </tr>
        </table>
<br />$FNB_HTML<br />
        <p>$comment_panel</p></td>
</tr></table></td>
</table>
<br />
$footer
<br />
</body>
</html>


DementedMindz 03-13-2006 01:37 PM

duhhhh i see why i didnt change the field above the if condition="$userinfo[field10]"> sorry :surprised:

ronoxQ 03-13-2006 01:49 PM

Quote:

Originally Posted by Loco.M
yup, that gallery is very nice,, do u have that setup in your profile view ? do u have a link

No, I don't have it set up yet. My damn school prevents downloading/uploading during the day, so I'll have to wait until tonight to do anything.

Synth 03-13-2006 01:49 PM

Quote:

Originally Posted by MissKalunji
Show me the content of the htaccess....

RewriteEngine On
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1

I'm not sure which .htaccess this is. I seen that you posted a link to one but the link doesn't work.

Thanks in advance

MissKalunji 03-13-2006 02:27 PM

Quote:

Originally Posted by DementedMindz
duhhhh i see why i didnt change the field above the if condition="$userinfo[field10]"> sorry :surprised:

lol thats what i thought just didnt wanted to make sure :banana:

MissKalunji 03-13-2006 02:28 PM

Quote:

Originally Posted by Synth
RewriteEngine On
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1

I'm not sure which .htaccess this is. I seen that you posted a link to one but the link doesn't work.

Thanks in advance

thats what mine had

Code:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1

Make sure no space extra space and do you have n e thing else?

DementedMindz 03-13-2006 02:33 PM

Quote:

Originally Posted by MissKalunji
lol thats what i thought just didnt wanted to make sure :banana:

yeah i was getting so mad i couldnt figure it out lol not just to add a few more things :surprised:

Synth 03-13-2006 02:53 PM

Quote:

Make sure no space extra space and do you have n e thing else?
I'm not quite sure what your saying here, could you rephrase that please:)

MissKalunji 03-13-2006 03:03 PM

Quote:

Originally Posted by Synth
I'm not quite sure what your saying here, could you rephrase that please:)

well i dont know how to explain it :surprised: did the one i gave you work?

Synth 03-13-2006 03:16 PM

Quote:

Originally Posted by MissKalunji
well i dont know how to explain it :surprised: did the one i gave you work?

Sorry just couldn't understand the english you were trying to use lol Mine looks the same as yours.


All times are GMT. The time now is 04:52 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.08421 seconds
  • Memory Usage 2,006KB
  • 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
  • (8)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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