Click to See Complete Forum and Search --> : Forum Count


Lotus
10-27-2003, 07:29 AM
Ok, here's the deal:

I have this site at www.ncom.tk (http://www.ncom.tk), right, and as you can see, it contains a phpBB forum. Now at the front page of this forum, at the site bottom, there's one counter telling how many registered users the forum has, and one that says how many posts there are in the forum.

I want to add one that says how many views have been made, that means, how many times all the topics have been viewed in total.

Anybody knows how to do this?

pyro
10-27-2003, 08:02 AM
Wouldn't be hard, if you know MySQL, and how phpBB works. Might not even need to know the latter much, just enough to find the right place to insert your custom code. But, you might want to see if someone has made it already: http://www.phpbbhacks.com/

Lotus
10-27-2003, 08:26 AM
If it's that easy why don't you just tell me how to do it? I couldn't find anything at phpbbhacks!

pyro
10-27-2003, 08:31 AM
Originally posted by Lotus
If it's that easy why don't you just tell me how to do it?Because I don't want to take the time to figure out how phpBB works, and where I'd have to add the code in order to make it display that. Also, after re-reading what you want, if phpBB does not log that information, then it would be much harder. You'd have to look through the DB to even see if that is logged.