![]() |
Thanks, I am running - PHP Version 5.2.8
|
Try re-uploading the files..or even re-download them and re-upload them. It looks like your're missing files or it can't find them.
|
Yep thats what im thinking, will try it again later. :)
|
whats the chmod supposed to be for the files? ive changed the settings on a couple and got rid of the errors i was getting, and have got it to go further through the login process, but i now i get a blank (all white) page after selecting whether or not to publish the story to fb (in login process)
|
it works for Internet Explorer but not Firefox, any idea why?
|
Quote:
It works for me in IE. Why won't it work in Firefox? |
Seems like a great Idea but the editing part on a big forum like mine is too much work... damn... i think about it, once things like Exluding forums from being publsihed and other request are being taken into account....
|
Quote:
|
I get these error while trying to doing the template edit
(while edit newreply, newthread, showthread, modifyprofile) Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, xxxxxxxxxxxxxxxx and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6 Server at |
Installed great, but when I reply to a thread or post something it doesnt show it on my facebook? I tried searching the thread but had no luck.
anyone mind helping? Thanks, John |
everything is done but i make newreply or new thread it's show me 1 message about you must have 10 words where i made thread more then 10 words but it still show same message plz help
|
thanks friends very good
|
but dude it's not working
|
"Is there no way to save all the facebook-registered users' emails?
|
I was going to install this when I realized there is no way to contact any of the people that register this way... Basically, its a great mod for people that just want traffic to come to their site, but the actual memberships are 100% of no value to anyone that wants to make money with their website showing potential investors how many members they have.
Im so sad, I was soooo looking forward to installing this. It may be great for some, but to me it isnt. Absolutely no offence to the coder, it really is a great mod. I still think its mod of the year. |
Would it be possible perhaps to set things up so existing users could simply link their accounts to their Facebook accounts, without allowing guests to sign in or post through their Facebook accounts?
I'd also have the same worry a few people have mentioned here regarding the news posts regarding posts made in private forums. Would there be any way to exclude specific forums from that functionality? |
Quote:
I like this idea but I have about a dozen usergroups created and they have access to certain private areas and features based on those usergroups. I used the registration system for them to tell me what usergroups they should belong to. I still do further screening for private areas. Is there a way to force people who log through Face book have to make an introduction in our community introduction forum and state how they are affiliated with our discussions group before we allow them to start posing and/or see the forums as a registered user? Thanks |
Do you get credit for new member when people sign in through facebook?
|
Yep, it creates a new account on your board, but without an email attached to it. Kind of like a fantom account.
|
Quote:
There is no way to add users in addition to its nickname also their password and their email? |
Quote:
|
Quote:
|
Their email is not stored on your board. If you pm them on your board they do not get notified. Its basically a one way member. They can come to your site, but they receive zero messages, notices from you or your board. There is no way to communicate with them unless they decide to come back on their own to your site.
I would install this in a second if immediately after the mod copied all their info from facebook, if it went to a new screen that said "please enter your email" and provided a rectangle which then stored their email in their new account on your board. |
Well if you create a new usergroup and make the new usergroup update their email then you would be good to go? No? I'm asking because I would like to know myself...I just haven't really played with it yet haha
I would really like to know if anyone else has come across this though? Or am I the only one? haha Quote:
|
Quote:
|
Quote:
I had this problem many times, in the end it was my mistake forgot to upload the functions_fbconnect.php to the includes folder. |
Hi Sllik,
Thanks for an awesome mod! Good job! I installed this mod last night, and it went relatively smooth! After a couple of double checks, everything was running perfectly. Now, last night, I had a couple of problems with the message too short issues that other people has also mentioned here. I then went and double checked all my template edits, and redid them all, especially the newthread, newreply and SHOWTHREAD ones. After a while, it just fixed itself, though, and I deleted my message posted here for some help. However, a couple of hours ago, my users started complaining that they once again cannot post in threads using the quick reply to a thread. Full reply works perfect. I then went again, and double checked all my template edits, and confirmed that they are fine. What bothers me, is that there is sporadic problems with this feature now... Here is one user's post. Quote:
My forum URL is: http://forums.prophecy.co.za Your addon is installed on the default skin, and you can log in with your facebook id. Lastly, here is a thread where you can test in. This is obviously all assuming that you can get some time to help me. I do appreciate it if you can. Thanks EDIT: Fixed this by uninstalling the doublepost prevention. I see there's a doublepost prevention plus from another author, but haven't tested to see if that works. I don't think it's worth it. So, nothing needs to be done from my side. It works perfectly. Thanks! :) |
I posted this on the 3.7 thread...
I have installed it on 3.8 and used the 2.03 file... but get the following error... Please can someone help out? I get this error when i Import the product. Parse error: syntax error, unexpected '{' in /home/site/public_html/includes/functions_fbconnect.php on line 79 it also stops anyone being able to view any threads. Any Idea how to resolve? Thanks Derek |
Quote:
|
Hey guys, installed this mod this morning and it works slick. Only issue I'm seeing so far is that I no longer am able to show the "new images" from Photopost on my Forum Home. Anyone else having this issue? I know Photopost is projecting a 2.5 release any day now but who knows if that has anything to do with it.
|
is there any registered users that login using their facebook account?
|
Quote:
|
Any idea why this is happening?
I get this when I look at the main app page on Facebook... PHP Code:
|
how to i set Data Maping or i just leave this option
|
Quote:
Quote:
Quote:
|
Is this imporant to put Facebook Application Secret?
|
hope to include activities in groups as well :)
|
Hi wonder if someone can help me, I have installed the Mod as per the instructions, and when I enable the mod I get this written out to the screen:
Code:
query_first(" SELECT fbuid FROM " . TABLE_PREFIX . "fbuser WHERE userid = " . $userid . " LIMIT 1 "); return intval($user['fbuid']); } function fetch_fbuser_info($query) { require_once(DIR . '/includes/facebook/facebook.php'); global $vbulletin, $db; $fbusers = $db->query_read($query); $fbuids = ""; $vbuids = array(); while ($fbuser = $db->fetch_array($fbusers)) { if ($fbuser['fbuid']) { $fbuids .= $fbuser['fbuid'] . ","; $vbuids[] = $fbuser['userid']; } } $fbuids = rtrim($fbuids, ','); $fbuserinfo = $vbulletin->session->vars['fbuserinfo']; if ($vbulletin->facebook == null) $vbulletin->facebook = new Facebook($vbulletin->options['fbconnect_apikey'], $vbulletin->options['fbconnect_secret']); try { $fbuser = $vbulletin->facebook->api_client->users_getInfo($fbuids, 'name, first_name, last_name, affiliations, pic, pic_small, pic_square'); for ($i = 0; $i < count($fbuser); $i++) $fbuserinfo[$vbuids[$i]] = $fbuser[$i]; $vbulletin->session->set('fbuserinfo', $fbuserinfo); } catch(FacebookRestClientException $ex) { } //print_r($vbulletin->session->vars['fbuserinfo']); } function set_fb_data(&$target, $userid = '', $profilefield = false) { require_once(DIR . '/includes/facebook/facebook.php'); global $vbulletin, $db, $show, $vbphrase, $fb_field_map, $avatarurl; if ($userid) $target['userid'] = $userid; if ($vbulletin->options['fbconnect_importdata'] && $target['userid'] != '') { $fbuserinfo = $vbulletin->session->vars['fbuserinfo']; if (!is_array($fbuserinfo[$target['userid']])) { $fbuid = get_fb_uid($target['userid']); if ($fbuid) { if ($vbulletin->facebook == null) $vbulletin->facebook = new Facebook($vbulletin->options['fbconnect_apikey'], $vbulletin->options['fbconnect_secret']); try { $fbuser = $vbulletin->facebook->api_client->users_getInfo($fbuid, 'name, first_name, last_name, affiliations, pic, pic_small, pic_square'); $fbuserinfo[$target['userid']] = $fbuser[0]; $vbulletin->session->set('fbuserinfo', $fbuserinfo); } catch(FacebookRestClientException $ex) { } } } if (is_array($fbuserinfo[$target['userid']])) { if (!is_array($fb_field_map)) { $fb_field_map = array(); $profile_fields = $db->query_read(" SELECT * FROM " . TABLE_PREFIX . "fbdatamap "); while ($field = $db->fetch_array($profile_fields)) { $fb_field_map[$field['vbfield']] = $field['fbfield']; } } $not_profile_field = array('avatarurl', 'profilepicurl'); foreach ($fb_field_map as $vbfield => $fbfield) { if ($profilefield && $target['value'] && $target['value'] != $vbphrase['n_a']) continue; if ($target[$vbfield] && pathinfo($target[$vbfield], PATHINFO_BASENAME) != 'unknown.gif') continue; if ($fbfield == 'affiliations') { if (is_array($fbuserinfo[$target['userid']][$fbfield])) { foreach ($fbuserinfo[$target['userid']][$fbfield] as $network) { if ($network['type'] == 'region') { $fbuserinfo[$target['userid']][$fbfield] = $network['name']; break; } } } } if ($profilefield) { if ($vbfield == ('field' . $target['profilefieldid'])) { $target['value'] = $fbuserinfo[$target['userid']][$fbfield]; break; } } else $target[$vbfield] = $fbuserinfo[$target['userid']][$fbfield]; } if ($target['avatarurl']) { $avatarurl = $target['avatarurl']; $show['avatar'] = true; } } } } function print_datamap_row($vbdata, $fbdata, $vbselected = "", $fbselected = "") { global $vbphrase; echo ' '; if ($vbselected) echo '[ '.$vbphrase['delete'].' ]'; echo ' '; } |
Quote:
|
Quote:
they will recive notification on facebook. I got my facebook registrants in a different usergroup, cause they should not be generated on a mailing list, this is will annoy the post server. |
All times are GMT. The time now is 07:19 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|