![]() |
Quote:
With this mod, if you have problems connecting to facebook, the thread (or reply) still gets posted, you just get the blank screen everyone's talking about There's other things, but that is a fairly decent change in and of itself. |
On my site, http://www.undertherotor.com
The mod appears, but the facebook button doesn't, I've read through the thread and have seen this mentioned a couple of times, any idea why? |
Quote:
|
Quote:
Easiest fix is to put that hook in your footer template. This will allow the init code to run and should fix the missing Facebook button problem. |
Just so I have a reference, and for anybody else having similar problems I am going to post the issues and solutions I have found so far.
Facebook Button does not appear next to Google Login button: Check your footer template and make sure the $template_hook[footer_links] hook is there. Add if it is missing. Login buttons do not show up in external scripts or you want to relocate them Create a new plugin with any name and set for global start. Add the following code. Code:
global $vbulletin; Disable Modify navbar template plugin. Google Friend Connect login does not work outside of vBulletin directory. Replace the Include facebook js after <body> template contents with the following to add the bburl path to Javascript. Code:
$headinclude .= " Go to http://www.facebook.com/developers Click on your App, then Edit Settings, the Canvas For Render Method select FBML Save, reload your site, and test. |
i will make this work!! i still cant get buttons to show
|
OK, Footer code, what do you mean?
|
In your footer template look for a hook called $template_hook[footer_links] . If it is not there add it someplace. The plugin uses this hook to add code at the very bottom of the page. This inits the Facebook connect part of the mod.
Without it your button will be missing and parts of the Facebook connection will fail. |
Alright the script is working!
Thank you so much! |
|
All times are GMT. The time now is 01:56 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:
|