Manish
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress and PHPLinkdirectory (PHPLD) IntegrationI would also love to know about integrating WP with PHPLD
Forum: Plugins
In reply to: How to Auto-Post WordPress Posts (and *Digest* Posts) from RSS Feeds?Feed2Post looks interesting. Would like the feedback on it if anyone has tested it.
Forum: Plugins
In reply to: Social Networking Plugin?Even I would love to have such a plugin. Anyone ?
Forum: Fixing WordPress
In reply to: Multiple blogs with single installationGood to know about that Mike. I like your sense of humor.
So that means it cannot be done using WP and we have to take the WPMU route. Okie so be it.
Will catch u on that thread then.Forum: Fixing WordPress
In reply to: Multiple blogs with single installationActually, WPMU is to create multiple blogs on the same domain. I was wondering if its possible to run say 30-40 different websites on the same server using single installation of WP. This would help in updating and single backup.
Forum: Fixing WordPress
In reply to: Themed login and registration pagesOk I got it working. For those with similar problem , that is, if you are using JamesKelly Themed Plugin with Cimy User Extra plugin :
1. Upload only the themed-logreg.php file to your plugin directory not the whole folder that you have downloaded.
2. Edit ( at your own risk and make necessary backups ) themed-logreg.php file and at line 871 (just before “A password will be emailed to you.”) add this :
<?php do_action('register_form'); ?>and it works great. I am using WP 2.2
If you want to check the live sample its here http://www.cuspalastrology.com/astro/wp-register.phpForum: Plugins
In reply to: custom user registration fields, help?I found this http://www.cimatti.it/blog/2007/02/12/cimy-user-extra-fields-for-wordpress-21/
may be it cud helpForum: Fixing WordPress
In reply to: Can Permalink be just /%postname%Thanks , but where does WP 2.1 store these rewrite rules ? In database ? or txt file ?
Forum: Plugins
In reply to: WP Photo gallery plugin with tagging feature?hey even I am looking for such a photo gallery. Lets hope someone will come up with a nice answer.
Forum: Fixing WordPress
In reply to: Can Permalink be just /%postname%Thanks for all the help but I was wanting to look at the coding / technical aspect of permalink structure. I dont see anything being written in .htaccess file, so probably wordpress is using database to redirect url requests. If I know what its doing I might be able to find the answer for my question regarding validity, security and safety of using just /%postname% as custom permalink.
Forum: Fixing WordPress
In reply to: Can Permalink be just /%postname%What happens if there is more than one post with same slug. Also can you point me to some article where its explained how wordpress generates permalinks.
Forum: Fixing WordPress
In reply to: Show posts except from few subcategoriesAny help ?
Forum: Fixing WordPress
In reply to: Multi-category & sub-category navigationHi I am also looking for something similar. I need to post
subcategory 1 ( name and description )
1 post from this subcategorysubcategory 2 ( name and description )
1 post from this subcategory
.
.
. and so on.Forum: Fixing WordPress
In reply to: wp_list_bookmarks helpI am using <?php wp_list_bookmarks(‘categorize=0&title_li=&title_before=&title_after=&before=&after=
‘); ?> but I get <li id=”linkuncat” class=”linkcat”>- before the list starts. How can I avoid that.
Forum: Themes and Templates
In reply to: wp_list_bookmarks, a little problemEven I want to do the same rsolci. Pls do let me know if u cud find any solution to your problem.