Topic: Removing the "powered by WordPress MU Joomla! Component integrated by 'corePHP'"

0 Members and 2 Guests are viewing this topic.

April 20, 2009, 08:12 AM

Offline DetroitDeziner

  • Newbie
  • *
  • Posts: 5
    • View Profile
How do I remove the
"powered by WordPress MU
Joomla! Component integrated by 'corePHP'
Entries (RSS)"
from my blog entries?

April 22, 2009, 05:26 AM

Offline xtremegadgetguy

  • Newbie
  • *
  • Posts: 4
    • View Profile
To change or remove the "powered by" footer, modify the footer.php file located in your mywebsite/media/wpmu/themes/default directory using a text editor. The section to change or comment out is as follows:

   <p>
      <?php bloginfo('name'); ?> is proudly powered by
      <a href="http://mu.wordpress.org/">WordPress MU</a>
      <br />Joomla! Component integrated by
      <a href="http://www.corephp.com/">'corePHP'</a>
      <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
      and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
      <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
   </p>

April 22, 2009, 07:58 AM

Offline DetroitDeziner

  • Newbie
  • *
  • Posts: 5
    • View Profile
Thanks,

I commented that out of the WPMU footer and put it in the footer of my Joomla index page.

April 22, 2009, 08:08 AM

Offline DetroitDeziner

  • Newbie
  • *
  • Posts: 5
    • View Profile
I almost forgot the other thing I wanted to know.

What file do I need to edit to remove the now-empty column to the left of the blog posts?

April 25, 2009, 07:05 AM

Offline xtremegadgetguy

  • Newbie
  • *
  • Posts: 4
    • View Profile
Can you provide a link to your site so I can see where the empty column is?

January 13, 2010, 11:13 PM

Offline glynco

  • Newbie
  • *
  • Posts: 3
    • View Profile
I have remove the block but the footer still remains.

January 21, 2010, 02:00 AM

Offline glynco

  • Newbie
  • *
  • Posts: 3
    • View Profile

January 27, 2010, 09:46 AM

Offline eyeseetv

  • Newbie
  • *
  • Posts: 5
    • View Profile
Glynco -
   I was running into the same issue, then I noticed that there are a few different themes in there. Make sure U remove that block from all of them.
Cheers!

January 27, 2010, 07:48 PM

Offline glynco

  • Newbie
  • *
  • Posts: 3
    • View Profile
Yes I have remove that block from all of the themes but it still shows up.

January 30, 2010, 11:18 AM

Offline Steven Pignataro

  • Magic of the sig!
  • Administrator
  • Hero Member
  • *****
  • Posts: 605
    • View Profile
    • 'corePHP' - Web Development Services
Steven Pignataro - CEO
http://www.corephp.com - 'corePHP' - Accessibility Experts

-- Professional Support: http://support.corephp.com

June 09, 2010, 03:40 AM

Offline garethedmondson

  • Newbie
  • *
  • Posts: 3
    • View Profile
To change or remove the "powered by" footer, modify the footer.php file located in your mywebsite/media/wpmu/themes/default directory using a text editor. The section to change or comment out is as follows:

   <p>
      <?php bloginfo('name'); ?> is proudly powered by
      <a href="http://mu.wordpress.org/">WordPress MU</a>
      <br />Joomla! Component integrated by
      <a href="http://www.corephp.com/">'corePHP'</a>
      <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
      and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
      <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
   </p>

I'd say this is wrong. I've done everything here but eventually found the correct file here:

<joomla installation>/components/com_wpmu/wp-content/themes/everyhome/

It seems there are two theme directories. The one above and also the one here:

<joomla installation>media/wpmu/

The second one is not used by my installation.

Gareth

September 21, 2010, 10:34 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,735
    • View Profile
For posterity, the location of the file is components/com_wordpress/wp/wp-content/themes/twentyten/footer.php for any one that uses WordPress for Joomla! 3.0.

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

June 18, 2011, 08:49 PM

Offline estarski

  • Newbie
  • *
  • Posts: 13
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
I have edited the footer pages and still have the branding displayed.

http://www.thelarper.com

June 19, 2011, 03:56 AM

Offline estarski

  • Newbie
  • *
  • Posts: 13
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
Found the correct footer in a custom directory that apparently had been created...i suppose due to my enabling of the multisites feature

June 22, 2011, 06:43 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,735
    • View Profile
In my example above, replace "components/com_wordpress/wp" with the path to your network installation.  For example, if I have multisite installed and my network directory is "blogs", I'd be able to fine the necessary file to edit in [my Joomla installation]/blogs/wp-content/themes/twentyten/footer.php

Kindest regards,

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets