kashou
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Email notification of comments stopped workingFor no reason that I can determine, my emails are working again. I will have to assume that this is all because of something that GoDaddy did….
Forum: Plugins
In reply to: [PLUGIN] Inline Ajax Commentsv0.3 is out. ??
I will work on integrating that option into the tonus theme as well.
Forum: Plugins
In reply to: [PLUGIN] Inline Ajax CommentsChanging the order is actually very easy. You just need to add ‘DESC’ to the sql statement in ajax-comments.php. But you will also need to reverse the numbering. If I were going to do that I would add another sql statement to get the number of comments returned and then set that as the first comment number and decrement after each iteration.
This seems like it might be a common request/nice feature, so I will add it into v0.3. It seems like you’ve already made a lot of changes to that file, but at least you will have it as an example to work from.
Keep the suggestions coming ?? (BTW, your site looks great!)
Forum: Plugins
In reply to: [PLUGIN] Inline Ajax CommentsI thought about that, but I think that it would add too much complexity for both me and the users. It wouldn’t be impossible to add to the inline comments, but I feel like forcing users to the main comment form isn’t such a bad thing.
If there are other users that feel the same way, I suppose I could be convinced otherwise.
Forum: Plugins
In reply to: [PLUGIN] Inline Ajax CommentsGlad you are enjoying it! Let me know if you can think of any improvements.
Right now the only thing on my list is to fix the “www.” quirk.
Forum: Plugins
In reply to: [PLUGIN] Inline Ajax CommentsTruth –
I added the protected post check into v0.2. Also, I haven’t found a clean way to check for javascript. Ideally, I would not show the link if javascript isn’t enabled. As of right now, if your javascript isn’t turned on the link just does nothing.
Let me know if you find anything else!
Forum: Themes and Templates
In reply to: Best way to have two loops?You actually only need one loop to do this. Just add a counter right after the loop starts and an if/else statement. If the counter is <=5, then the_content….else, the_excerpt.
Forum: Fixing WordPress
In reply to: Email notification of comments stopped workingfooddude – Are you referring to the ‘Form Mail’ options? I wasn’t aware that WP used this type of server based script. The strange thing is that my emailing worked right up to when I upgraded to 2.0.1
Forum: Fixing WordPress
In reply to: Email notification of comments stopped workingI am using GoDaddy as my hosting provider and I would ver strange if they decided to change their email policy the same day that I upgraded to 2.0.1. Also, I don’t see how the “writing-by-email” settings have any effect on comment notification emails.
Forum: Fixing WordPress
In reply to: Email notification of comments stopped workingI’m having the same issue and I do have SK2.2r2 installed. Any progress on this?
That is the correct procedure. It must have been your cache because everything looks good now.
Great! Also, be sure to overwrite all the old template files when you upgrade. I noticed that some of your icons are older versions. If you meant to do that then disregard!
I think I found the problem. I accidentally added the_meta(); to the page.php template, which is clearly wrong.
I have fixed that in the zip files. Please download 1.7 again.
Sorry about that.
HPNPilot1200 –
You’ll probably want to disable the Popular Tags plugin in the tonus options screen.
BTW, tonus is up to 1.7 now: tonus
Forum: Themes and Templates
In reply to: New Theme: tonusI have just updated my theme to include Mark Jaquith’s inline ajax comments code.
Check it out: tonus 1.3
Comments and suggestions welcomed!