Follow us on Twitter
Joomla Components

Video Games School German Golf shop Find freeware at AC's Freeware Site seo techieBeautiful dresses at dressale.comCool Electronics Gadgets from China

Latest in Blog

Installing JD Wordpress PDF Print E-mail

Installing JD-Wordpress since I like sidebar style in Wordpress. Most of the stuff is okay, same as installing other components/modules but there are few issues

  • Initial Login to WP Dashboard. Even if you login to Joomla! control panel  (As Admin) ofcourse, it doesn't allow you in Dashboard. Reason is pretty skewed. It looks for original Joomla Installer ID (with id 62). In my case, it was not possible as I could'nt find any id with 62. So fix is presented below
  • Go to {joomla-install}/components/com_jd-wp/wp-includes directory
  • edit capabilities.php
  • Go to line 230 or so and you should be inside body of function has_cap. Modify it to return true always. For example, comment out following lines
if(empty($capabilities[$cap]) || !$capabilities[$cap])
return false;
  • Go to Dashboard and in the user list, add Joomla! Admin to WP Admin as well
  • Restore capabilities.php back to orginial state. Do it quickly as it poses significant security threat.
 
Comments
Thanks
'Guest' 2006-05-19 08:45:44

Thanks... used your fix today.
-_Drew
Your Welcome
SVTechie 2006-05-19 11:21:14

Thanks
Only registered users can write comments!
Last Updated on Saturday, 18 March 2006 07:28