Difference between revisions of "Can I remove the "Powered by" link"

From JReviews Documentation
Jump to: navigation, search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Yes, you can remove it. However, it would be great if you can promote JReviews to everyone you know or provide credit in some other way to help us with the traffic to our site so we can providing excellent support and upgrades.
+
Yes, you can remove it. However, it would be great if you can promote JReviews to everyone you know or provide credit in some other way to help us with the traffic to our site so we can continue providing excellent support and upgrades.
  
You will need to edit the file:
+
To remove the "Powered by" link, go to the JReviews Configuration, General Tab and set this setting to ''Yes'':
*<span style="color: blue">/components/com_jreviews/jreviews/views/themes/default/elements/credit.thtml</span>
+
  
 
+
[[File:Powered-by.png]]
And remove the following code:
+
 
+
<source lang="html4strict">
+
<div style="margin:20px 0 20px 0;text-align:right;font-size:85%;">
+
Powered by <a href="http://www.reviewsforjoomla.com/" title="Joomla CCK and Reviews">JReviews</a>
+
</div>
+
</source>
+
 
+
'''Do not change the text to Powered by XYZ''', it goes against the license terms.
+
 
+
You can make this change once and not worry about it on upgrades. Just use the [[JReviews_Code_Overrides|JReviews Overrides]]
+
  
  

Latest revision as of 18:22, 7 August 2015

Yes, you can remove it. However, it would be great if you can promote JReviews to everyone you know or provide credit in some other way to help us with the traffic to our site so we can continue providing excellent support and upgrades.

To remove the "Powered by" link, go to the JReviews Configuration, General Tab and set this setting to Yes:

Powered-by.png