anup
Forum Replies Created
-
Forum: Plugins
In reply to: change default display-name@carlthome Excellent solution. works fine with WP 3.1
Forum: Plugins
In reply to: Image attribute "title" being stripped from posts.I find similar thing on my site. The title attribute gets stripped from images.
Forum: Fixing WordPress
In reply to: need to remove aria-required for validationIn the theme that I am using, there is seemingly one line in the comments form
<?php $args = array( 'comment_notes_after' => '', 'comment_field' => '<p class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>' ); comment_form($args); ?>This gives two errors relating to aria. However, if I remove this instance of aria, yet the validator detects one aria error.
I am really unable to find the second instance. http://indiapoint.net/archives/
This error comes up in any individual post page
if anyone can help…
thanksForum: Networking WordPress
In reply to: Is this bug or what?Is the mu-plugin directory still relevant under WP3 ?
Or one could take the route of ‘network-activate’?
However, i feel that if the ‘mu-plugin’ directory were still relevant, then the search should have thrown up weird results in all instances – why in this very rare instance?
thanks.
Forum: Networking WordPress
In reply to: Is this bug or what?I have written my above post only after updating the plugin. I came across such result only after I updated to WP3.
The site search plugin is active only in blog 1 – and not in other blogs. So, you can compare search
Normal WP search:
http://indiapoint.net/success/?s=successWith site search plugin:
http://indiapoint.net/?s=successFrankly I am nonplussed as to from where it is being fetched. Anyway, I have already informed the plugin author.
Forum: Themes and Templates
In reply to: No of words in RSS feed@tinkerpriest many thanks. now it is fine.
Forum: Plugins
In reply to: [Simple Taxonomies] [Plugin: Simple Taxonomies] 404 Pages for TaxonomieYes this solution works. 🙂
Forum: Networking WordPress
In reply to: Search questionadam.wulf of welcome.totheinter.net has a nice plugin – that was originally for WPMU – and he now seems to have updated it for WP3.0 (though I could not really gather the difference). The plugin has certain options, but the way it fetches results, and also affects the blog links – it is not perfect.
Since now its an ‘integrated wordpress’, there should be some ‘native’ wordpress mechanism to do the search through all blogs – when the multisite is activated.
(I am reminded of WP 1.5, when it was initially released it would not search pages !)
Anup
Sorry, for the above. The plugin works. The problem was that in the option, where it was ticked -“only previous posts”.
Great plugin.
Forum: Themes and Templates
In reply to: Header Background image@tinkerpriest its the latest. i am using on my daughters site:
The latest version 2.6.7 on WP 3.0
I have loaded the screen-shot at:
http://picasaweb.google.com/AnupMukherjee/Public#5488716904229203266
Also, as you can see, when the header is loaded, the header text disappears.
thanks.Forum: Themes and Templates
In reply to: Header Background imageIn the magazine basic theme, in its options, the header image gets displayed in full ! ie. if it is larger in size, usually other themes only display the relevant area (without resizing), some others may resize. However, in magazine basic, neither happens, and the image overflows
Forum: Networking WordPress
In reply to: WordPress 3.0 in a subdomain@andrea many thanks for clarifying.
Forum: Networking WordPress
In reply to: wp 3.0 multi-site multi-domain permalinks not workingMy experience on WPMU update to WordPress 3.0
Forum: Alpha/Beta/RC
In reply to: WordPress 3.0 and Domain MappingW.r.t WPMU, I find that there are two plugins:
1) domain mapping, (ref: above)
http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/and another one goes by the name:
2) multisite manager
http://www.jerseyconnect.net/development/multisite-faq/.Do they perform the same function?
thanks
Forum: Fixing WordPress
In reply to: Remove comment from thread to be new commentPerhaps a fit case for plugin !