Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Intel_Edukasi Friend
    #849505

    Hi, Could u help me to remove footer on JA Voice?

    Regards,

    Ninja Lead Moderator
    #851519

    Hi,

    You will find it from components/com_javoice/helpers/jahelper.php file and change

    find and change

    public static function show_powered_by(){
        global $javconfig;
        $html = '';
        if(!$javconfig['systems']->get('is_turn_off_copyright', 0) && (!isset($javconfig['license']) || $javconfig['license']->get('type')!='Professional')){
            if(JRequest::getCmd("view") != "feeds"){
                $html .= 'Powered by <a href="http://javoice.joomlart.com">JA Voice</a>.';
            }
        }       
        return $html;
    }

    to

    public static function show_powered_by(){
        global $javconfig;
        $html = '';
        if(!$javconfig['systems']->get('is_turn_off_copyright', 0) && (!isset($javconfig['license']) || $javconfig['license']->get('type')!='Professional')){
            if(JRequest::getCmd("view") != "feeds"){
                $html .= '';
            }
        }       
        return $html;
    }

    Hope it helps

    Regards

    Intel_Edukasi Friend
    #863200

    Okay. Thanks alot.

    Regards.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Intel_Edukasi 8 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum