vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - MySpace 2.0 Profile System (https://vborg.vbsupport.ru/showthread.php?t=200500)

DueceGoose 01-29-2009 02:14 PM

I need some help setting the memberinfo up.

Can someone please help me with it? I have no idea how to do it. My webmonkey is serving in Iraq, and I'm new at all of this. I'm learning now, quickly! Please help me.

A soldier needs help badly!

Hex_legend 01-29-2009 02:40 PM

Quote:

Originally Posted by kellyandmark04 (Post 1727780)
^^^How do you add a background image to your pro like that looks great!!!

It's done via the user profile customization page. Just change the background in the background field =]
It will update the profile automatically.

@ DueceGoose
There's no uninstall file, but you can paste the default MEMBERINFO code and it will overwrite this back to default :)

DueceGoose 01-29-2009 02:56 PM

Quote:

Originally Posted by Hex_legend (Post 1728174)
It's done via the user profile customization page. Just change the background in the background field =]
It will update the profile automatically.

@ DueceGoose
There's no uninstall file, but you can paste the default MEMBERINFO code and it will overwrite this back to default :)

I really don't want to delete it. I edited my comment, before you replied. LOL

I really need someone willing to help me finish the install. I'm just a lonely soldier, who is new to all this. My webmonkey is serving in Iraq, and I'm all on my own now, learning quickly! LOL

Please help me!

DueceGoose 01-29-2009 06:42 PM

Quote:

Originally Posted by dirtyfeast (Post 1726437)
Here is my profile page. Keep in mind it has Vida Guerra and it shows her butt. There is no nudity. I altered the membersinfo template to bring back some of the original items from default membersonfo template. let me know what you all think.

http://www.unitedsocomleague.com/forum/member.php?u=1

I would like to thank you VERY MUCH for your helping me today with this pluggin! I am very grateful and it's great to know there are good people in this world! :D

Thank you!

Paul

Blumy 01-29-2009 11:10 PM

How about some blog integration? So a user's blogs shows up on their page.

Hex_legend 01-30-2009 09:25 AM

Quote:

Originally Posted by Blumy (Post 1728573)
How about some blog integration? So a user's blogs shows up on their page.

I will look into installing the blogs and integrate this

kellyandmark04 02-10-2009 03:57 AM

You have PM HEX

ViciousCode 02-11-2009 04:35 PM

well the blog thing is kinda complicated.
i know how to integrate the blog, but i'm missing the if condition.
so it wont show if the member doesnt have a blog.

ilovevbull 02-12-2009 01:21 AM

I dont know it dosnt work for me

kellyandmark04 03-03-2009 04:25 AM

I'm still working on this using 8.1 and still it's a no go so far, I have PM'ed HEX atleast 5 times and still waiting on a response. I have edited the memberinfo template an still nothing works so looking for help if anyone can please PM me I need this working thanks

Reycer 04-05-2009 06:56 PM

using 3.8.2 and it works, question though. How do I add a place to add a video?

DiageoLiam 04-05-2009 09:58 PM

Music player wont work... have updated the field ID and added a URL to a song... here's my code:

<!-- FLASH MUSIC PLAYER -->
<script type="text/javascript" src="$vboptions[bburl]/embed/swfobject.js"></script>



<script type="text/javascript">
var so = new SWFObject('$vboptions[bburl]/embed/player.swf','mpl','300','20','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=$userinfo[field22]&volume=100&autostart=true');
so.write('player');
</script>

<!-- /FLASH MUSIC PLAYER -->

using this: http://students.sabanciuniv.edu/~esr...st%20Dance.mp3

have tried several song url's....

ViciousCode 04-06-2009 05:03 PM

i suggest you to remove the http:// part from your profile, and put inside the code

Fixed code :)
Code:

<script type="text/javascript">
var so = new SWFObject('$vboptions[bburl]/embed/player.swf','mpl','300','20','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=http://$userinfo[field22]&volume=100&autostart=true');
so.write('player');
</script>

hope that works

Reycer 04-08-2009 11:07 PM

I can't get the music player to work either.

ViciousCode 04-13-2009 12:30 PM

what seems to be the problem?

do you upload the embed folder to your forum root directory?

Kottonmouth801 04-22-2009 01:49 AM

Music Player Shows Up On Administration Profile But Not Member Profile 3.8.2

Also......

How do you work it?

Where does url go?

:confused:

Kottonmouth801 04-22-2009 07:14 PM

Does any one know exactly where to change the feilds?

Looks to me like it is on the template.??

These instructions are terriblle...........!!!!!!

If I uninstall it leaves my board a wreck...!

:mad:

Kottonmouth801 04-23-2009 12:21 AM

These instructions are very veague.........

Does anyone have an original 3.8.2 vbulletin MEMBERINFO template I can have so I Can UNINSTALL this.....?

This has messed up my board.

It has changed all of the "Fields" around.

If anyone has an original 3.8.2 MEMBERINFO template could you send to me ...?

THANKS.....!

:D

Reycer 04-25-2009 01:51 PM

I guess that this isn't supported like it says above. Bummer, may have to un-install this one.

tcs 04-25-2009 02:08 PM

Look in your VB Install folder and find vbulletin-style.xml. Open it and search for MEMBERINFO. That is the original template information. Works for any version VB.

chrisbeau 04-27-2009 01:46 PM

Installed this as intructed, saw no changes in anyones profile so I took it out again.

jgruberman 04-28-2009 01:30 PM

Quote:

Originally Posted by chrisbeau (Post 1799893)
Installed this as intructed, saw no changes in anyones profile so I took it out again.

+1

I saw no profile changes and the MEMBERINFO template has none of the changes indicated it would... suggestions?

jgruberman 04-28-2009 01:43 PM

I have vBulletin 3.8.2 and got this working by manually doing the template/plugin edits below(I just pulled the content out of the XML file so essentially it's the same thing as uploading the XML, just for some reason the XML import didn't change anything):

BACK UP ALL OF YOUR PAGES BEFORE EDITING THEM!

Replace ALL the content of each page with the content found below.


MEMBERINFO Style:
Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude

$usercss
$memberinfo_css

<script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>

<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>

<if condition="$userinfo['userid'] == $bbuserinfo['userid']">

</if>
<script type="text/javascript">
<!--
vbphrase['server_failed_respond_try_again'] = "$vbphrase[server_failed_respond_try_again]";
vbphrase['edit_value'] = "$vbphrase[edit_value_js]";

<if condition="$show['post_visitor_message']">
function goto_post_pm()
{
        vB_TabCtrls['profile_tabs'].switch_tab('visitor_messaging');
        fetch_object('visitor_messaging').scrollIntoView();

        var textarea = fetch_object('visitor_message_form_textarea');
        if (textarea)
        {
                textarea.focus();
                textarea.select();
        }
        return false;
}
</if>
-->
</script>
</head>
<body>

$header

<!-- begin user css -->
<div id="usercss" class="floatcontainer">
$navbar
<table border="0" width="100%" cellpadding="8" cellspacing="12">
        <tr>
                <td colspan="2" height="100" width="0" valign="top">
                <table border="0" width="100%" cellpadding="5" height="100%" style="font-family: Verdana; font-size: 8pt; line-height: 200%">
                        <tr>
                                <td width="10%" valign="top">
<if condition="$prepared['profilepicurl']">
                        <img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" />
<else /><img src="images/misc/nopic.gif" width="150" height="150"><p></if>
<map name="FPMap0">
<area href="private.php?do=newpm&u=$userinfo[userid]" shape="rect" coords="5, 8, 161, 25">
<area href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$prepared[userid]" shape="rect" coords="7, 36, 170, 54">
<area href="visitormessage.php?$session[sessionurl]do=message&amp;u=$prepared[userid]" shape="rect" coords="7, 66, 155, 84">
<area href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]" shape="rect" coords="8, 95, 139, 114">
</map>
<if condition="$userinfo['field23']">
<img border="0" src="$userinfo[field23]" usemap="#FPMap0"><else /><img border="0" src="images/misc/contact_box.png" usemap="#FPMap0"></if>
</td>
                                <td style="line-height: 200%;

" valign="top" width="440"><b><font face="Arial" size="3">
                                $userinfo[username]</font></b>
                                $prepared[onlinestatus]<br><if condition="$userinfo['field24']">
                                <b>Mood</b>: $userinfo[field24]
<if condition="$userinfo['field24'] == Fantastic"><img src="/images/profile/biggrin.gif"></if>
<if condition="$userinfo['field24'] == Awesome"><img src="/images/profile/cool.gif"></if>
<if condition="$userinfo['field24'] == Determined"><img src="$vboptions[bburl]/images/profile/wink.gif"></if></if>
<br>
                                <b>View My:</b> <a href="$vboptions[bburl]/album.php?u=$userinfo[userid]">Photos</a><br>
                                <div class="alt2" style="line-height: 200%;
background-color: #D5E7FB; padding-left:8px; padding-right:3px; padding-top:2px; padding-bottom:2px"><b>Full Name:</b> <if condition="$userinfo['field1']">$userinfo[field1]</if><br>
                                <b>Age / Gender:</b> $prepared[age] / <if condition="$userinfo['field6']">$userinfo[field6]</if><br>
                                <b>Location:</b> <if condition="$userinfo['field7']">$userinfo[field7]</if>, <if condition="$userinfo['field8']">$userinfo[field8]</if><br>
                                <b>Last Login:</b> $prepared[lastactivitydate]</div></td>
                        </tr>
                </table>
                </td>
        </tr>
        <tr>
                <td width="310" valign="top">
<if condition="$userinfo['field25']"><table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:0px dotted #808080; font-family: Verdana; font-size: 10pt">
                        <tr>
                                <td style="font-family: Verdana; font-size: 10pt" class="alt1">
                                <b>My Music Player

<!-- FLASH MUSIC PLAYER -->
<script type="text/javascript" src="$vboptions[bburl]/embed/swfobject.js"></script>
 
<div id="player">This text will be replaced</div>
 
<script type="text/javascript">
var so = new SWFObject('$vboptions[bburl]/embed/player.swf','mpl','300','20','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=$userinfo[field25]&volume=100&autostart=true');
so.write('player');
</script>

<!-- /FLASH MUSIC PLAYER -->
</b></td>
                        </tr>
                        </table></if><br>
<table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:0px dotted #808080; font-family: Verdana; font-size: 10pt">
                        <tr>
                                <td style="font-family: Verdana; font-size: 10pt" bgcolor="#F3F3F3" class="alt1">
                                <b>URL:</b> <a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a></td>
                        </tr>
                        </table>
                <br><table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:0px dotted #808080; font-family: Verdana; font-size: 10pt">
                        <tr>
                                <td style="font-family: Verdana; font-size: 10pt" class="thead">
                                <font color="#FFFFFF"><b>Forum Stats</b></font></td>
                        </tr>
                        <tr>
                                <td style="font-family: Verdana; font-size: 10pt" class="alt1">
                                <b>Posts</b>: $prepared[posts]
<if condition="$prepared['lastposturl']"><br>
                                <br>
                                <b>Last Post</b>: <a href="$prepared[lastposturl]">$prepared[lastposttitle]</a></if></td>
                        </tr>
                        </table>
<br>
                <table border="0" width="100%" cellspacing="4" cellpadding="5" style="font-family: Verdana; font-size: 10pt">
                        <tr>
                                <td style="font-family: Verdana; font-size: 10pt" class="thead">
                                <b><font color="#FFFFFF">Interests</font></b></td>
                        </tr>
                        <if condition="$userinfo['field9']"><tr>
                                <td class="alt1"><b>General</b><br>
                                <br>
                                $userinfo[field9]</td>
                        </tr></if>
                        <if condition="$userinfo['field15']"><tr>
                                <td class="alt1"><b>Music</b><br>
                                <br>
                                $userinfo[field15]</td>
                        </tr></if>
                        <if condition="$userinfo['field16']"><tr>
                                <td class="alt1"><b>Movies</b><br>
                                <br>
                                $userinfo[field16]</td>
                        </tr></if>
                        <if condition="$userinfo['field17']"><tr>
                                <td class="alt1"><b>Televsion</b><br>
                                <br>
                                $userinfo[field17]</td>
                        </tr></if>
                        <if condition="$userinfo['field18']"><tr>
                                <td class="alt1"><b>Books</b><br>
                                <br>
                                $userinfo[field18]</td>
                        </tr></if>
                        <if condition="$userinfo['field19']"><tr>
                                <td class="alt1"><b>Heroes</b><br>
                                <br>
                                $userinfo[field19]</td>
                        </tr></if>
                </table><br>
                                <table border="0" width="100%" cellspacing="4" cellpadding="5" style="font-family: Verdana; font-size: 10pt">
                        <tr>
                                <td style="font-family: Verdana; font-size: 10pt" class="thead" colspan="2">
                                <font color="#FFFFFF"><b>Details</b></font></td>
                        </tr>
                        <if condition="$userinfo['field10']"><tr>
                                <td class="alt2" width="40%">Status:</td>
                                <td class="alt1">$userinfo[field10]</td>
                        </tr></if>
                        <if condition="$userinfo['field20']"><tr>
                                <td class="alt2" width="40%">Weight:</td>
                                <td class="alt1">$userinfo[field20]</td>
                        </tr></if>
                        <if condition="$userinfo['field21']"><tr>
                                <td class="alt2" width="40%">Drink:</td>
                                <td class="alt1">$userinfo[field21]</td>
                        </tr></if>
                        <if condition="$userinfo['field22']"><tr>
                                <td class="alt2" width="40%">Smoke: </td>
                                <td class="alt1">$userinfo[field22]</td>
                        </tr></if>
                        <if condition="$userinfo['field11']"><tr>
                                <td class="alt2" width="40%">Height: </td>
                                <td class="alt1">$userinfo[field11]</td>
                        </tr></if>
                        <if condition="$userinfo['field12']"><tr>
                                <td class="alt2" width="40%">Zodiac:</td>
                                <td class="alt1">$userinfo[field12]</td>
                        </tr></if>
                </table>
                </td>
                <td valign="top" width="65%">
                <table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:0px dotted #808080; font-family: Verdana; font-size: 10pt">
                        <tr>
                                <td style="font-family: Verdana; font-size: 10pt" class="thead">
                                <b>Blurbs</b></td>
                        </tr>
                        <if condition="$userinfo['field13']"><tr>
                                <td class="alt1"><b>About Me:</b><br>
                                <br>
                                $userinfo[field13]</td></if>
                        </tr>
                        <if condition="$userinfo['field14']"><tr>
                                <td class="alt1"><b>Who I Would like to meet:</b><br>
                                <br>
                                $userinfo[field14]</td>
                        </tr></if>
                        </table>
                <br>
$blocks[friends]<br>
                $blocks[visitor_messaging]

<br />

<!-- USERS SIGNATURE PART -->
<if condition="$prepared['signature']">
<table border="0" width="100%" cellspacing="4" cellpadding="5" style="border:1px dotted #808080; font-family: Verdana; font-size: 10pt">
                        <tr>
                                <td style="font-family: Verdana; font-size: 10pt" class="thead" colspan="2">
                                <b>$userinfo[username]'s Signature</b></td>
                        </tr>
                       
                        <tr>
                                <td class="alt1" width="81%" valign="top">$prepared[signature]</td>
                        </tr>
                        </table></if>
                </td>
        </tr>
</table>
<!-- /USERS SIGNATURE PART -->
<br><center>Copyright &copy; 2009 <b>MySpace</b> 2.0 Theme made by <a href="http://www.newmodifications.com">New Modifications</a></center></p>
$footer
</body>
</html>


PLUGINS(Your plugins might not change, mine didn't):

Profile Update - Change MEMBERINFO template:
Code:

$templatename = 'MEMBERINFO';
eval('$memberinfo = "' . fetch_template('memberinfo') . '";');


Profile Update - Cache Template:

Code:

$globaltemplates[] = 'MEMBERINFO';

kellyandmark04 04-28-2009 11:18 PM

HOW DO YOU UNINSTALL THIS??? I can't get it uninstalled.

kellyandmark04 04-29-2009 04:53 AM

PLZZZZZ Anyone how can I uninstall this???????????

sebil 05-01-2009 12:43 AM

MY user profile pages in the site gone messy when i install.. My space module profile fields
and i didnt like it.. and i tried to un install it.. and now nothing is coming up.. but when i enable the myspacy profile thingy.. itz coming..
how can i make it as before
::(
Please help me
plzz have a luk
http://www.malludreams.com/forum/member.php?u=1527

-- I want to Uninstall this..
But when i uninstall.. The profile page is not showing up :(

I need your help plzzz

sebil 05-01-2009 01:06 AM

Problem solved.. :)
Thanks

sebil 05-01-2009 01:06 AM

i liked this mod.. but our memers used to the default one..

kellyandmark04 05-06-2009 11:07 PM

If Anyone Can Help Me Uninstall This Please Pm Me!!! I Have Messaged Hex Numerous Times No Response!!!

Brathamike 07-17-2009 09:41 PM

Quote:

Originally Posted by Hex_legend (Post 1728174)
It's done via the user profile customization page. Just change the background in the background field =]
It will update the profile automatically.

I dont see this. where exactly is the user profile customization page ?


thanks

please help

farazfaraz 07-18-2009 09:24 AM

Not Gooood

anbalireza 08-10-2009 07:47 PM

why !?

i install this hack for 3.8.1 and i have to uninstall thish hack and my memberinfo template has been deleted !!

why ?!!

what i doing now ?!

anbalireza 08-10-2009 08:14 PM

this is worst hack for vbulletin ..!!

dont install it !!

this hack remove all memberinfo template after uninstall !!!

anbalireza 08-10-2009 08:32 PM

for recovery your member info template just install this porduct ..!!


All times are GMT. The time now is 01:02 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.01521 seconds
  • Memory Usage 1,866KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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