Pravin Paratey
Forum Replies Created
-
Forum: Plugins
In reply to: ToDo plugin released!Thank you for your feedback.
- Comments field: I’ll add it in the next version. I was also wondering if I should add the author name (for multiple author blogs)
- Priority field:Will do.
- Sorting: Will do.
- The MTH-DD-YYYY is just the presentation format. The time stamp is stored in the DB. Since I haven’t added a field for the due-time, it defaults to 12:01am. I’m wondering if I should add the due-time too.
Forum: Plugins
In reply to: ToDo plugin released!The URLs are https://www.dustyant.com/posts/todo-plugin-for-wordpress.html and https://www.dustyant.com/stuff/2007/02/wp-todo.zip (without the period at the end)
Forum: Plugins
In reply to: What’s and how to clear the Persistent Cache?I suppose that means you have to delete everything under the wp-content/cache folder.
Just to be safe, rename cache to
cache1
and then create a folder calledcache
Forum: Plugins
In reply to: ToDo plugin released!For some reason, the tables aren’t created during installation. It works for me. But it doesn’t work for a few people.
Can someone go through the code and tell me why? This is my first plugin so I might not be doing things the way they are supposed to be done. Thanks.
Forum: Plugins
In reply to: How to use WordPress VbulletinIf you know what the DB schema of Vbulletin looks like, you can directly query the database.
I integrated Vanilla with WP recently. You can read about it at https://www.dustyant.com/posts/getting-latest-discussions-from-vanilla.html . A demo of what that looks like can be found at https://www.dustyant.com (scroll to the bottom)
Forum: Fixing WordPress
In reply to: Media Temple and WordPress 2.1Another thing. I observed that if I keep my post short (about 20 words) then its posted.
But if I increase the post size to say 300 words, then it gives me that error.
Forum: Fixing WordPress
In reply to: Importing Entries from MT, SQL syntax errorNotice your ‘Publish\’ ends with a \’
Remove the \ and it should work. Do the same for other lines too.
For ‘ZAN IS ONLINE\\’, you can change it to ‘ZAN IS ONLINE’ or leave it as it is.
Forum: Themes and Templates
In reply to: Best way to do complex category pages?I use pages. Cause it gives me a better url structure. I leave the ‘posts’ concept for my blog-posts.
To combat the ‘one post’ per page issue, I just executed an SQL query cause wordpress didn’t give me enough flexibility on that front.
Forum: Fixing WordPress
In reply to: URGENT: I think I have been hackedI have a similar problem! I think my site (https://www.DustyAnt.com) has been hacked.
All my sub-folders have been deleted. Including wp-admin.
I’m hosted on dreamhost. I have contacted dreamhost about this. I’ll post updates.
I updated to 2.0.6 two days back. Could that cause it? I used the dreamhost one-click upgrade tool
Forum: Fixing WordPress
In reply to: File Upload Error — What Does This Mean?I’m hosted at media temple and I have the same problem! I cant upload files > 2mb
Forum: Fixing WordPress
In reply to: Can’t view entire post – it’s invisibleThe <iframe tag is the culprit. You havent closed the <iframe with a </iframe>.
You might want to get rid of the iframe tag altogether.
Forum: Everything else WordPress
In reply to: Import from BloggerThis is kind of a hack, but it will work.
1. You’ll have to change the settings of blogger to show all posts (i.e set it to show more number of posts than the ones you have).
2. Change your theme to output your blog in atom format.
3. Import into wordpress.
[Edit] There is a wordpress plugin that lets you import from a blogger.com account. Go to the import tab in your admin section and follow instructions
Forum: Themes and Templates
In reply to: adding the date to a wp_get_archives listI’m also looking for something like this. Anybody?
Forum: Everything else WordPress
In reply to: Help me, confused about gallery….After trying out a few php based galleries, I’m going to stick to https://www.zenphoto.org.
Forum: Plugins
In reply to: Gallery plugin, can’t remember the name!!!I’m looking for such a plugin too. If anybody has found it, could you please direct me to it? Thanks