Hi, I was wondering if anyone knows of a way to combine and sync post counts between the group forums and the main forum. I can see why they would be separate, but it would be really nice to have the stats correspond across the two.
Thanks!!
Hi, I was wondering if anyone knows of a way to combine and sync post counts between the group forums and the main forum. I can see why they would be separate, but it would be really nice to have the stats correspond across the two. Thanks!! |
No one? Experts Exchange... :D |
You'll need to create a SQL query for that. If you don't know PHP and SQL you need to learn it or put it in the jobs section. Good tutorials at w3schools.com to start. |
You'll need to create a SQL query for that. If you don't know PHP and SQL you need to learn it or put it in the jobs section. Good tutorials at w3schools.com to start. You're right... but normally I don't have any trouble with queries, joins and all- but for some reason, I can take a query that works on a test page, and put it in Orca, and it throws all kinds of errors. . Something must be different here, but I sure don't know what. |
Just a thought but can you do a sql count on the tables, add them then echo out the result? I know on the home page it shows the forum posts info. |
Hmmm... definitely worth a try- thanks very much for the input! |