translate it

Post your Click counter digestion problems here
Post Reply
felixr
Posts: 2
Joined: Tue Jan 19, 2010 9:56 pm

translate it

Post 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
Felix Ramirez
We publish a monthly magazine & web services to spanish IT dealers
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post 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
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Post Reply