Posts Tagged Wordpress

Wordpress Auto-Login for Friend/Ally Websites

Wordpress Auto-Login

Wordpress Auto Login Plugin

I had come up with requirement where I need to provide a auto-login to Wordpress blog with Guest user credentials. To accomplish that requirement first I had looked up at available plugins which can let me do that without writing a line of code. Finally I got something similar I wanted and I have modified that and written a plugin to match up that requirement. I owe lot to Wordpress; and to add up my little contribution to Wordpress community I have generalized that plugin and published it here on my blogs and Wordpress Plugins directory.

To be fair this plugin is simple and do not have any interface from where you can configure it. Simply open up the auto-login.php file and edit following configuration array; that's it you are done.

How to configure Wordpress Auto-Login ?

It's simple just look at code snippet and you will find out yourself..! Read the rest of this entry »

Tags: ,

Wordpress 2.8 auto-upgrade and problem with WYSIWYG Editor

I have upgraded my Wordpress blog from Wordpress 2.7 to 2.8 and I lost my WYSIWYG TinyMCE editor. I have verified this now that this has happened just because I have chose the auto-upgrade option. I have gone through some google search and after that tried installing WP 2.8 on my local machine as fresh copy and it just worked well without any problem as I was able to find WYSIWYG editor working just well as before.

I tried to drill-down problem into little more and I found that following URL does not seems to be returning anything:
http://blogs.digitss.com/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=3241-1141 which has caused the real trouble. The reason behind it was that wp-tinymce.js.gz file was missing under wp-includes\js\tinymce directory.

Placing wp-tinymce.js.gz from my local directory to live has immediate impact and Wordpress WYSIWYG TinyMCE started working well.

Before:
Tiny MCE Wordpress Error

Tiny MCE Wordpress Error

After:

TinyMCE Wordpress WYSIWYG Working again.

TinyMCE Wordpress WYSIWYG Working again

Tags: