Pages: [1]
Print
Author Topic: Joomla + WordPress Component = WOW!  (Read 1990 times)
0 Members and 1 Guest are viewing this topic.
HHI Golf Guy
Global Moderator
Major
*****

Karma: +12/-2
Offline Offline

Posts: 912



View Profile
« on: September 17, 2009, 06:21:59 PM »

While in the process of developing our new CORE360 Agent real estate web sites one hurdle that we had to overcome was how to let agents add unlimited content and categories through the front end of the site and without having to access the Joomla Admin section. We found the answer by using the CorePHP Wordpress Component.

This component includes various modules that you can also use to integrate the WP functions with Joomla. For example, we use the Categories module as a secondary menu in our sites. So any time an agent adds a new category or sub category it shows up in this module - and we don't have to go in and add links to an existing menu.

The component also includes Sidebars modules that you can use throughout your site and display the standard WordPress widgets (i.e. calendar, archives, etc.).

All of the basic WP functionality is there including ping services, comments, and more. Users that register in Joomla are given a default WP role of your choosing, and you can upgrade their roles in the WP Admin. Speaking of the WP Admin, there is an additional component that you can install to access WP Admin through the front end of your Joomla site!

There are a couple of drawbacks, including the fact that you may have to modify some WP plugins to get them to work properly. But documentation and tech support are very thorough, so you shouldn't have too many problems. I only use Askimet, Sociable, and All In One SEO and those are among the many plugins the CorePHP team has already modified and made available for download.

One thing I also had to take into consideration was the way that  WP outputs various elements in regards to style and positioning. I suppose that one way to do it would be to look at the CSS class names generated by WP, then write the WP CSS template to match my own CSS, But we have a lot of complex CSS elements on our site, and frankly doing it that way seemed like too much work.

Instead, I made changes to to the PHP in the WP code. For example, I made changes in the classes.php file:

Changed this: $class = 'cat-item cat-item-'.$category->term_id;

To this: $class = 'item item'.$category->term_id;

So that the class names used in WP followed what was done in Joomla. I also made other changes in the categories module and the functions.php file to integrate the WP layout with the Joomla layout. While it sounds like it was a pain, it was actually very easy. Especially when you use Firebug to inspect the elements on the page so you know exactly what needs to be modified.

So, what does it cost for CorePHP? They charge $89.00 US for an annual subscription that gives you access to the latest component, modules, and plugins. Overall, it's a great deal. I definitely recommend this product!
Logged

Seo'ers - UK SEO, Internet Marketing and Webmaster Forums
« on: September 17, 2009, 06:21:59 PM »

Recommended SEOers Resources

3 months free Web Hosting from 123-reg!
 Logged
Pages: [1]
Print
Jump to:  


Related Topics
Subject Started by Replies Views Last post
Joomla! and SEO
Joomla SEO
Roberto 3 1418 Last post August 24, 2009, 04:18:05 PM
by HHI Golf Guy
I'm Looking For A Web App / Component
Break Room
HHI Golf Guy 0 299 Last post September 12, 2007, 05:18:10 AM
by HHI Golf Guy
Joomla help
Joomla
samuistu 5 1143 Last post August 20, 2010, 10:34:47 AM
by sandy_joy
Joomla and SEO
Joomla SEO
samuistu 7 1261 Last post August 04, 2009, 01:43:34 PM
by HHI Golf Guy
Community Builder Subscription Component
Joomla Extensions
HHI Golf Guy 0 1418 Last post May 18, 2009, 09:03:13 AM
by HHI Golf Guy