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)
-   -   Integration with vBulletin - Facebook Connect - Allow your users to login with their Facebook account (https://vborg.vbsupport.ru/showthread.php?t=198499)

dxlwebs 01-19-2009 06:16 AM

Quote:

Originally Posted by dxlwebs (Post 1712990)
i know i keep askingbut it would be great if i could get an answer i updated last night to 3.8 but still the same problem

please help me my users are getting cranky

:D

Quote:

Originally Posted by GigaSb (Post 1717541)
im using Facebook Pro template and i cant make the next steps because i dont have this templates:

Template: navbar (the code isnt here!)
Find:
<!-- / login form -->

Insert After:
<!-- fbconnect -->
<center>
<span class="fbconnect" style="height:21px">
<img src="http://static.ak.fbcdn.net/images/loaders/indicator_white_small.gif" alt="Connect with Facebook" />
</span>
</center>
<!-- / fbconnect -->


AND

Template: USERCP_SHELL
Find:
<tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td></tr>

Replace With:
<if condition="$bbuserinfo[fbemail]">
<tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="#" onclick="facebook_prompt_permission('email'); return false;">$vbphrase[fbconnect_email_settings]</a></td></tr>
<else />
<tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td></tr>
</if>


anyway when i didnt edited this and i continued the install process i had BIG scrolling issue (Explorer) at the bottom.. u can see it here: http://www.freepchelp.co.il

just do a template search for the code and it will be there its not a problem if its in a differant template file like header it will still work :D

GigaSb 01-19-2009 06:55 AM

Quote:

Originally Posted by dxlwebs (Post 1717554)
just do a template search for the code and it will be there its not a problem if its in a differant template file like header it will still work :D

i edited the default template instead of the "Facebook Pro" template.

1. I still have the scrolling error.
2. I cant login with my facebook account.

nMIK-3 01-19-2009 07:06 AM

Quote:

Originally Posted by turbosatan (Post 1715516)
basically add this

Code:

Options +FollowSymLinks
AllowOverride FileInfo
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

if you already have rewriting on then you may already have the

Code:

Options +FollowSymLinks
RewriteEngine on

in which case just add
Code:

RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

on the end of whatever is in there

Thanks for the reply, as I already said I fix the problem.

I ended up editing the .htaccess file.
I decided to redirect all the non-www addreses to www. So in the .htaccess file located in the root of my site I added the following

Code:

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite.com [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301]

That redirected all non-www addresses to www.

All exept one! mysite.com/forum was still directing to the non-www address. This was happening because I had vbSEO installed. So note that if you have vbSEO you have to edit both .htaccess files. The one located in the main root and the second one located inside the forum directory.

So I solve this by editing the .htaccess file within the forum directory as well.
In the very top I added the following code:
Code:

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .? http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Now everything works smoothly :) :up: :p

Quote:

Originally Posted by sllik (Post 1715885)
I think there is actually a better way than editing the .htaccess file. In the facebook app settings under the Connect tab set the Base Domain setting.

I tried this, with no luck at all... But my problem was solved as I describing above.

Vinyljunky 01-19-2009 11:54 AM

Hello,

I am running PHP 5.2.5

Will this work with VB3.8 and MySQL Version 4.1.20-log ? :o

Hope so :D

Thanks

VJ

Cheertobi 01-19-2009 12:07 PM

Hi,

does this Plugin only works with allow_url_fopen = on?!

Regards,

Tobi

Phaedrus 01-19-2009 02:04 PM

Does this work with the promotions? If I have them come in as a Registered user then promote them later to Verified user will it work normally?

joluis 01-19-2009 04:19 PM

Can you enable the multi-invite system from facebook like the facebook applications?. This will enhace and improve the registration ratio in our forums.

GCC LLC 01-19-2009 06:54 PM

Is there a way to actually get the pop up back after you choose it to not show up on a new reply?

I would like a way to have the option of publishing new threads, but not every post. I declined to publish a new post, clicked "Always do this for..." and now I can't get it back at all.

Any suggestions? Is this right in front of my face? lol

sllik 01-19-2009 07:37 PM

Quote:

Originally Posted by Cheertobi (Post 1717790)
Hi,

does this Plugin only works with allow_url_fopen = on?!

Regards,

Tobi

yes

Quote:

Originally Posted by GCC LLC (Post 1718139)
Is there a way to actually get the pop up back after you choose it to not show up on a new reply?


I would like a way to have the option of publishing new threads, but not every post. I declined to publish a new post, clicked "Always do this for..." and now I can't get it back at all.


Any suggestions? Is this right in front of my face? lol

unfortunately there is no way to bring the popup back after the user chose to never post news-feeds but if you set New Reply Feed Template ID to 0 the user won't be prompted for a new reply.

Quote:

Originally Posted by fmckinnon (Post 1716098)
I'm very excited to have found this mod, and hope to install it. A couple of questions first:

1 - is there any known conflict with the vbulletin/wordpress bridge mod? We use this so that our forum members can also comment on the wordpress-driven portion of the site, etc. The mod basically shares VB users as WP users.

2 - just to make sure I'm understanding ... we require registration (which includes email activation) to create new threads or respond to threads. If someone comes along and logs in w/ their FaceBook account - will they be able to post immediately, or will the email activation go to them (or I assume, their FaceBook email account?)

Thanks in advance - will likely pay to have this installed if the answers are favorable.
http://www.theworshipcommunity.com/forums/

1. not sure, try and see :) I think it should be fine.
2. the mod assumes that the user has a valid email since the user confirmed his/her email when they registered for a facebook account.

Quote:

Originally Posted by Big-K (Post 1716812)
Hi Slikk,

This is working great on my site. Thanks for helping with the install. Three questions

1. I have a vb login on the homepage of my site (non-vb page). Is there any way I can have Facebook Connect on this login page?

2. I don't have the vbconnect link like you have in the fourth screenshot. Is that an omission?

3. How can I re-associate a user an existing user with a different facebook account if its already associated with another.

sent you a PM

sllik 01-19-2009 07:38 PM

Quote:

Originally Posted by Vinyljunky (Post 1717778)
Hello,

I am running PHP 5.2.5

Will this work with VB3.8 and MySQL Version 4.1.20-log ? :o

Hope so :D

Thanks

VJ

let me know how it goes :)


All times are GMT. The time now is 04:05 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.06096 seconds
  • Memory Usage 1,768KB
  • 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
  • (5)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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