elcarpo
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Viper's Video Quicktags] FLV dissapearedThat’s exactly what I did, and then it brokes…
Forum: Plugins
In reply to: [Plugin: Viper's Video Quicktags] Easy embed not working?I am notified, I’m not sure if the problem is caused by that… I think that it might have to do with the cache being used by the server, in another of our sites, easy embed is also not working…
I’m marked this thread as resolved, thanks
Forum: Plugins
In reply to: [Plugin: Viper's Video Quicktags] Easy embed not working?nope, i’m using wp 3.0
Forum: Plugins
In reply to: [Plugin: Viper's Video Quicktags] Easy embed not working?nope, it didn’t work…
it shows the URL as a link…
Forum: Plugins
In reply to: [Plugin: Viper's Video Quicktags] Easy embed not working?I saw that this forum system had automatically added the link to the URL I published. I know, when I post a video, that URL must be plain text. THAT is not the problem.
Thanks
Forum: Plugins
In reply to: [Plugin: Viper's Video Quicktags] Easy embed not working?sorry, I meant, the “easye embed” is not working anymore, NOT your plugin…
I’m compelled to use the VVQ code…
I mean, for instance, if I publish this
https://www.dailymotion.com/video/xef1rg_street-mash-barcelona-dancing_creation
on a post in my site, once it is published, instead of the video being shown, all I see is that URL…
Instead, i HAVE to use [dailymotion]https://www.dailymotion.com/video/xef1rg_street-mash-barcelona-dancing_creation[/dailymotion] to show the video correctly…
Sorry about my english…
Thanks
done, now it is working…
i guess i was having some issues with wp-spam free, cause i couldn’t reinstall it…
thanks!
ok, i’ll try disabling all other plugins and installing first wp super cache…
thanks
donncha, thanks, i tought that was it…
problem is, i have completely uninstall it following “if all else fails” instructions, and i couldn’t intall it again…
is wp super cache writing this path somewhere on my db? maybe i have to edit (or erase) that… wp-options?
thanks
Forum: Fixing WordPress
In reply to: Get posts from the last 60 minutes from a given category?actually, i can live with that
but, just take into account that if i were to perform a search for that given category (if i click on the category link), posts won’t appear…
thanks!
Forum: Fixing WordPress
In reply to: Get posts from the last 60 minutes from a given category?ok, it worked!
i had to reset the query after the loop, but that did it…
only thing (i supposed it could happen, but i wasn’t sure) is that it won’t show any posts when i click on the category (if posts are older than the time i set)
thanks!!
Forum: Fixing WordPress
In reply to: Get posts from the last 60 minutes from a given category?t31os_, sorry for being such a noob, but how do i apply this code?
i mean, how do i call that query to display the posts?
thanks
Forum: Fixing WordPress
In reply to: Get posts from the last 60 minutes from a given category?i’ll try and see how it goes!
thanks!
Forum: Fixing WordPress
In reply to: Get posts from the last 60 minutes from a given category?alchymyth, yep, i’ve seen it, but this
<?php function filter_where($where = '') { $where .= " AND post_date > '" . date('Y-m-d H:i:s', strtotime('-60 minutes')) . "'"; return $where; } add_filter('posts_where', 'filter_where'); query_posts($query_string . '&showposts=1&cat=72'); ?>
doesn’t work (i mean, it will break all other loops)…
thanks
Forum: Everything else WordPress
In reply to: WordPress Mascot contestgreat idea! love it!