roggie
Forum Replies Created
-
@jwaddavis – Sorry, I’ve only just seen this, did you get SFCe working in the end?
@alexpike: Its hard to say what could be wrong without more info. The basic funstionality all works when I test it. Most problems are caused by people either not being logged into FB when they use the plugin, or having pop-ups blocked so they don’t get the correct auth panels from facebook. If you’re still having probs I’d be very happy to work through the with you, but I’ll need a bit more info — could you let me know more if the values you putting in the dialogue SFCe fields. You can mail me on Facebook if you don’t want to post that info here.
Forum: Plugins
In reply to: [Plugin name: SFCe Create Event] ErrorThanks for letting me know. My apologies, there was a bug, please download the latest version (3.95.9). Please let me know if you have any other probs.
Forum: Plugins
In reply to: [Plugin name: SFCe Create Event] Can't get plugin to workYou get the access token from Facebook. Paste this URL into your browser:
https://www.facebook.com/dialog/oauth?
client_id=YOUR_APP_ID&redirect_uri=YOUR_URL&response_type=tokenBefore loading the facebook page, make sure you change YOUR_APP_ID to your app id. Get you app ID from the SFC settings page.
Also, you must change YOUR_URL to the URL for your web site that is linked to your app. E.g. my app is for my website (https://www.theyhypervisor.com) so I replace YOUR_URL with https://www.thehypervisor.com
Once you’ve changed those two parameters, get your broswer to load the Facebook URL. This might cause a popup from facebook to appear, and once the process is complete your browser will be redirected by Facebook to the URL you supplied.
The access token will be embedded in the URL in your browser’s address bar. It starts after “access_token=” and ends before “&expires_in”
e.g. Facebook redirected my browser to “https://www.thehypervisor.com/#access_token=99999999999999|9.9aaaaaaaaaaaaaaaaaaaaaaaaa__.
99999.9999999999.9-999999999|xxxxxxxxxxxxxxxxxxxxxx&expires_in=7109″So my access token would be 99999999999999|9.9aaaaaaaaaaaaaaaaaaaaaaaaa__.99999.9999999999. 9-999999999|xxxxxxxxxxxxxxxxxxxxxx
Full Facebook documentation here:
https://developers.facebook.com/docs/authentication/My apologies, 3.95.6 was published accidentally. 3.95.8 seems fine, or stick with 3.95.5 for a while and upgrade to 3.96.1 when it’s available.
The error messages indicate you dont have Otto’s Simple Facebook Connect plugin loaded and working, which is a requirement for this plugin to work. Could you confirm you have Otto’s Simple Facebook Connect plugin active and working properly?
Forum: Plugins
In reply to: [Login-Logout] [Plugin: Login-Logout] Can't access admin areaSounds like either you have hacked the plugin code or this plugin is clashing with another one – try disabling your other plugins and see if the problem remains.
Forum: Plugins
In reply to: [Login-Logout] [Plugin: Login-Logout] logoutNot sure what you mean – but this plug logos you out by calling the standard WordPress function, so if you have a problem logging out with this plugin you probably have the same problem logging out using a the normal wordpress meta widget, for example?
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Upcoming Events WidgetThanks Otto – you put me on the right track and I found the number.
Cheers, Roggie
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Upcoming Events WidgetThanks for a really great plugin.
Could you give an example of the format required in the user ID field e.g. v=app_12345678, full URL to page or just page.name etc?
Cheers, Roggie
Forum: Requests and Feedback
In reply to: [Plugin: Login-Logout] Features that are needed nowBluebird2 – many thanks for the files, I’ll add them to the main ZIP and take a look at your site to see if I can figure out why your translation is not showing up….
Forum: Requests and Feedback
In reply to: [Plugin: Login-Logout] Features that are needed nowThanks for the links. I’ve added the required code and included the POT file in the downloadable ZIP.
This first version of International ready code is version 1.4
Could you give me a link to a non-english site that uses the plugin so I can think about the next steps?
Forum: Plugins
In reply to: [Plugin: Login-Logout]Seems odd, I haven’t heard of anyone else with that problem from this plugin. However…
Please try the latest version 1.3.2 – the previous version had a few lines at the bottom of its PHP code that seemed to be responsible for inserting a blank line at the top of the RS feed. Maybe your problem is related?
Forum: Requests and Feedback
In reply to: [Plugin: Login-Logout] Features that are needed nowHi and thanks for the feedback. I’ve started adding most of the ideas you mentioned and will make a beta available for download later today/tomorrow. The one idea that is currently missing from the beta is the status/twitter feed, as I need to think a little longer about how best to implement that one.
Thanks again!
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] No related postsMitcho – Thanks for your reply – today I tried the beta you mentioned and 3.0.8b4 – same problem with both.
I also reverted the back to your standard settings and CSS, but still no luck.
It’s a shame because the plugin looks really good, the customisable CSS is great. If only it would display the related posts ??Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] No related postsI’m having the same issue –
yarpp 3.0.7 wp 2.8.2, was working well, until I changed a value in relatedness and rebuilt database using the admin panel button.
After that, “No related posts” displayed by widget.I’ve checked wp_yarpp_related_cache – it had lots of data. I deleted all data from wp_yarpp_related_cache and wp_yarpp_keyword_cache
build on the fly option enabled.
and still “No related posts” displayed by widget.Grateful for any help! -Roger