ryan4021
Forum Replies Created
-
Forum: Plugins
In reply to: [Fotobook] [Plugin: Fotobook] There are no albums text appears above headerThanks so much Sebastian, this worked perfectly for me.
Forum: Plugins
In reply to: [Fotobook] [Plugin: Fotobook] There are no albums text appears above headerJust by chance are you able to import your photos correctly? I’m having the same issue only it’s with albums that aren’t pulling in photos properly and shows 2 lines of the text for me.
I’m thinking it’s definitely something along the lines of the custom theme is using a hook that fotobook is also using and possibly may be screwing with queries of some sort.
Also, if you have access to your database – if there aren’t any photos showing on your site. Look inside the database to see if they properly pulled into the database. If they’re in the database and not showing up on your page, it’s most definitely a mysql_query hook conflicting.
Let me know if this helps as I’m troubleshooting myself as well. If I come across a solution for this I will obviously let you know as well.
Thanks
Forum: Plugins
In reply to: [Fotobook] [Plugin: Fotobook] Not all album working! Have a look please…I’m having the same issue as well only it’s importing just one album for me, the Wall Photos album and then it simply doesnt import images. It says there’s the right images inside the album, but there’s no image placeholder for the album and when you go to view the album it says that it’s empty.
Forum: Themes and Templates
In reply to: can not log in to adminWorked for me, disabling the s2member plguin which was editing the login form with it’s own custom version of the login form. Renamed the plugin folders with extension .backup and then reactivated within wordpress, logged out and logged back in and works fine. Not sure what causes this.
Forum: Fixing WordPress
In reply to: can't login on any computerDo you use s2member plugin or any plugin that edits your login form for any reason? I had the same issue and disabled s2member plugin and it fixed it.
Forum: Plugins
In reply to: [WP-PostViews] How to make it show on index.php? (Mainpage)Hello Lester,
First off, thanks for the great assortment of plugins not just this one that you’ve contributed to the WordPress community, I use a number of them and they work like a charm.
I have one question sort of extending off the OP, which I think would be a solution for him/her as well… Would it be doable to include this within a WP_Query instance and have it pull the post view count this way?
My goal here is I’ve created a ‘popularity by view count’ topics section at the top of my index page. I have this running through a WP_Query loop to pull 3 posts max and the other arguments are defaulted. So essentially, it’s pulling the latest posts updated and displaying them as of right now.
Would I be able to include the view count logic within this to show the view count and prioritize posts here BASED on that count.
Example Format:
Highest View Count Post – Second Highest View Count Post – Third Highest View Count Post
That way it’s showing posts based on popularity of view count instead of comment count.
Thanks Lester
Fixed… Applied wp_reset_query(); after the do shortcode function.
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar 2.0 [Announcement]‘hey guys we offered literally no support for all of our previous versions of the events calendar, but hey buy our new version and pay for it because we need to make money now’
Ballsy
Forum: Fixing WordPress
In reply to: If post/page id show….try adding an } before elseif(is_page()){
Oh yea I meant to add, if that cron command doesn’t work and you receive a ‘No input file specific.’ – try this command instead..
usr/local/bin/php /wp-content/plugins/disqus-comment-system/scripts/export-comments.php -q
Hello ChimpanzeeUK,
I noticed this was never answered and sort of overdue but figured I’d help you out since I’ve worked a little bit with my theme in terms of integrating Disqus and was looking for this solution but didn’t come across this so I setup my own cron job. It requires access and a bit of knowledge setting up a cron job in Cpanel.
1. Locate this file /scripts/export-comments.php in your Disqus plugin folder.
2. Copy complete path to that file, should be /wp-content/plugins/disqus-comment-system/scripts/export-comments.php if you have default plugin installation.
3. Goto your site’s cpanel and open the Cron Jobs link
3.a: In the e-mail field put your email
3.b: Set how you want to run your cron job, every hour? every day? In cpanel you can select the dropdown selection of what you want to do , I chose once an hour which is 0 * * * *.4. In the command section put this php -q exportscriptfileurl
Example: php -q /wp-content/plugins/disqus-comment-system/scripts/export-comments.php
no output will be generated, except what your script explicitly sends to stdout – which is good.
The -q flag will keep php quiet and is recommended for running scripts via cron.
Now you should be exporting comments automatically assumming you got it setup right. If you didnt let me know and I can help troubleshooting.
It may be something as simple as a CSS solution. I came to the board wanting the same thing for my site but don’t see any other inquiries other than yours and it hasn’t been answered yet and doesn’t seem like anyone wants to answer it, which isn’t a good sign. But I’ll definitely take a look and see if there’s a CSS solution that can be applied to the code to push it to the top of the template. If I come across anything I’ll definitely let you know.
Forum: Plugins
In reply to: [Fotobook] [plugin fotobook] Can’t get albumsHey guys, I finally got it working and it is pulling the correct photo albums from the Fan Page. I started fresh , uploaded 3.1.8 Fotobook and reapplied the permissions necessary and it worked finally. I guess maybe a cache issue or something on Facebook’s API side but now it works!
Forum: Plugins
In reply to: [Fotobook] [plugin fotobook] Can’t get albumsI tried using the latest Fotobook plugin and replacing all instances of $session[uid] to $uid and once I click import photos it stays at 0% and doesn’t let me do anything.
Forum: Plugins
In reply to: [Fotobook] [plugin fotobook] Can’t get albumsHello,
I followed the right steps and I get this message when I try to import photos through the backend.
Fotobook encountered an error while retrieving your photos. [Error #114]
I replaced line 243 with $uid = fanpageid;
and in line 809 I removed the instance of if isnumeric like I was told in http://c.hadcoleman.com/2010/01/embed-facebook-fan-page-photo-albums-in-wordpress/I’m using the latest version of wordpress and 3.1.8 version of Fotobook, should I upgrade to the latest Fotobook for this to work or maybe something else I’m doing?
Thanks