-
AuthorPosts
-
itgl72 Friend
itgl72
- Join date:
- March 2008
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 41
- Thanked:
- 10 times in 1 posts
June 27, 2008 at 8:51 pm #130239I 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
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 28, 2008 at 2:12 am #256827HI
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 themitgl72 Friend
itgl72
- Join date:
- March 2008
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 41
- Thanked:
- 10 times in 1 posts
June 28, 2008 at 3:25 pm #256914There 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
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 4, 2008 at 12:15 am #257883Following 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
itgl72
- Join date:
- March 2008
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 41
- Thanked:
- 10 times in 1 posts
July 4, 2008 at 12:26 am #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?
-
AuthorPosts
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