raistlinthewiz
Forum Replies Created
-
tried all hooks but couldn’t manage to fix them for ie.:
else if($wp->query_vars['vod']=='all') include(TEMPLATEPATH . '/vods/all.php');i want my codes stay in plugin as this is a plugin. is there any hooks in all in one seo i can get in and fix this?
yes, the reason it get’s a 404 is it’s because they’re custom pages not bound to content but actually dynamicly generated;
for ex: http://sc2casts.tv/vod/browse
if($wp->query_vars['vod']=='browse') include(TEMPLATEPATH . '/vods/browse-vods.php'); else if($wp->query_vars['vod']=='all') include(TEMPLATEPATH . '/vods/all.php'); else if($wp->query_vars['vod']=='top') include(TEMPLATEPATH . '/vods/top.php'); else include(TEMPLATEPATH . '/vods/single-vod.php');oh it seems this is dead..
Forum: Plugins
In reply to: [Plugin: FeatPlug] Bugs in Version 0.62can you please try to set allow_call_time_pass_reference on your php.ini?
Forum: Plugins
In reply to: [Plugin: WP-Universe] Getting it to work on my endHi there,
Your subdomain must exactly point your old blog’s files.I mean if your old blog is hosted on /var/public/blog
your subdomain must point the same files.Can you please post a screenshot of cpanel’s subdomain managment section so i can direct you.
Huseyin, WP-Universe’s author
Forum: Plugins
In reply to: New plugin: WP-Post-Banners0.3 version is out with; banner labels & mouse over tooltip support
Forum: Plugins
In reply to: New plugin: WP-Post-Bannersreleased a new version which optimizes bandwidth usage of images by using GD library; check out http://www.huseyinuslu.net/wp-post-banners/