vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Facebook Connect - Allow your users to login with their Facebook account (for 3.8) (https://vborg.vbsupport.ru/showthread.php?t=203064)

WebHostingTrend 07-01-2009 02:53 PM

Helllo,

We are having a few issues here - we are using the template "Bingo"

and in the navbar, the code

Code:

<!-- / login form -->
Isnt there!

However, looking in the header

This is there

Code:

<else />
<form action="login.php?do=login" style="margin:0; padding:0;" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
            <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
          <div class="tbox-out">Username <input type="text" class="bginput2" name="vb_login_username" id="label" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></div>
          <div class="tbox-out">Password <input type="password" class="bginput2" name="vb_login_password" id="navbar_password" tabindex="102" /></div><div style="padding-top:4px;">
          <input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" /> Remember Me?
          <input name="submit" type="submit" class="button2" accesskey="s" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" value="" /></div>
            <input type="hidden" name="s" value="$session[sessionhash]" />

            <input type="hidden" name="do" value="login" />
            <input type="hidden" name="vb_login_md5password" />
            <input type="hidden" name="vb_login_md5password_utf" />
          </form></if>
</div>

Ive tried to put the FB Connect login script, in there - but of course, I get the loading bar, spinning around and around.

Suggestions?

SDonkey 07-01-2009 03:21 PM

I did install.

That wasn't too hard. Awesome working!

WebHostingTrend 07-01-2009 03:31 PM

Update: Got it working! Was a little fiddly - but other than that it's working nicely! Well done!

john graham 07-02-2009 01:05 AM

I just wanted to take a second and thank wolfstream. After I paid to have this mod added I didn't hear from anyone for over a week. At that time wolfstream generously offered to install the mod for me at no charge. Before he was able to install it, the original coder had it installed. If I ever need help with any more installations, wolfstream will be the first I ask, and I highly recommend him.

Thanks again for the offer.

bposner 07-02-2009 03:12 AM

Facebook Connect staff:
We've had this on our site, www.stangsofsouthflorida.com/forum for quite sometime and has worked perfectly. Recently users are complaining that the request to post message pops up every time now. There is no option to shut it off, accept just once. Did something change of Facebook... I only work on this forum occasionally as it is pretty basic and runs itself. I have made no updated or changes to the forum software.


Btw the author installed on our system too, great guy to work with, appreciated the help, worth the cost.

Brandon Sheley 07-02-2009 04:25 AM

I added this to another forum and when users post articles on Facebook, it's only linking to the forum that thread is in. Has this happen to others?

thx, great mod!

wolfstream 07-02-2009 12:48 PM

Quote:

Originally Posted by bmckinley (Post 1835339)
Installed, working great. But, how do I allow other FB users to use the application I created? In order for it to be "Published" I must have 5 people using it? I have spent way too much time on FB trying to figure out how to "share" an unpublished app.

Post the link to the application on your forums, tell your users to use that . The application link will be something like http://apps.facebook.com/appnamehere

Quote:

Originally Posted by Morrus (Post 1836418)
Oh, that's worrying. I paid the $25 by PayPal for the install service yesterday. I'll keep my fingers crossed...

He takes a while to get to you. At least the developer is responding (albeit slowly)

Quote:

Originally Posted by online (Post 1838626)
It keeps telling me my message is too short and I need to lengthen it to more than 1 character.

Don't use the advanced editor, use the standard editor. There are a number of problems with the advanced editor, not just with this application, but with many others.

Quote:

Originally Posted by WebHostingTrend (Post 1840784)
Ive tried to put the FB Connect login script, in there - but of course, I get the loading bar, spinning around and around.

You've done something wrong in the settings. Double, even triple check your work, because you're missing a crucial point in the development process.

Quote:

Originally Posted by Loco.M (Post 1841173)
I added this to another forum and when users post articles on Facebook, it's only linking to the forum that thread is in. Has this happen to others?

This is actually how the app is designed to work for new threads. Why? Because the thread doesn't HAVE an id yet, so an ID can't be submitted to facebook for the user to view. When a reply is made, the link to 'view the thread' should work properly

jbekas 07-02-2009 01:58 PM

Quote:

Originally Posted by bposner (Post 1841151)
Recently users are complaining that the request to post message pops up every time now. There is no option to shut it off, accept just once.

This is the feature that prevents me from adding Facebook integration to my forum. This mod would be more useful (read as less obtrusive) as a checkbox on the post entry form instead of the popup dialog after each post.

tpearl5 07-02-2009 03:14 PM

Quote:

Originally Posted by jbekas (Post 1841421)
This is the feature that prevents me from adding Facebook integration to my forum. This mod would be more useful (read as less obtrusive) as a checkbox on the post entry form instead of the popup dialog after each post.

This was a change in fb connect, not this application.

Brandon Sheley 07-03-2009 01:53 AM

Quote:

Originally Posted by wolfstream (Post 1841397)
This is actually how the app is designed to work for new threads. Why? Because the thread doesn't HAVE an id yet, so an ID can't be submitted to facebook for the user to view. When a reply is made, the link to 'view the thread' should work properly

ah, seems logical
I did notice the link worked for the next reply.. ok :)
Quote:

Originally Posted by jbekas (Post 1841421)
This is the feature that prevents me from adding Facebook integration to my forum. This mod would be more useful (read as less obtrusive) as a checkbox on the post entry form instead of the popup dialog after each post.

I wish this was in place as well :(

GoTTi 07-03-2009 02:59 PM

after i input a username on the page, and click next, the page is still loading a blank page, error 500....what issue could i be having ??

webgroup 07-05-2009 11:58 AM

Quote:

Originally Posted by wolfstream (Post 1839725)
Just because you "repair" the db doesn't mean it's going to stay repaired at all. There are a number of reasons that this could be killing the db, but you need to figure out what it is on your own.


This isn't even guaranteed to be related to the mod itself. In fact, based on experience, I'd say it's not, because I've yet to have it show up on any of the numerous installs I've done.

Check your settings, check your mysql and php versions, make sure everything is up to date (MySQL 4 is not up to date), make sure your configurations can handle what you're trying to do.

Whatever the hack is trying to do in that query, is filling up my 'tmp' directory.
I changed from 1gb to 2gb, still the issue is happening.
This is happening since the very moment I installed the hack.
Errcode 28 - device full, the 'tmp' is getting full
Im running php5.2.5, I was running Mysql 5.08, then I upgrade yesterday to 5.1.32, the one recommneded by vbulletin, to see if the problem goes away, no luck.


I then disabled the extact data from facebook option, problem is gone!

tr03bor 07-05-2009 09:23 PM

Quote:

Originally Posted by hydn (Post 1836613)
Yup 2 months with this one prob:
https://vborg.vbsupport.ru/showpost....&postcount=819

If he could simply say. This problem is cause by....

This is how all other developers approach things. Esp the humble ones like the great Andrew from links & downloads manager. What a smart guy who treats everyone with respect.

Me too, I would like to know how to fix, this is a great mod!

GoTTi 07-05-2009 11:33 PM

so is there no fix for my issue? no support on this mod and it gets motm?

daveaite 07-06-2009 03:33 AM

brillent customization. Marked as installed.

bahrainonline 07-06-2009 02:17 PM

i tried to import the product but it always showing me invalid file specified

any idea how to solve it

john graham 07-06-2009 07:03 PM

I recently changed my domain name and now i get the blinking three bars. How do I go in and correct? I'm assuming it's related to the change.

tr03bor 07-06-2009 08:54 PM

Quote:

Originally Posted by tr03bor (Post 1843410)
Me too, I would like to know how to fix, this is a great mod!

Any news on this!

floggerss 07-07-2009 02:53 PM

I want to take out my facebook account from my user forum account, how i do this?

joyboy2001 07-07-2009 03:55 PM

Quote:

Originally Posted by dwessell (Post 1840308)
Sorry if this question has been asked. I searched through, but didn't see anything..

Can you disallow the login from facebook option, and just use this to allow exisitng users to integrate the forum with their facebook accounts?

Thanks
David

please let me know as well ... also, is there any option to allow registrations only from register.php
is there a way that the proper e-mail address of the user will be captured when he signs up from the facebook connect option ?

GoTTi 07-08-2009 04:30 AM

i cant get this to work 100%. ill have to uninstall untill this gets more supported.

tr03bor 07-08-2009 04:44 PM

I have too, shame really.....

Brandon Sheley 07-08-2009 05:23 PM

Quote:

Originally Posted by bahrainonline (Post 1843793)
i tried to import the product but it always showing me invalid file specified

any idea how to solve it

I just installed this the other day and didn't have any problems, try downloading the zip again
Quote:

Originally Posted by john graham (Post 1844000)
I recently changed my domain name and now i get the blinking three bars. How do I go in and correct? I'm assuming it's related to the change.

I would think you need to change the info with the facebook application you made, the callback url would need changed
Quote:

Originally Posted by GoTTi (Post 1844957)
i cant get this to work 100%. ill have to uninstall untill this gets more supported.

This works fine for me, you can always pay the dev the 20$ to install it ;)

hydn 07-08-2009 05:40 PM

Quote:

Originally Posted by hydn View Post

Yup 2 months with this one prob:
https://vborg.vbsupport.ru/showp...&postcount=819

If he could simply say. This problem is cause by....

This is how all other developers approach things. Esp the humble ones like the great Andrew from links & downloads manager. What a smart guy who treats everyone with respect.

Me too, I would like to know how to fix, this is a great mod!
Issue STILL pending geez. I have now 8 board owners with this issue.

Perfect example of issue: http://www.bluechipearth.com/showthread.php?t=203

Rest of the site works except showthread: http://www.bluechipearth.com

pgowder 07-09-2009 01:17 PM

What is the solution for PhotoPost? Is there one now?

Thanks

350Chevy 07-10-2009 06:29 AM

This mod really shouldn't be MoD since it's broken and not supported.

Wakey 07-10-2009 10:19 AM

Its not broken though. Most of the people posting issues aren't posting issues with the the mod but issues with their server setup (For example hydn's issue).

Its not the mod makers job to configure peoples servers for them now is it

Dilldogs 07-10-2009 10:53 AM

I don't know how wise it would be to allow members to log in without going through registration. It opens the door for spam to get in.....

pgowder 07-10-2009 11:41 AM

Quote:

Originally Posted by 350Chevy (Post 1846217)
This mod really shouldn't be MoD since it's broken and not supported.

I've emailed the developer several times. He was very prompt in responding! He helped me with all my issues!

pgowder 07-10-2009 11:42 AM

Quote:

Originally Posted by Dilldogs (Post 1846302)
I don't know how wise it would be to allow members to log in without going through registration. It opens the door for spam to get in.....

Maybe. But if it increases your activity because people see the links in FB statuses, or you get more active uses, then it is worth it.

luffer 07-10-2009 03:29 PM

Great Plugin! Thank you

wolfstream 07-10-2009 03:50 PM

Quote:

Originally Posted by 350Chevy (Post 1846217)
This mod really shouldn't be MoD since it's broken and not supported.

It's NOT broken though, and it certainly IS supported.
Does the mod work? Yes
Is it supported by the author? Privately, yes. Publicly, no.
Is it supported by the commmunity? I have provided countless hours of 'free' support myself, as have others. This makes it supported

GamerKeys 07-10-2009 06:12 PM

Just hopping in to say that this is the greatest vbulletin modification I've ever used. Thank you so much for this.

Questions:


1) Currently, it works perfectly whenever I new user signs up via the "Connect with Facebook" button. The problem is whenever I connect my EXISTING account to my Facebook account, I no longer receive the option to publish stuff to my Facebook wall when creating a thread, etc.
Nevermind Fixed - just make sure your current user used the "Connect with Facebook" button - not just the vbulletin login.

2) Is there any way to change the "Connect with Facebook" button image (I want to make it smaller).

Sllik for president of vbulletin.org, 2009! Seriously, awesome mod bro. You have a fanboy.

Edit:
wolfstream, props to you for all the crap you are dealing with in this thread, along with your unwarranted support.

southbaybeat 07-10-2009 08:48 PM

do i have to get the application published before the application will work on my site? Right now their is a button below the user name/password on my forum for "connect with facebook." When I click that button nothing happens.

Uploaded all the files, double checked all my install and template editing. Never dealt with a facebook application and the installation instructions don't mention anything about how to get this thing to work after step 7.

thanks,

Itchy Nips 07-10-2009 09:00 PM

does anyone know how to turn off that popup that gets displayed after every post thats made? It asks if you want to publish it on facebook. I want it to do that automatically without asking the users...

GamerKeys 07-11-2009 12:26 AM

Quote:

Originally Posted by southbaybeat (Post 1846592)
do i have to get the application published before the application will work on my site? Right now their is a button below the user name/password on my forum for "connect with facebook." When I click that button nothing happens.

Uploaded all the files, double checked all my install and template editing. Never dealt with a facebook application and the installation instructions don't mention anything about how to get this thing to work after step 7.

thanks,

Did you read the original post?

"If nothing happens when you click the Facebook Connect button make sure your callback url domain is the same as you forum domain (the one set in your forum settings) - more specifically make sure that there is a www (or isn't) in both domains."

Also, I had the same problem as you. It turned out it was just users entering both www. and http://

I would suggest creating a .htaccess file rewrite rule so that no matter what - your domain will be either http://domain.com or include the www.
Choose one and stick with it.

mykkal 07-11-2009 12:37 AM

Quote:

Originally Posted by wolfstream (Post 1846430)
It's NOT broken though, and it certainly IS supported.
Does the mod work? Yes
Is it supported by the author? Privately, yes. Publicly, no.
Is it supported by the commmunity? I have provided countless hours of 'free' support myself, as have others. This makes it supported

I think everyone expects the creator or current developer to support it. It really should be listed as non-supported.

Aren't all the nonsupported mods supported by the community?

Thanks for your help with the current mod. But it would be nice if someone took total ownership and responsibility for it. Vbulletin.org is getting very bad with mod developers not "supporting" the products they claim to.

It leads to mass confusion and negative issues...

wolfstream 07-11-2009 03:11 AM

Quote:

Originally Posted by mykkal (Post 1846686)
it would be nice if someone took total ownership and responsibility for it.

JUST becausse someone doesn't login here to support their mod doesn't mean they don't support it. Now I can't say for certain whether or not they support via email, but I have been told by individuals they got support from the author (as I was preparing to install it for them).

Quote:

Originally Posted by mykkal (Post 1846686)
Vbulletin.org is getting very bad with mod developers not "supporting" the products they claim to.

Not necessarily. VB.org is getting very bad with developers not releasing stable code, YES, but I see no issues in this thread that can not be resolved by understanding and reading requirements. The mod doesn't need support, if you follow instructions provided.

Quote:

Originally Posted by mykkal (Post 1846686)
It leads to mass confusion and negative issues...

What leads to mass confusion is individuals coming in and claiming "this doesn't work" when it does, or not following instructions. IF you follow the instructions, it will work as expected

Quote:

does anyone know how to turn off that popup that gets displayed after every post thats made? It asks if you want to publish it on facebook. I want it to do that automatically without asking the users...
Current version can't be done. In future versions, maybe the author will allow it, BUT this will cross a very, very fine line with Facebook's privacy setup, and run the risk of getting your app and account banned. You do NOT want notifications automatically sent, otherwise, you will end up being flagged as a 'spammer', which facebook frowns upon (moreso than the other)

Will the author return to support their hack? Maybe someday. Until then, your best response is to email them, and make sure to remember what you paid for this hack (absolutely nothing). As a developer, there is nothing more annoying than someone constantly nagging and annnoying me about a free release, or demanding support for such release. Remember, you pay nothing, you are guaranteed nothing for support. You pay for support, you are guaranteed it.

mykkal 07-11-2009 03:23 AM

Hmmm....
Maybe a frequently asked questions link.

drsli 07-11-2009 03:53 PM

Quote:

Originally Posted by wolfstream (Post 1846742)
Remember, you pay nothing, you are guaranteed nothing for support. You pay for support, you are guaranteed it.

You are right. But as far as I catch the philosophy here, it?s pretty unusual to label a hack as "supported" and leave it alone for a long time.
I?m no coder and I?m trying my best to obey all instructions of installing and using addons severely and thoroughly and I learned a lot. But for me as a non-programmer it is misleading, if I recognize a hack as "supported", install it and stick to be left alone.
If you are saying, private support is given and public one not, I can?t understand the difference in provding the energy of support. Many private questions would be superfluous, if one could read the public answer right before. I for myself don?t want to overwork the answering-capacities of a coder by asking him questions privately.
I do respect for sure, that any thinkable life-event can prevent a coder from giving (public) support and I am grateful for all efforts at this awesome place, but what is the problem to set this very mod to "unsupported"? Or to create a new category "privately supported"?


All times are GMT. The time now is 05:32 AM.

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.02872 seconds
  • Memory Usage 1,867KB
  • 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
  • (2)bbcode_code_printable
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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