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
Facebook Profiles (Released) Details »»
Facebook Profiles (Released)
Version: 1.00, by christian8a christian8a is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.x Rating:
Released: 07-01-2008 Last Update: 07-05-2008 Installs: 125
Uses Plugins Template Edits
Additional Files  
No support by the author.

Facebook Profiles

Brought to you by http://www.eibuddy.com :up:

What is it?
Facebook profiles rewrite.
For vbulletin 3.7.0

Update: It does work the same way as vbulletin is set, so if you use Profile Customize it works the same way. See screenshot #4

Demo:

This is how I implemented it on my main site
http://www.eicorvette.com/member.php?u=1

This is only a profile layout edit in a facebook style to implement with your site, and does not includes the Gifts Product you see on the demos.

For a full facebook style get it from here
https://vborg.vbsupport.ru/showthread.php?t=184016

=============================
Install:

1- Download profile_templates.zip file and copy/paste content to yours.
(use a test style always, and backup before you try anything )

=============================

Friends on Separate Page
https://vborg.vbsupport.ru/showthread.php?t=186575

=====

Thats all

Show Your Support

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

Comments
  #62  
Old 07-06-2008, 11:23 PM
xxalexkimxx xxalexkimxx is offline
 
Join Date: Nov 2006
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by christian8a View Post
This makes more sense...
I will ask if he could take a look at that.

If you are going to ask, can you ask him to add another feature in it? It would be more fun if member can change their own background for themself.....
Reply With Quote
  #63  
Old 07-06-2008, 11:32 PM
Booth Booth is offline
 
Join Date: Jan 2005
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xxalexkimxx View Post
I know why's the error...it's because when you installed the vBulletin, you gave it a table prefix on your config.php so when u install the gift it couldn't find that table prefix.....
and I think the coder needs to take a look on that error too!
Sometime's it doesn't see the prefix and sometimes it requires the prefix. So if you manually add your prefix to the tables, it fixes a lot of problems but creates another. I'm sure it can be fixed though.
Reply With Quote
  #64  
Old 07-07-2008, 04:24 AM
fattony69 fattony69 is offline
 
Join Date: Jun 2007
Location: Philly
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by R-D View Post
Commenting out this chunk of code in myfriends.php fixes that error, seemingly with no adverse effects.
Code:
$profileblock =& $blockfactory->fetch('ProfileFields');
$profileblock->build_field_data();

foreach ($profileblock->locations AS $profilecategoryid => $location)
{
if ($location)
{
$blocklist["profile_cat$profilecategoryid"] = array(
'class' => 'ProfileFields',
'title' => $vbphrase["category{$profilecategoryid}_title"],
'options' => array('category' => $profilecategoryid),
'hook_location' => $location
);
}
}
This works to solve the error!
Reply With Quote
  #65  
Old 07-08-2008, 07:01 AM
Monja Monja is offline
 
Join Date: Jul 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ fattony or christian - i´ve tried to find the files where i should copy and paste the info, i went to the stylemanager but all i found are the two files, the default file & the facebook style... can you describe a bit more detailed what my next step is?

sorry to be so blond - i know about css but i couldn´t finde the memberinfo, memberinfo_css and the third on my server.

thanks for your help
Reply With Quote
  #66  
Old 07-08-2008, 08:46 PM
DannyITR DannyITR is offline
 
Join Date: Jan 2002
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Monja View Post
@ fattony or christian - i?ve tried to find the files where i should copy and paste the info, i went to the stylemanager but all i found are the two files, the default file & the facebook style... can you describe a bit more detailed what my next step is?

sorry to be so blond - i know about css but i couldn?t finde the memberinfo, memberinfo_css and the third on my server.

thanks for your help

In the dropdown menu next to those style choose "edit templates". This shows you a list of templates. Scroll down and expand memberinfo templates. In there you will find 3 templates that match the filenames in the zipfile you downloaded. Copy and paste.

Now for my problem. I copy and pasted and the profile looks no different other than a larger profile pic area. What did I miss? Is there a product that comes with this?
Reply With Quote
  #67  
Old 07-08-2008, 10:01 PM
DannyITR DannyITR is offline
 
Join Date: Jan 2002
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I use the entire facebook style then it works. You can't have just the profile re-styled?
Reply With Quote
  #68  
Old 07-09-2008, 01:35 AM
Lift for Life Lift for Life is offline
 
Join Date: Oct 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Other than the "Missing argument" error on the friends link, this mod (including the Gifts attachement) is working great for me on 3.7.2

I love this style!

Thanks
Reply With Quote
  #69  
Old 07-09-2008, 06:19 AM
fattony69 fattony69 is offline
 
Join Date: Jun 2007
Location: Philly
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lift for Life View Post
Other than the "Missing argument" error on the friends link, this mod (including the Gifts attachement) is working great for me on 3.7.2

I love this style!

Thanks
How did you get the gifts to work>
Reply With Quote
  #70  
Old 07-09-2008, 11:18 AM
christian8a's Avatar
christian8a christian8a is offline
 
Join Date: May 2007
Location: Washington State
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DannyITR View Post
If I use the entire facebook style then it works. You can't have just the profile re-styled?
The reason why it works with facebook is because the style is fixed and on the right size. If you want you can just use the facebook style templates that you like on your main style.
Reply With Quote
  #71  
Old 07-09-2008, 11:41 AM
christian8a's Avatar
christian8a christian8a is offline
 
Join Date: May 2007
Location: Washington State
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lift for Life View Post
Other than the "Missing argument" error on the friends link, this mod (including the Gifts attachement) is working great for me on 3.7.2

I love this style!

Thanks
I see on the profile pics you are missing /forums/ to display the question mark, the same on the memberlist.

Go to memberinfo template and find

PHP Code:
<!-- ##### PROFILE PIC ##### -->
<if condition="$prepared['profilepicurl']">
<
td id="profilepic_cell" class="tborder alt2" align="center"><img src="$prepared[profilepicurl]$prepared[profilepicsizealt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td><else /><td id="profilepic_cell" class="tborder alt2" align="center" height="200"><img src="/images/misc/no_profilepic.gif" alt="" border="0"/></td>

<if 
condition="$prepared['myprofile']"><tr><td class="explanation" nowrap="nowrap" align="center"><class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr></if>
</if>
<!-- 
##### /PROFILE PIC ##### --> 
and replace for this

PHP Code:
<!-- ##### PROFILE PIC ##### -->
<if condition="$prepared['profilepicurl']">
<
td id="profilepic_cell" class="tborder alt2" align="center"><img src="$prepared[profilepicurl]$prepared[profilepicsizealt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td><else /><td id="profilepic_cell" class="tborder alt2" align="center" height="200"><img src="/forums/images/misc/no_profilepic.gif" alt="" border="0"/></td>

<if 
condition="$prepared['myprofile']"><tr><td class="explanation" nowrap="nowrap" align="center"><class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr></if>
</if>
<!-- 
##### /PROFILE PIC ##### --> 
Then go to memberlist templates and on memberlist_resultbit

Find

PHP Code:
<if condition="$show['avatarcol'] AND exec_switch_bg()"><td class="$bgclass">
<if 
condition="$show['avatar']"><img src="$avatarurlborder="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="4" class="whiteborder"/><else /><img src="/images/misc/unknown.gif" border="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="24" /></if></td>
</if> 
Replace with

PHP Code:
<if condition="$show['avatarcol'] AND exec_switch_bg()"><td class="$bgclass">
<if 
condition="$show['avatar']"><img src="$avatarurlborder="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="4" class="whiteborder"/><else /><img src="/forums/images/misc/unknown.gif" border="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="24" /></if></td>
</if> 
I will have an updated copy of the red style you see on demos hopefully tonight and have the friends page fixed
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 08:12 PM.


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.09738 seconds
  • Memory Usage 2,359KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (4)bbcode_php
  • (7)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