The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Facebook Profiles (Released) Details »» | |||||||||||||||||||||||||
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
|
Comments |
#52
|
||||
|
||||
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 ); } } |
#53
|
||||
|
||||
The 3.7.2 member.php has changed that code to the following (see below), you should be able to replace the old code with the new stuff (untested), although just removing it as above works too.
Code:
$vbulletin->GPC['simple'] = ($prepared['myprofile'] ? $vbulletin->GPC['simple'] : false); $profileblock =& $blockfactory->fetch('ProfileFields'); $profileblock->build_field_data($vbulletin->GPC['simple']); foreach ($profileblock->locations AS $profilecategoryid => $location) { if ($location) { $blocklist["profile_cat$profilecategoryid"] = array( 'class' => 'ProfileFields', 'title' => $vbphrase["category{$profilecategoryid}_title"], 'options' => array( 'category' => $profilecategoryid, 'simple' => $vbulletin->GPC['simple'], ), 'hook_location' => $location ); } } Out of interest, don't you have to have Jelsoft's permission to copy such a sizeable chunk of their work? Your myfriends.php file is exactly the same as Jelsoft's member.php. |
#54
|
||||
|
||||
Quote:
Glad you fixed it, I wish everybody could just do that and make their own page to work ========== By the way the friends product that I was including in the pro version is totally different than this one and that one was made out of thin air, you can see it in action here (just to make things clear) http://www.myls1.com/friends.php?u=1 |
#55
|
|||
|
|||
Can we make our users to be able to change the background?
|
#56
|
|||
|
|||
Quote:
Any chance of a fix so that I can get gifts working? |
#57
|
|||
|
|||
I would be very happy if you did that. I love vbcredits and this would just be awesome.
|
#58
|
||||
|
||||
Guys the Gift product is not supported, is an external addon and we are not supposed to use vb.org to talk about that. It is a custom work somebody made for my site that I decided to share it for a small fee, but I didnt make. It has been working so perfectly in all of my sites that now that I see these errors some of you are getting I have no clue why or how to fix it sorry about that.
|
#59
|
|||
|
|||
Quote:
and I think the coder needs to take a look on that error too! |
#60
|
||||
|
||||
Quote:
I will ask if he could take a look at that. |
#61
|
|||
|
|||
Works fine over here..
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|