riomusi
Forum Replies Created
-
Hello, I am also using MAMP on Leopard. I doubt it’s the Leopard user group id problem (it was 501/501 on tiger, now 501/80).
Anyway, if i start up MAMP with my user id, it works fine.
Forum: Fixing WordPress
In reply to: Sort posts in certain category according to post nameThanks MichaelH,
It works now! I’ve been trying so long and almost give up. Then suddenly I said to myself: “why not reactivate it?” Then it works! I guess the wp-dTree only rebuild its data when the plugin is reactivated.
Forum: Fixing WordPress
In reply to: Sort posts in certain category according to post nameSeems not working. Is it working on your side, MichaelH?
Forum: Fixing WordPress
In reply to: Sort posts in certain category according to post nameHello Ulfben and all,
I tried to modify line 82 in wp-dtree_cat-functions.php from
." ORDER BY ".$wpdb->posts.".post_date DESC";
to
." ORDER BY ".$wpdb->posts.".post_name ASC";but still can’t I get the result I want: to sort the posts according to the posts’ name, in stead of descending date.
Could you please give me a hand?
Thanks!Forum: Installing WordPress
In reply to: CSS failure in FirefoxWill it because I am testing my site on localhost?
I have no idea since Safari and CSSEdit all render perfectly.
Forum: Installing WordPress
In reply to: CSS failure in FirefoxYes, latest WP-dTree downloaded this afternoon.
No, I moved both line to line 190-191, doesn’t work