carthik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PhpMyAdminWhat is that you want to do?
For one wordpress blog, one database is good enough, there is no need to add any more databases.
If you want to create a new blog that uses the same database, change the table prefix in wp-config.php (to, say, ‘wp2’ instead of the default ‘wp’).
But it depends on why you are wanting to create more than one database. So please explain why and I will try my best to answer you.
Forum: Fixing WordPress
In reply to: Previous and Next links for Archived pagesPlease upgrade to 1.5 and then the instructions should work. The code provided here is for 1.5. Otherwise you will have to visit scriptygoddess.com and search for the paging plugin she published sometime ago, and use that.
Forum: Fixing WordPress
In reply to: PhpMyAdminYou can use the same database, with different table prefixes (definable in the wp-config.php file) to have different blogs use the same database.
A man only needs one database, like a man only needs one email client 🙂
To backup your wp database, use the one-click backup and restore plugin, which you can search on google to find.
Forum: Fixing WordPress
In reply to: Monthly archives ascending/descendingmiaow,
what is the code that you currently use to display the archives. I am sure that if you provide a link to the source for the archives page, someone will be better equipped to take a shot at showing you what change(s) to make.Do you use a template tag to generate the monthly archive pages, or how do you do it? What theme do you use? The answers to these questions will be informative to someone like me who wants to help, but doesn’t know where to start 🙂
Forum: Themes and Templates
In reply to: ObliterationTake your existing design, and modify it to fit around the_loop as others have suggested here.
Take a look at one or two WP themes’ index.php with all the files in it, and you will get an idea as to the function of the various code segments that go into it. This should be good enough for you to start modifying your index.php to do what you want it to.
Excluding sidebar.php, header.php and footer.php from the default theme in 1.5 should give you a page with only the content (posts). Instead of “include” ing this index.php into your homepage, try editing your homepage to have the elements required to display those posts.Forum: Fixing WordPress
In reply to: Spam Karma won’t installSounds more like a plugin-manager related issue, for which you should contact the author, drdave, for a quicker resolution.
Forum: Themes and Templates
In reply to: WP v1.5 Theme CompetitionI’m getting timed out when I try to access alexking.org. So maybe it is just a bit too popular 😉
Thanks again, Alex.
Forum: Plugins
In reply to: Question – PHP variablesForum: Everything else WordPress
In reply to: Spanish translation of WordPress 1.5 hereAdd the files to the codex translations page :
http://codex.wordpress.org/WordPress_Localization
please, so that more folks can use them.Forum: Your WordPress
In reply to: A Big Thank YouThat looks cool! congrats.
And thank you for thanking us all 🙂
Forum: Fixing WordPress
In reply to: MT import in 1.5It is likely that RoyalTS and help-me-please ran into different problems, with the same apparent solution 🙂
RoyalTS, there is an extra Blank Line between ——– and AUTHOR in the entries in your text file, remove those spaces, and you’ll be fine.
Another option is to mail me at mail@carthik dot net and I will send you a patched import-mt.php that you can use, RoyalTS.
Forum: Fixing WordPress
In reply to: Use no spam plugins?I don’t use any lately at a blog that use 1.5-gamma, and it’s all good and shiny. A good list of spam words seals the deal for me. It’s not watertight, but it works well for me.
Forum: Fixing WordPress
In reply to: 1.5 PAGE permalinks problemTry using this:
http://boren.nu/archives/2004/10/08/alternative-rewrite-rules/Forum: Fixing WordPress
In reply to: permalinkIf it’s the blog linked-to from your profile here, then I can access both with equal comfort 😉
Try using these alternate rewrite rules if you have a problem somewhere:
http://boren.nu/archives/2004/10/08/alternative-rewrite-rules/Forum: Fixing WordPress
In reply to: Blog:CMS (nucleus) to WordPress