cortez1004
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Shorten long title in recent post sidebarDoes anybody know a solution?
Forum: Themes and Templates
In reply to: Page TemplatesJust added
<?php /* Template Name: Snarfer */ ?>on top of my archives pages, just like it is mentioned in de codex article.
And now the drop down box appears. 🙂
Thanks a lot moshu !
Forum: Themes and Templates
In reply to: Page TemplatesThis is still a problem. Can’t anyone find a solution?
Forum: Plugins
In reply to: Popularity Contest Plugin problem with beta 1.3b2I found a solution on http://alexking.org/blog/2007/10/02/popularity-contest-13b2
Dane Morgan:
” For the akpc_most_popular_in_cat() problem I have found a solution. I’m guessing it’s a MySQL version issue.Throughout the plugin code there are queries similar to:
$posts = mysql_query(”
SELECT p.ID
FROM $wpdb->posts p
LEFT JOIN $wpdb->ak_popularity pop
ON p.ID = pop.post_idBy deleting the ‘p’ from each occurance of ‘$wpdb->posts p’
and changing each occurance of ‘p.COLUMN_ID’ to ‘$wpdb->posts.COLUMN_ID’
I was able to get the most popular by category function to work. Everything else seems to continue working as well.
I have this working now on my blog.”
Thank you Dane !
Forum: Plugins
In reply to: Popularity Contest Plugin problem with beta 1.3b2Same problem.
Has someone find a solution for this?