Visit Counter (solved)


Subject: Visit Counter (solved)
I to all,
i have enable visit conter from ACP.
But i don't see it.

why? :?: :?: :?:

Last edited by tiziano on Tue 16 Jan, 2007 23:09; edited 1 time in total
Profile PM  
Subject: Re: Visit Counter
you must create a visit counter block through CMS

Subject: Re: Visit Counter
Hello,

Enabling in ACP takes no effect... we have to check..

If you wish the visit counter block on Portal then add this block via the CMS system, which you can reach from forum index, if you have the rights for that.

Subject: Re: Visit Counter
yes tnx !!! is ok

but how is possible change the number of the visit?

Profile PM  
Subject: Re: Visit Counter
tiziano wrote: [View Post]
yes tnx !!! is ok

but how is possible change the number of the visit?


only via phpmyadmin...

run this line and replace the number of visits:

Code: [Download] [Hide] [Select]
UPDATE phpbb_config SET visit_counter = "123456";


greetz

Subject: Re: Visit Counter
UPDATE phpbb_config SET visit_counter = "123456";

sorry but not work !!!
:( :(

Profile PM  
Subject: Re: Visit Counter
try to clear you cache

Subject: Re: Visit Counter
Errore
query SQL:

UPDATE phpbb_config SET visit_counter = "123456"

Messaggio di MySQL:

#1054 - Unknown column 'visit_counter' in 'field list'



???? help mee

Profile PM  
Subject: Re: Visit Counter
try this:

Code: [Download] [Hide] [Select]
UPDATE `phpbb_config` SET `visit_counter` = "123456"

Subject: Re: Visit Counter
again error...

Errore
query SQL:

UPDATE `phpbb_config` SET `visit_counter` = "8564"

Messaggio di MySQL:

#1054 - Unknown column 'visit_counter' in 'field list'


:( :(

Profile PM  
Subject: Re: Visit Counter
tiziano wrote: [View Post]
again error...

Errore
query SQL:

UPDATE `phpbb_config` SET `visit_counter` = "8564"

Messaggio di MySQL:

#1054 - Unknown column 'visit_counter' in 'field list'


:( :(


hmm cann you look into your database via phpmyadmin that in the "config" the entry "visit_counter" is there?

Subject: Re: Visit Counter (solved)
....


this query is ok !!!! work !!!


UPDATE `phpbb_config` SET `config_value` = '8600' WHERE `config_name` = 'visit_counter';

Profile PM  
Subject: Re: Visit Counter (solved)
good friend after what your you say have to go to the folder blocks and to publish visit_counter_block. tpl and to put where says + 1 to put it in + 0 because if does not count 2 visits instead of 1

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.8069s (PHP: 2% SQL: 98%)
SQL queries: 15 - Debug Off - GZIP Enabled