Page 1 of 1

translate it

Posted: Tue Jan 19, 2010 10:07 pm
by felixr
Script URL: www.dealermarket.net (not installed yet)
Version of script: 1.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
translate
Write your message below:

Just I want to show up to the users:
Paginas vistas 478 veces

instead (in english) This link has been clicked 478 times

Posted: Tue Jan 19, 2010 11:38 pm
by Henrie
In your page add the following code (after installing ccount)

In english:

Code: Select all

<p style="color:red;">This link has been clicked <span style="color:black;"><script type="text/javascript">ccount_display('9')</script></span> times</p>
In your language:

Code: Select all

<p style="color:red;">Paginas vistas <span style="color:black;"><script type="text/javascript">ccount_display('9')</script></span> veces</p>
Where '9' matches the id of the link you see in the admin panel.

Greetings,
Henrie