Cypher
Forum Replies Created
-
Forum: Plugins
In reply to: Paginate commentsThis would be a great plugin, and I don’t think one has been implemented yet..
Regards
Forum: Your WordPress
In reply to: Feedback Please: yunglee.comVery nice design..I love the color scheme..very soothing..and good writing to boot..keep it up. 🙂
Regards
Forum: Themes and Templates
In reply to: Default_Green ReleasedChanging colors on existing themes isn’t my cup of tea, and I think most people will download your theme and change the colors/graphics to their liking anyways.
So releasing the same theme in different colors doesn’t provide a lot ..
My $0.02..
Regards
Forum: Fixing WordPress
In reply to: Very slow loop :(I’m glad you found the culprit! Plugins are great but you gotta be careful to know what they are doing before activating them. 🙂
There are a bunch of archives plug-ins, a search on this forum or through Google will get you the links.
Now if I only knew what language your website was in and understood what it all said. 🙂
Regards
Forum: Fixing WordPress
In reply to: Very slow loop :(methinks thats kasperd’s remarks that “Right now I try to control the situation with cached pages” is why the page is loading so quickly. 🙂
As the stats on the on the page load, this says a lot:
-Dynamic Page Served (once) in 17.572 seconds
-Static Page Served in 0.008 secondsAnd it sure did look like the page loaded in 0.008 seconds..
What if any plugins are you running? Some of them hav a LOT of overhead and do things unnecessairly, so through the WP loop may not be the one to blame, it’s calling of some rogue plugin might be.
Regards
Forum: Fixing WordPress
In reply to: problem creating a new PageIf you haven’t modified that particular file yourself, please grab it again from the the WP .zip or .tar.gz file and upload it again. Is this the only error you get when creating posts/pages?
Regards
Forum: Themes and Templates
In reply to: Having sequential posts show up on multiple pagesYes..you are right. 🙂
Regards
Forum: Everything else WordPress
In reply to: Need some help with PHP and WPCheck your code for the insertion of class to:
<li class="<?php echo (is_wpuser_comment() ? 'admin-comments' : '$oddcomment'); ?>" id="comment-<?php comment_ID() ?>">
</coode>You are echo'ing
$oddcommentand also echo'ingadmin-commentsimmediately after, you should do one or the other.Regards
Forum: Themes and Templates
In reply to: Having sequential posts show up on multiple pagesAlready implemented in WP, check out:
http://codex.wordpress.org/Template_Tags/posts_nav_linkRegards
Forum: Fixing WordPress
In reply to: Can I Do This With WP?You can use future-posting to possibly accomplish this. That is, you can write posts today for the next month or so, setting the timestamp on the Write->Post page for each entry to a particular/unique date.
As the new dates approach, the posts will get published. It’s cumbersome, but it should work.
If you could tell us more about why you’d want what you are looking for, smarter people might give you smarter answers. 🙂
Regards
Forum: Fixing WordPress
In reply to: RSS feedsLink please.
Regards
Forum: Fixing WordPress
In reply to: How to incorporate a simple discussion forum?No clue on when it’s coming out of Alpha, but it does involve some manual integration right now.
There are bunch of other forums software out there and with virtually all of them you’re going to have to do some integration work, more so if you want to integrate the databases as well. If you just want WP and the forums to look similar, then the work is not that daunting.
Regards
Forum: Themes and Templates
In reply to: Where are my themes?Methinks you had gotten WP 1.2 before. That version of WP didn’t have the “themes” directory. Theme’ing is a concept only available in WP 1.5 onward.
Regards
Forum: Everything else WordPress
In reply to: DreamHost and Receiving PingbacksTrue enough. Then I will do so for those suffering without this plugin. 🙂
Forum: Themes and Templates
In reply to: How to hide email address and IP of commenterYou are right sir! My mistake, I thought you were talking about the post listing and comments. Wow, that seems like a bug. 🙂
I think you would have go in and specifically remove that information in the admin section.
I’d say put in a enhancement request under http://mosquito.wordpress.org to that effect.
Regards