Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Profile Update - MySpace Profile Rewrite Details »»
Profile Update - MySpace Profile Rewrite
Version: 1.00, by Hex_legend Hex_legend is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.x Rating:
Released: 06-22-2008 Last Update: 06-22-2008 Installs: 30
Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

What does this do?
This will change your profile page to have a myspace style layout.

This creates new templates so should not alter anything.

This also uses standard css classes so should fit into any skin.

It should squeeze down to 800x600 (just) and stops expanding around 1000 wide so it doesn't look too warped.

Version History
0.1 - Initial test/pre-release version


Product Details

4 plugins
5 templates (all new)
3 file uploads

Installation instructions
1- Upload .htaccess to forum root dir
2 - Upload the 2 images to /images folder
3 - Install product
4 - Create profile fields (as below)
5 - Register at Shrinktheweb and note the 2 unique access keys that you get.
6 - Edit MEMBERINFO_new

look for:

PHP Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>

<
td class="tcat" width="100%">
<
a  style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('my_table7')"><img id="collapseimg_my_table7" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_my_table7].gif" alt="" border="0" /></a>
<
div style="text-align: center;">
Homepage
</div>
</
td>
<
tbody id="collapseobj_my_table7" style="$vbcollapse[collapseobj_my_table7]">
</
tr>

<
tr>

<
td class="alt1" width="100%">
<
div class="smallfont">
<if 
condition="$prepared['homepage']">
    <
fieldset>
<
legend>$vbphrase[home_pageof $prepared[username] (<a href="$prepared[homepage]target="_blank">$prepared[homepage]</a>)</legend>
<
div class="fieldset_padding floatcontainer">
<
ul class="list_no_decoration">
<
a href="$prepared[homepage]target="_blank"><img src="http://www.shrinktheweb.com/xino.php?embed=1&u=0c386&STWAccessKeyId=5edc8c987f37d0f&Size=lg&Url=$prepared[homepage]width="175" height="125" align="left" border="0" style="border: 3px double #e3e3e3" alt="$prepared[username]'s Homepage" /></a>
</
ul></div></fieldset>
    <else />
$prepared[usernamehas no homepage set in <if condition="$userinfo[field12]==Male">his <else /> her </if> profile settings</if>


</
div>
</
td>

</
tr>
</
table>

<
br /> 
Replace 0c386&STW with your secret access key
Replace 5edc8c987f37d0f with your access key


Create profile fields as below

Quote - Field 5
City - Field 6
Star Sign - Field 7
Height - Field 8
Ethnicity - Field 9
Smoker - Field 10
Body Type - Field 11
Gender - Field 12
Real Name - Field 13
Country - Field 14
About Me - Field 15
Who I'd like to meet - Field 16
First Date - Field 18
Custom Block Title - Field 19
Custom Block Content - Field 20
Marital Status - Field 21
Looking For - Field 22

If you choose to not use any of the profile fields, or you put them in different field ID's, then you will have to edit the memberinfo_new template accordingly as it is currently assigned to those ID's.

Additional Information

For this modification to work correctly, there are a few other modifications that have to be installed, otherwise there will be dead links in the profile.

If you do not have the VBlog installed (the official VBulletin version) then there are some template edits you need to do to remove the "calls" for the blog.

Open Memberinfo_new
Look for:
PHP Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>

<
td class="tcat" width="100%">
<
a  style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('my_table6')"><img id="collapseimg_my_table6" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_my_table6].gif" alt="" border="0" /></a>
<
div style="text-align: center;">
Blogs
</div>
</
td>
<
tbody id="collapseobj_my_table6" style="$vbcollapse[collapseobj_my_table6]">
</
tr>

<
tr>

<
td class="alt1" width="100%">
<
div class="smallfont">
 [<
a href="http://www.thesocialmeet.com/blog_subscription.php?do=subscribe&u=$userinfo[userid]">Subscribe to $userinfo[username]'s blog</a>]
<br />

[<a href="http://www.thesocialmeet.com/blog.php?u=$userinfo[userid]">View All $userinfo[username]'
s Blog Entries</a>]

<if 
condition="$post['entries'] > 0">
$vbphrase[blog_entries]: <a href="blog.php?$session[sessionurl]u=$post[userid]">$post[entries]</a>
</if>


</
div>
</
td>

</
tr>
</
table>

<
br /> 
Remove.

In memberinfo_block_mainprofile, look for:
PHP Code:
| <a href="blog.php?u=$userinfo[userid]">Blog</a
Remove. That's it. No more template edits.


Modification Info

This modification is still in beta phase and IS supported. Please let me know what else you would like to see in the next release. This has been tested on 3.7.1 and other instances of 3.7.x.
You can see a live demo here
user - demo
pass - demo

Please click "Mark As Installed" to show your support for this modification. This modification is completely free, but all donations are appreciated. If you would like to donate any amount, please send a paypal payment to: admin@vampyrescene.com.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 09-05-2008, 05:12 AM
NOCR's Avatar
NOCR NOCR is offline
 
Join Date: Aug 2008
Location: New Orleans
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i think this is hot. will it work on 3.6?
Reply With Quote
  #63  
Old 09-07-2008, 10:35 PM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, it works on 3.6

Obviously you will have to remove the links to album.php / group.php and blog.php
Reply With Quote
  #64  
Old 09-08-2008, 01:39 AM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks very nice Hex.
Reply With Quote
  #65  
Old 09-08-2008, 03:47 AM
NOCR's Avatar
NOCR NOCR is offline
 
Join Date: Aug 2008
Location: New Orleans
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

w00t!
Reply With Quote
  #66  
Old 09-11-2008, 07:17 AM
Skuxta Skuxta is offline
 
Join Date: May 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Hex_Legend. Saw the demo picture. And I am just wondering are you Leigh? If you are then do you remember me from AG :P
Reply With Quote
  #67  
Old 09-17-2008, 11:50 PM
kleinschwanz kleinschwanz is offline
 
Join Date: Jan 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack, mate

hm, but how did you do that to load the background image over all the page in your demopage? I have got the blocks and so on so far so good. but I am looking for ecactly that option.
Reply With Quote
  #68  
Old 09-19-2008, 05:14 PM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Skuxta View Post
Hey Hex_Legend. Saw the demo picture. And I am just wondering are you Leigh? If you are then do you remember me from AG :P
Yes I'm Leigh & Yes I do :P
Add me on MSN (ukwam@live.com)

@kleinschwanz
I changed the places of the CSS definitions to get the whole page covered =]
Reply With Quote
  #69  
Old 12-24-2008, 10:24 PM
Replicators's Avatar
Replicators Replicators is offline
 
Join Date: Jul 2005
Location: Jamestown, NY
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hex_legend View Post
Yes I'm Leigh & Yes I do :P
Add me on MSN (ukwam@live.com)

@kleinschwanz
I changed the places of the CSS definitions to get the whole page covered =]
I added you to my msn, and i am gonna need your help getting this mod correct if you don;t mind, i can't get it to work, the whole right column does not appear, and when i try to change fieldx info, most of them are not in the template. For example visit HERE and see what i mean. I would be most obliged if you can help me get this right, but some of it could be due to newer stuff, like i just installed the new vbulletin blog, which may be why the blog info doesn;t appear on the right side.
Reply With Quote
  #70  
Old 12-25-2008, 03:57 AM
Replicators's Avatar
Replicators Replicators is offline
 
Join Date: Jul 2005
Location: Jamestown, NY
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

God this is complicated, alot of $userinfo stuff won't work, like i would really like to have $userinfo[lastvisit] to work, but all it does is give a whole bunch of numbers. The right side won;t show in firefox, and in IE they are squished blocks. <help>
Reply With Quote
  #71  
Old 12-25-2008, 07:11 AM
killa seven killa seven is offline
 
Join Date: Aug 2007
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yo, when i add the .htaccess file in place of my other one, it ruins my entire forum...is there a way around this?
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05162 seconds
  • Memory Usage 2,353KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete