Chris McCoy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: bulk add categoriesi just sent you an email for some reason no download is available for my account, it was there before.
Forum: Fixing WordPress
In reply to: bulk add categoriesdidnt know you could do that with easy csv, will have to login and get the latest version.
Forum: Plugins
In reply to: PHP in postyou could create a shortcode that passes the video file onto a variable, that way it will make it easier for you.
Forum: Plugins
In reply to: [Youtube with Style] [Plugin: youtube with style] php e noticei will be fixing this today, will reply again when its updated.
finally figured it out, it was a duplicate variable causing an issue with nextgen, made a more custom variable so it doesnt interfere.
8.7 will be added to the codex in about 5-10 mins.
please let me know if any other issues come forward.
so it works now?
let me know so i can continue to figure this out.
8.5 is the latest version that should work.
i just went through some bug fixing, and made another update,if you have another wordpress site somehting not live just a test site, could you install it, give it about 5-10mins for the codex to update.
it should fix those pesky issues people were dealing with.
i am trying to duplicate this blank page issue, but everything seems up to par on my end.
do you have curl and simplexml extensions in your php5?
also what other plugins do you have activated.
you might wanna put on WP_DEBUG in your config file so i can see exactly whats the issue.
thanks
what version of wordpress are you running and are you running a caching plugin as well?
what other plugins do you have running.
also what ver of php.
i will have a look into this, im currently running the plugin on 3.0.4 and 3.1 without any issues, i will have to install wp-minify and wp-supercache to debug it.
Forum: Plugins
In reply to: PHP in postI actually just setup mod_auth_token with videos.
i dont know which video plugin you are using you might need to mod it to parse the url. but something like this.
<?php $secret = "secret"; $path = "/downloads/"; $htime = dechex(time()); $fname = "/video.flv"; $token = md5($secret . $fname. $htime); $url = $path . $token. "/" . $htime . $fname; ?> <script type="text/javascript"> var so = new SWFObject("player.swf","mpl","450","290","9"); so.addParam("allowfullscreen","true"); so.addParam("allowscriptaccess","always"); so.addParam("wmode","opaque"); so.addVariable("autostart","true"); so.addVariable("file","<?php echo $url;?>"); so.write("flashcontent"); </script>Forum: Plugins
In reply to: [Plugin: ImageShack Offloader] ImageShack vs imguri have created an imgur.com plugin for wordpress, it lets you add photos via your post and sends the images to imgur.com using their api and insert into your post with ease, just need to submit it to the codex, meanwhile you can get it from here.
Forum: Plugins
In reply to: [Plugin: youtube with style] Calling jquery messes with my other scriptsi tested smoothgallery, it seems they have a bug, it has nothing to do with jquery, as I updated it to only use it via the admin.
smoothgallery plugin seems not to work if its not the very 1st post, if its the 2nd post on your site, it doesnt add the required info to the header of your wordpress.
So im waiting for the author to address this issue with 2.9.2
I tried smoothgallery just by itself no other plugins, and it only works if the gallery is a post above all others.
Forum: Plugins
In reply to: [Plugin: youtube with style] Calling jquery messes with my other scriptssorry about that, i changed it to use wp_enqueue, should work now, let me know if theirs any issues (give it 15 mins or so to update in the codex)
Forum: Everything else WordPress
In reply to: [Plugin: xpress] Seriously?thanks Otto, thought It was something like that.