10
Apr
2009
[Updated on 02-July-09] iRedlof Ajax Login v2.3.1 [Wordpress Plugin]
By admin. Posted in Wordpress
24 Comments » | Share |
Updated to V2.3.1 with:
- Removed Bug to work with custom permalinks
Now Available v2.1 with:
- Featured Post: showing 1 post randomly from your chosen category.
- Removed auto code injection, which used to load HTML code in <head> section of your theme rather than in <body> section.
- Hopefully fixed jQuery conflict with other JavaScript library like Mootools, etc.
- Highly Compressed + Optimized code to let your site load fast.
Note: [ Only For V2.1 ] You need to Rename the folder name from “iredlof-ajax-login-plugin” to “iredlof_ajax_login”.
Description: iRedlof Ajax Login adds a beautiful JavaScript loaded Top Panel on your wordpress blog to let your site users :
- Login
- Register
- Retrieve Lost Password
- Display Random Posts
- Admin panel sidebar menus for all users according to their role capabilities
This plug-in is based on my iRedlof Inspire Theme [Updated to V2.0 on 01-July-09].
Also available in PRO version for $15 only, Click here to read more about it. Checkout iRedlof Ajax Login Pro version demo above on this site.
Snapshots:![]()
Showing Plug-in in Closed Mode

Showing Plug-in Login/Register/Forgot Password in Open Mode

Showing Plug-in iDashboard for admin in Open Mode

Showing Plug-in iDashboard for subscriber in Open Mode
Fresh Installation:
- Upload ‘plugin-name.php’ to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Add the following line just after the <body> tag in your header.php file of your current theme.
<?php if(function_exists(updateHeader)) updateHeader(); ?> - To show random post from specific category, edit line no.20 and 155 of ‘update-content.php’ and change ‘cat=0′ to ‘cat=(any category id no of your choice)’.
- Done
Upgrade Installation:
- De-Activate the plugin from plugin page in admin panel
- Delete iredlof_ajax_login folder from ‘/wp-content/plugins/’ directory
- Follow steps as in Fresh Installation above.
Frequently Asked Questions:
- My theme is distorted after activating this plugin ?
Contact the author. - Header Links on page not working ?
Change line no.2 of style.css from position: absolute; to position: relative; - Need addition Help ?
Leave a comment below - Need additional features or customization?
Upgrade this plug-in to pro version (Check Here).
OR
if you still need additional features, Get in touch with me using Contact Form or Hire me page.
Change Log:
Version 2.3.1
- Removed Bug to work with custom permalinks
Version 2.3
- Few security fix.
Version 2.2
- Now Works out of the box, Folder name not to be changed now
- Addition of forgot password section
- Optimized code for W3c Validation
Version 2.1
- Featured Post showing 1 post randomly from your choosen category.
- Removed auto code injection, which used to load HTML code in <head> section of your theme rather than in <body> section.
- Hopefully fixed jQuery conflict with other Javascript library like Mootools, etc
- Highly Compressed + Optimized code to let your site load fast.
Support Page: http://iredlof.com/forum/iredlof-ajax-login-support-free-version/
Report Bug: http://iredlof.com/forum/report-bugs-free-version/
iRedlof Ajax Login Plugin v2.3.1 (71.0 KiB, 1,548 hits)






May 15th, 2009 at 4:54 am
Hey I am currently testing you plugin on a local machine and it is great. As I am just a beginner in PHP maybe you can help me out. I thought it would be great to manage the content from the panel through wordpress articles. Means that I could show like the latest two news posts under Welcome XY.
So I created a categroy “News” where I create the articles. At the moment I am fighting to find a solution that the latest 2 posts of the category are shown in the panel through “php echo”. Any hint how I Could manage that?
May 15th, 2009 at 4:56 am
oh and a second thing is, who could I manage to be redirected to a specific page once I logged in through the panel. e.g. member-area.
Thanks for the great plugin !!
May 15th, 2009 at 4:31 pm
found a solution for all my problems. Thanks again for that great plugin.
May 16th, 2009 at 3:34 am
Lens, its good to hear that..
if you need additional info. just post here..
May 16th, 2009 at 8:49 am
Rohit: Best of luck on your exams. If you are examinated in php i know you’ll get an A+
June 24th, 2009 at 1:36 pm
hey,
it’s a wonderful plugin, but i can’t get it anable on my wordpress blog cuz it crashes all others javascripts on the web site.
Tabs, scrollers, menus… get everything like a mess…
It will be really kind if u can’t solve this issues and bug, so u can be a reference on plugins.
but not yet.
regards,
McAllister
June 28th, 2009 at 12:59 pm
Hello, your plugin is awesome. I might want purchase it in future if my members find it user friendly. Right now I am using free one for now. One problem that I have is font on tab is too big for the size of the tab such as show idashboard. How can I fix that font size to smaller. You may check at http://test.visualvlogs.net
June 29th, 2009 at 4:46 pm
Hey Shery,
1st of all i apologize for late reply.
you need to edit style.css in this plugin folder. Edit line 2 (Search for #iRToppanel ) and change font-size:14px; to font-size:12px; or whatever according to your requirement.
similarly for inner content font size edit line 3 (Search for #iRPanel ) and change font-size:14px; to font-size:12px; or whatever according to your requirement.
June 30th, 2009 at 9:32 pm
Great plugin! Works great on my home page, but two things I noticed are:
It doesn’t work when viewing posts:
http://www.everydayjones.com/2009/06/18/nothing-but-nets/
Also, it doesn’t have the correct logout URL. It defaults to a post.
July 1st, 2009 at 8:52 am
[...] on 01-July-09]iRedlof Ajax Toppanel Login Free Version 2.3, Click here to read [...]
July 2nd, 2009 at 1:31 am
@edj
I am having the same issue as you. Using firebug I have traced it to the fact that it is trying to link its stylesheet using a relative url.
In my case, on my homepage, it links to wp-content/plugins/iredlof-ajax-login-plugin/style.css, which works because it is calling this from the root directory.
But when you go to an individual post it tries to link to, for example,
My Root Directory<—-|
http://www.premazing.com/neptune/uncategorized/images-section-up-and-running/wp-content/plugins/iredlof-ajax-login-plugin/style.css
I would try to edit the javascript but you have it encrypted. Please help!!
July 2nd, 2009 at 1:53 am
Here is how I temporarily fixed it.
I copied the values from the style.css included in the plugin directory into the stylsheet for my wordpress theme.
then I copied the contents of the images folder located in the plugins directory into the images folder for my wordpress theme.
This makes it work but you still get two 404 errors in your debug because it still tries to load the stylesheet that doesn’t exist.
Hope this helps people
July 2nd, 2009 at 6:05 am
I tried follow your instruction, but style.css doesn’t exist in plugin folder. Is there another way?
How can I make the title of blog works for click. I tried follow your direction about absolute to relative, but it didn’t work.
July 2nd, 2009 at 6:46 am
I found style.css but I tried edit in there, it doesn’t affect anything.
July 2nd, 2009 at 8:14 am
@Davidcroda, Shery, Kux
Sorry for trouble, There was a small bug in it.
I have updated the plugin on wordpress and this site to v2.3.1. You can download it in next 30 min.
I have tested it but If you still find any bug Plz let me know.
July 2nd, 2009 at 1:09 pm
Thanks a ton!!! Will be testing out right now
July 2nd, 2009 at 1:11 pm
I had upgraded. the font size hasn’t change for tab. Also I still couldn’t click logo.
July 2nd, 2009 at 1:54 pm
Hey Shery,
You need Welcome to XYZ (XYZ Clickable Right ?)
for that you need to edit update-content.php in plugin folder and edit line no.152.
put an A HREF LINK around bloginfo(‘name’);
NOTE: absolute or relative in style.css is different thing
July 2nd, 2009 at 7:24 pm
Take a look at test.visualvlogs.net you will see tab has overflow login|register. I tried change font size, it doesn’t affected that tab.
I will try that thank you.
July 2nd, 2009 at 7:38 pm
Guys you can change the value of that font. What is happening is your theme is overriding the default value of the font size for unordered lists, which is what the menu is made from.
look for a reference to “ol” in your style sheet. An AMAZING tool for debugging issues like this is a firefox plugin called Firebug. It lets you inspect and modify a websites css in real time.
I hope this helped someone! Great plugin iredlof.
Guys i think if your REALLY having tons of issues, you should consider just using his theme. That is what he designed the plugin for.
December 21st, 2009 at 7:05 am
BTW, can you please install a forum? that would work out sooooo much better for your clients and free users if they had a place to discuss these things instead of a huge comment page.
Just a suggestion
Thanks
December 23rd, 2009 at 6:44 am
hey jason,
Thanks for your suggestion but there already exists a forum on this site to discuss these type of difficulties ( http://iredlof.com/forum/ ).
and as for your problem, i guess it might be because of wibiya toolbar anyways, i will be in contact and let you know when i crack through this problem.
December 23rd, 2009 at 11:21 am
Is there a way to the plugin NOT to load the js file when you’re in wp-admin? It’s breaking things everywhere – the quick edit features and other plugins. I have the latest versions
January 22nd, 2010 at 5:07 pm
Hi I have been using your plugin and have had no issues so far from 3 months . Gr8 resource . Do check it out at SportsKeeda.com .. can you please contact me … i want to discuss if you can build custom plugins for us .