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
  #12  
Old 06-23-2008, 08:08 PM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any coders want to do some co-authoring with me? :P

Feel free to add me on MSN and we can work on it
ukwam@live.com
Reply With Quote
  #13  
Old 06-23-2008, 08:56 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Do not remove the copyright notice. If you would like to remove the copyright notice, please send a payment for ?5 to admin@vampyrescene.com. Remember to include your site URL so that we know who has purchased our branding free option
lol you are adding copyright notice for this and request people to pay You are funny man
Reply With Quote
  #14  
Old 06-23-2008, 09:01 PM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well to be fair, my hard work has gone into this and I need some credit for it.. At the end of the day, all other mods have copyright notice.

I didnt just come up with this in 1 day.. This took time and effort.
Reply With Quote
  #15  
Old 06-23-2008, 09:01 PM
abrecher abrecher is offline
 
Join Date: Jan 2004
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smnoel View Post
An option to switch between both for the end user would be great!
That's a great idea!
Reply With Quote
  #16  
Old 06-23-2008, 09:06 PM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smnoel View Post
An option to switch between both for the end user would be great!
I shall see what I can come up with.
Reply With Quote
  #17  
Old 06-23-2008, 09:07 PM
Megatr0n Megatr0n is offline
 
Join Date: Jul 2007
Posts: 455
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by abrecher View Post
That's a great idea!
I second that.
Reply With Quote
  #18  
Old 06-23-2008, 10:21 PM
xxalexkimxx xxalexkimxx is offline
 
Join Date: Nov 2006
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much for the mod....looks great.
Reply With Quote
  #19  
Old 06-23-2008, 10:46 PM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for the compliments

The facebook one is already under way.
Reply With Quote
  #20  
Old 06-23-2008, 10:53 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hate to say it, but I agree with Lizard King. This uses third party scripts, built in vbulletin functions, and you want users to leave a copyright or pay to have one removed for a template edit? While you may have put time into this, it doesn't warrant a copyright or a fee to remove it. Asking for that is simply a lame attempt at advertising and making a few bucks.

I would suggest you remove that aspect, because most people are simply going to avoid this mod or remove the copyright anyways. After all, there is absolutely no way you would ever know if they made their own or used yours.
Reply With Quote
  #21  
Old 06-24-2008, 02:16 AM
Javi_gray Javi_gray is offline
 
Join Date: May 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would you be able to use myspace layouts with this? Like Overlays?
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 07:25 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.04506 seconds
  • Memory Usage 2,354KB
  • 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
  • (4)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
  • (3)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