binh
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Simple Tags] What is Related TagsDoes anyone use Related Tags at all?
Forum: Plugins
In reply to: WP Super Cache not making it individualGreat idea. I do this with the WordPress config file – different config file for different domains.
But Donncha… why not make it work like other plugins, obeying WordPress plugin configuration?
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Throws me back to login-screenIt’s not working at the moment. I’m searching for a solution or update. Since.
Forum: Plugins
In reply to: Give WP e-Commerce a Chance!Wingless_Angel31, I don’t see anyone else should have ideas against your recommendations.
I strongly agree with it and not just for WP e-commerce plugin. For anything that’s given free, we should respect the author of the thing.
Thanks for this great attitude.
Forum: Fixing WordPress
In reply to: RSS feed won’t show Full TextMe too, I already enable full text feed but it just doesn’t so full text. This problem seem to be long time ago, but I started to notice it recently.
Forum: Plugins
In reply to: SezWho makes my blog blanks outIt’s fixed by the SezWho team in super fast time. Thanks.
Forum: Plugins
In reply to: Post Views accident countsThere is no more problem since the last version PostViews 1.30. Thanks for the fixes.
Forum: Developing with WordPress
In reply to: loops inside the loopAnother way to loop is like this:
$count++; if ($count==3) { $count=0; echo '</div><div class="small4">';What does it mean? If count is 3, that mean every 4th times it will reset to 0 and count again.
🙂 maybe it will be faster than doing fmod function 😉
Forum: Developing with WordPress
In reply to: loops inside the loopI’m glad you made it yourself. Do you mind share why do you wanna do so? Any demo?
Regards,
[sig moderated. Resist the urge please]Forum: Plugins
In reply to: What’s the pratical use?OK djzone, I got what you mean 🙂 I’m glad that you wrote the plugin. I don’t really have to use it. If I need to write something like you mentioned, I’d rather write a page. I do agree with you that the plugin is useful for your situation.
I hope everyone else enjoy the plugin. And I myself whenever have a chance, I will use it too 🙂
Regards,
Binh NguyenForum: Fixing WordPress
In reply to: Listing Child Categories and PostsDoesn’t this plugin http://wordpress.org/extend/plugins/list-posts-by-category/ solves the above problem?
Alright, I see the example and it seem just like a sitemap. This is very good for my blog SEO Web Designer.
Regards,
Binh NguyenForum: Plugins
In reply to: Messages are sent twiceIsn’t it because this plugin name ends with ‘III’?
This is very cool one. I’m looking for some plugin to do the this task. I aslo am looking for a category solution to include a short description for link title, and a long description for displayed top of the category archive.
Forum: Plugins
In reply to: Dude, slow down the releases!It’s sometime irritating to update a plugin every few days. So erick_paper has some good point there. But it’s up to uberdose to realease new versions as often as he wants, we only update whenever we want.
I love this plugin 🙂
Forum: Fixing WordPress
In reply to: blogroll spam on WordPress 2.3Have you guys fixed the issue? If not allow me to say some opinions on this.
The MySQL password is stored in the wp-config.php file, so there maybe some attempt to read this file from another file within the web folder. You may want to check the log that access wp-config.php. That file may even be using a “include” directive to get the settings.
1. You should disable the POST request from external site to prevent all sort of similar attacks.
2. Don’t upgrade, “format” your website.Number 2, I mean: If normal upgrade doesn’t work, you should backup the whole website, delete every single .php file on it and unpack the brand new WP v2.3.1 package.
If you still don’t understand what I mean then… imagine when your computer get virus. Most of the time the antivirus software is then disabled and the cleaning it is impossible. Then what you do is format the hard disk and install brand new Windows. This is simply another application of this issue. So …
Let me know if you fix it by my suggestion.
That’s it for now. I really need to go to bed 😉