Shivanand Sharma
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] Creates invalid user_nicename [PATCH]Works like a charm. Not only author links it also breaks user (user profile) permalinks when using bbpress plugin.
Poor plugin. The free version is only meant to have you buy the pro version. Half the things don’t work. The shipping form won’t show. No support either. Sell away GPL!!!
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] 404 on every page when disabledAnd this happened whenever I turned off Page Cache Disk Enhanced Or switched to PAge Cache Basic.
The correct one:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressThe disfigured one:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressPls understand I’m not blaming your plugin. It’s a great plugin and I’m myself an author of GPL software. Just that maybe there was a glitch. May be a lil verbosity or a backing up of original htaccess will help.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] 404 on every page when disabledSame here. Seems like it messed up the (wordpress) .htaccess rules in the blog root. Had to append the mod_rewrite ON line.
Forum: Networking WordPress
In reply to: Super Admin menus not availableIt drove me nuts too. Just when I notices that the “Network Admin” showed next to the familiar “Howdy admin” on the top right of the dashboard screen. Tell me if this isn’t silly π
I expected it at the old place like before (among the usual menus).
Forum: Themes and Templates
In reply to: Theme Repository Requirements – GPL and premium themeshmm… my theme was removed because my site contained an advertisement for a commercial/non-GPL theme.
So basically after all my research I find that the theme reviewers job also covers reviewing the site of the developer and reviewing the school of thoughts, ideology, the acts they subscribe to. And if they feel that what you do on your site is not up to their taste, they will not publish your work.
So they love pizza. They distribute pizza. I love pizza and I cook and distribute pizza too from their outlet.
But I cook/make burgers too and distribute at my own outlet. And the pizza lover doesn’t like burgers. So they won’t let me distribute my pizza from their outlet.
Wierd analogy. But on our part it’s nothing more than http://xkcd.com/386/ bickering. I respect the free spirit of GPL and their spirit of freedom. But looks like someone has to go back to school to study what GNU means by :
To understand the concept, you should think of “free” as in “free speech,” not as in “free beer.”So much for “free”. Read this before this is deleted.
Hi,
Thanks for the feedback. I’m fixing this in the next version.
Forum: Installing WordPress
In reply to: An error occurred in the upload. Please try again later.Anyone tried this http://mattkern.com/an-error-occurred-in-the-upload-please-try-again-later/
My wordpress works out of the box, but on sites hosted on a sub domain I see the error mentioned in this post. I upload with IE7 and it too throws the error but does upload the image. And then I switch to Firefox and insert the image into the post.
Forum: Installing WordPress
In reply to: Permalink problem after upgradeEssentially the new yahoo permalink plugin already disallows the cannonical urls. however there’s nothing you can do if installing WP in the root directory.
If you are simply moving to a different directory, yahoo has an interface to change the directory name to fix the permalinks. It’s under the “Blog Manager”. Ref http://help.yahoo.com/l/us/yahoo/smallbusiness/webhosting/wordpress/wordpress-26.html
Forum: Everything else WordPress
In reply to: including wp-blog-header.php in external php fileya. you must be missing the dot before the slash i.e. using “/mydirectory/” instead of “./mydirectory/”