- Posts: 2
- Thank you received: 0
When I buy other tools they don't have Powered by. Only free tools have the powered by. For example "Powered by Kunena", a free tool for managing forums. My Boss does no like seeing Powered by Tooljx. Is there a fee that we can pay in order to remove that text.
Hi,
There is an option called "Show 'Powered by'" in the backend in the "Appearance" section. You might want to try it out
Regards,
Tomaž
I want to thank you for the quick reply. I tested over 3 other solutions for grids and I must say that this is by far the best one I found.
How can I get rid of link in your code that can be seen only in the source of the page. See code below.
"Show powered by" option is OFF in my grid.
Words "Tools JX" and "Powered by" appear in my Google webmaster tools as one of the most frequent keywords for my site. This is from the SEO point of view not good as relevant keywords should be most frequent.
<noscript>For proper performance enable JavaScript. Pages: <a href="/tpc/index.php?option=com_grid&gid=2_0&p=0">1</a><br>Powered by <a href=\"http://www.toolsjx.com/\">Tools JX</a>.</noscript>
Hi,
I suggest that you delete the link from source. Go to components/com_grid/layouts/GridView.php and delete the line
$output .='<br>Powered by <a href=\"http://www.toolsjx.com/\">Tools JX</a>.</noscript>';
I thing that only part should be deleted , otherwise page is not rendered as it must. I left this code, is it o..k.?
$output .='</noscript>';