test melih
 melih
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • itgl72 Friend
    #130239

    I would like to know what file, and where to edit the footer in RSGALLERY that says “RSGallery2 1.14.0 Alpha – SVN 378” because I think it best not to advertise the older version.

    Thanks

    Sherlock Friend
    #256827

    HI
    plz go to edit display.class.php(componnents/com_rsgallery2/templates/display folder)
    search those lines(line 560)

    <div id='rsg2-footer' <?php echo $hidebranding; ?>>
    <br /><br /><?php echo $rsgVersion->getShortVersion(); ?>
    </div>

    Comment or remove them

    itgl72 Friend
    #256914

    There is no /components/com_rsgallery2/templates/display folder.

    I found a file called display.class.php in the sematic template folder but it did not inlude the code you mentioned above.

    Sherlock Friend
    #257108

    Hi
    Sorry
    Right path is: /components/com_rsgallery2/templates/meta folder
    Plz try again
    good luck

    jantonio Friend
    #257883

    Following above path:

    Just got and change the below code:

    From

    [PHP]if( $rsgConfig->get( ‘displayBranding’ ) == false[/PHP]

    To

    [PHP]if( $rsgConfig->get( ‘displayBranding’ ) == true )[/PHP]

    That should completely remove the footer without affecting anything else.

    itgl72 Friend
    #257885

    <em>@jantonio 64207 wrote:</em><blockquote>Following above path:

    Just got and change the below code:

    From

    [PHP]if( $rsgConfig->get( ‘displayBranding’ ) == false[/PHP]

    To

    [PHP]if( $rsgConfig->get( ‘displayBranding’ ) == true )[/PHP]

    That should completely remove the footer without affecting anything else.</blockquote>

    Is there a reason why I should use this method over the original method provided to me?

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

This topic contains 6 replies, has 3 voices, and was last updated by  itgl72 16 years, 7 months ago.

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