angsuman
Forum Replies Created
-
Anyone on this forum with any idea about why pages don’t show up in the feeds and how to rectify them?
Forum: Plugins
In reply to: Show recent searches?Thanks Kafkaesqui.
Forum: Everything else WordPress
In reply to: New Search! Wow…@podz and others.
Context aware search like the old one will always be better than search engine based ones like Yahoo does.
I had Yahoo contextual search on my site. However my related entries plugin (significantly modified from the original to make it more context aware) beats it hands down everytime. Check my individual entries for related posts.
Forum: Themes and Templates
In reply to: [NEW THEME] Crimson MilkWOW!
Forum: Installing WordPress
In reply to: vicious feedback loop…Simple advice. Re-install again. Follow the instructions carefully. It will take about 5 minutes or so.
Forum: Plugins
In reply to: Shutting Down WordPress Blog temporaryYou can try this plugin:
WordPress Plugin to Make your Blog Temporarily Unavailable for Maintenance.
On activating your site will become unavailable to the world. On deactivating your site will be available again.
No hack or code changes required. In other words zero-configuration.
Let me know if that helps.
Forum: Plugins
In reply to: Show recent searches?The download link doesn’t work. Posted a message, one of the many there. Do you have a copy?
Forum: Requests and Feedback
In reply to: Quiz Plugin@wander
Cool plugin!Forum: Plugins
In reply to: Shutting Down WordPress Blog temporaryI have a simple plugin for it. I will publish it probably today.
Forum: Fixing WordPress
In reply to: WordPress doesn’t like MSN Spaces URLs?URL’s case sensitive?
That’s plain wrong!Forum: Plugins
In reply to: <?php if($_SERVER[‘QUERY_STRING’]) : ?>Look in codex for these functions
is_home()
is_category()
etc.Although I think the meaning is self-evident 🙂
Forum: Fixing WordPress
In reply to: Learning More: Intrasite Linking@davidchait I can never remember my permalink id’s 🙁
I am sure someone with better memory can say – hey this post is linked to my post 35, 746, 736.
That is the crux of my problem with using permalink based solutions.I would like to have a dropdown to choose from 🙂
Forum: Fixing WordPress
In reply to: Dashboard Not Updatingmacmanx> Probably. I think all you need to edit is the index.php file in /wp-admin/, but don’t quote me on that.
Let me quote you on that 🙂
I am not sure many people will understand this. To clarify.Yes, you can trim the Dashboard yourself and to do that you have to modify only the wp-admin/index.php file.
Or you can simply use my dashboard hack and be done with Dashboard problems forever. I believe there are other hacks too and probably a plugin too. I know Squeag had modified my hack to include some relevant feed info too. You will find the link by following the link above in the comment section. Off course you can always Google.
There is a third option. Wait for the WP feed(s) to get fixed. And then you will start seeing WordPress feeds again, till the next time it breaks 😉
Forum: Fixing WordPress
In reply to: What is default password in wordpress?In short there is no default password. WordPress creates a random one for you when you install, can change later.
@podz With phpmyadmin you can only see the encrypted password. What encryption do you guys use to store the password?
Forum: Fixing WordPress
In reply to: Dashboard Not UpdatingMaybe it is time to call it a day and chuck the dashboard en-masse 🙂
I hope that awakens the powers-that-be to re-write the Dashboard as part of next release. Having feeds as part of Dashboard is a BAD idea.