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 - Profile Update - MySpace Profile Rewrite (https://vborg.vbsupport.ru/showthread.php?t=183320)

Hex_legend 06-22-2008 10:00 PM

Profile Update - MySpace Profile Rewrite
 
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.

Hex_legend 06-23-2008 03:33 PM

Reserved first post

elmati 06-23-2008 04:41 PM

Suggestions:

Phrase it!
Take out all the references to http://www.thesocialmeet.com :P
And make it valid XHTML

Nice add on ;)

Megatr0n 06-23-2008 05:02 PM

Reserved.

Hex_Legend - can you now confirm if a facebook version is on the way? :)

Hex_legend 06-23-2008 07:10 PM

I will be phrasing it and taking all references out in version 1.2 which should be done in the next few days - anything else you want to see?

Megatr0n, I will now be working on the facebook clone as I now have full time which I can put into it :)

Shazz 06-23-2008 07:13 PM

Looks alot cleaner and nicer then the old 3.5 myspace look :)
Great job.

Hex_legend 06-23-2008 07:39 PM

Is there any other features you guys would like to see?

Boosted Panda 06-23-2008 07:40 PM

Just more facebook like would be awesome!

Shazz 06-23-2008 07:57 PM

Quote:

Originally Posted by Boosted Panda (Post 1557135)
Just more facebook like would be awesome!

maybe 2 versions, one more changed to be facebook like and this one kept the same for the myspace lovers.

smnoel 06-23-2008 08:07 PM

An option to switch between both for the end user would be great!

Hex_legend 06-23-2008 08:08 PM

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

Lizard King 06-23-2008 08:56 PM

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

Hex_legend 06-23-2008 09:01 PM

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.

abrecher 06-23-2008 09:01 PM

Quote:

Originally Posted by smnoel (Post 1557164)
An option to switch between both for the end user would be great!

That's a great idea!

Hex_legend 06-23-2008 09:06 PM

Quote:

Originally Posted by smnoel (Post 1557164)
An option to switch between both for the end user would be great!

I shall see what I can come up with.

Megatr0n 06-23-2008 09:07 PM

Quote:

Originally Posted by abrecher (Post 1557198)
That's a great idea!

I second that.

xxalexkimxx 06-23-2008 10:21 PM

Thank you very much for the mod....looks great.

Hex_legend 06-23-2008 10:46 PM

Thank you for the compliments

The facebook one is already under way.

Rich 06-23-2008 10:53 PM

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.

Javi_gray 06-24-2008 02:16 AM

Would you be able to use myspace layouts with this? Like Overlays?

logicuk 06-24-2008 04:51 AM

HTML in profiles is very bad easy to hack forums that way

Hex_legend 06-24-2008 05:48 AM

html in profiles is set in usergroup options. you can choose which users can use html in profiles and which html tags they can use.

Declan127 06-24-2008 05:51 AM

I like it, Thanks!

christian8a 06-24-2008 06:00 AM

Quote:

Originally Posted by Megatr0n (Post 1556984)
Reserved.

Hex_Legend - can you now confirm if a facebook version is on the way? :)

Like ours ;)

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

This myspace addon is nice, alot of people likes it better over than facebook style

(Edit:)
This thread is for MySace profiles reviews only.
Questions about this "facebook" mod please PM me.

Hex_legend 06-24-2008 06:25 AM

nice layout christian8a.

Glad I'm getting some good comments with this hack. I'm always looking at ways on how to improve on it, so always open to suggestions :)

callumbush 06-24-2008 07:56 AM

Quote:

Originally Posted by christian8a (Post 1557451)
Like ours ;)

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

This myspace addon is nice, alot of people likes it better over than facebook style

whoah! did you build that using this mod christian?

callumbush 06-24-2008 08:27 AM

here's another site you can potentially get some ideas from?

http://bodyspace.bodybuilding.com/UBkid/

p.s. thats not me!

callumbush 06-24-2008 08:29 AM

why is this mod getting a 1 star rating when the previous version had a 5 star rating?

OsideRida06 06-24-2008 09:43 AM

Because we have some haters. Just because the designer of this mod wants to leave a copyright. I think it is well deserved myself. It is a very nicely done mod. Who cares if it uses built in vb features. It still takes a sense of design in order to create this.

Boosted Panda 06-24-2008 05:10 PM

WHOA CHRISTIAN RELEASE TAHT CODE!!!! :p

schlottkej 06-24-2008 07:10 PM

Quote:

Originally Posted by christian8a (Post 1557451)
Like ours ;)

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

This myspace addon is nice, alot of people likes it better over than facebook style

Very cool, can this get released? Or is the facebook version that was already released?

Boosted Panda 06-24-2008 07:28 PM

I cant get this to format correctly

DawnsWebDesigns 06-24-2008 07:56 PM

me either.

OsideRida06 06-24-2008 08:38 PM

What version of vBulletin do you guys have? 3.7 right?

Hex_legend 06-24-2008 09:22 PM

I am looking into why you can't get it to install properly - as you can see, it works fine on the demo and there have been no seperate edits.

I am using 3.7.2 but it has been tested on all versions of 3.7

Megatr0n 06-24-2008 10:47 PM

Quote:

Originally Posted by christian8a (Post 1557451)
Like ours ;)

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

This myspace addon is nice, alot of people likes it better over than facebook style

Hi Christian,

Is that your own code? Is it open to share? :p

christian8a 06-25-2008 12:02 AM

Never intended to hijack this mod, sorry :( I edited my first post.
For questions about this "facebook" mod just PM me so we leave this area for MySpace profiles only :up:

OsideRida06 06-25-2008 12:24 AM

Quote:

Originally Posted by Boosted Panda (Post 1558017)
I cant get this to format correctly

Quote:

Originally Posted by DawnsWebDesigns (Post 1558036)
me either.

I actually had the same exact troubles when I installed mine the first time. For me it was because I had the other myspace profile update installed. Once I un-installed it, it worked perfectly. So if you have installed the other hack, ( the one this originated from) then un-install it and re-install this new one.

I hope this helps.

pooker 06-25-2008 04:42 AM

can they have music on there profile like myspace?

OsideRida06 06-25-2008 07:00 AM

Yes, that all just depends on your settings for the html or bbCode in your profile. If you enable one or the other, then they can embed them in one of there profile fields just like on myspace.


All times are GMT. The time now is 09:41 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.01658 seconds
  • Memory Usage 1,863KB
  • 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
  • (3)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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