Creative Slice
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Pierre’s Wordspew] wp-config fixTurns out the better way is to replace the if statement on both those files with this:
if (!isset($table_prefix)) { $html = file_get_contents("../../../wp-config.php"); $html = str_replace("require_once", "// ", $html); $html = str_replace("<?php", "", $html); eval($html); }
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Events Gravity Forms integrationShane, any progress with possible event submission through Gravity forms? I’d love to be able to create events (with dates and times) which go right into The Events Calendar. Perhaps this is a feature coming with 1.6?
Cheers, Tim
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Events Gravity Forms integrationAny progress on this Shane? I’ve tried a number of different options but seem to keep running into the major issue of date format. I can’t get Gravity Forms to create an event using this format:
YYYY-MM-DD TT:TT:TT
Forum: Plugins
In reply to: [Plugin: Pods] Feedback?I’m having the same issue as jcow. Any change coming to fix this issue? It’s quite troublesome as I’ve been installing all sites in sub-directories for the past two years as suggested by www.remarpro.com for security reasons.
There also seem to be issues when you put the uploads folder outside of wp-content.
Any fixes coming?
Forum: Fixing WordPress
In reply to: Media LIbrary : AttachedWe’ve been having the same issue and have found this to definitely be a WordPress bug.
The solution (until a fix is implemented) is to create pages (or posts) first and THEN go back into them and add the images.
– Tim
Forum: Fixing WordPress
In reply to: Current page id outside the loopwhile $post->ID should work it’s a better idea to use
$wp_query->post->ID
especially if you are going to be doing this outside of the loop.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Friends’ TweetsYou can find Donncha’s Twitter plugin here
(though I have not figured out how to display these on the front-end of a blog yet…)Forum: Installing WordPress
In reply to: Issue with moving WordPress to root folderI had the same issue and found that deleting all cookies for the domain fixed it and my “edit this entry” text was back.
Forum: Fixing WordPress
In reply to: [2.5] wp_list_pages “exclude” arg no longer works as advertisedThanks turtlerabbit. Your solution of commenting out line 323 on /wp-includes/post-template.php worked great!
Forum: Plugins
In reply to: Sign Up Sheet Plugin?I’m looking for a similar plugin. Is there anything that allows easy signing up?
I’ll post what I come up with here.
– Tim
Forum: Plugins
In reply to: Intouch Plugin not working at Media Temple?After over a week of troubleshooting I got this response from Media Temple in regards to the “intouch”, and “contact ][” form plugins.
________________________“I tested this by uploading and installing the same exact plugin to my test WordPress blog and that plugin does not work there either. I believe that we can safely rule that this plugin does not work on the (gs) Grid-Server right out of the box.”
Forum: Plugins
In reply to: What is the best RSS parser for WordPressMy favorite is SimplePie (https://simplepie.org/). They have a WP plugin under their “Download” tab.
Forum: Plugins
In reply to: Intouch Plugin not working at Media Temple?I’m having this same issue with the Grid Server on (mt). I’ve contacted their technical support team and they are still trying to figure out the problem.
Has anyone else resolved this issue? If not I’ll post an update when I get it resolved.