News:

Wondering if this will always be free?  See why free is better.

Main Menu

Stats

Started by dracomiconia, October 20, 2004, 10:38:24 AM

Previous topic - Next topic

dracomiconia

Could somebody help me?

I would like to have "More important topics and most viewed topics" shown excluding one or two boards...

How can I do it?

A.M.A

in Stats.php look for:
// Topic replies top 10.
$topic_reply_result = db_query("
SELECT m.subject, t.numReplies, t.ID_BOARD, t.ID_TOPIC, b.name
FROM {$db_prefix}topics AS t, {$db_prefix}messages AS m, {$db_prefix}boards AS b
WHERE m.ID_MSG = t.ID_FIRST_MSG
AND $user_info[query_see_board]" . (!empty($modSettings['recycle_enable']) && $modSettings['recycle_board'] > 0 ? "
AND b.ID_BOARD != $modSettings[recycle_board]" : '') . "

add after:
      AND b.ID_BOARD != 1
replacing the number (1) with your actual board ID

look for:
// Topic views top 10.
$topic_view_result = db_query("
SELECT m.subject, t.numViews, t.ID_BOARD, t.ID_TOPIC, b.name
FROM {$db_prefix}topics AS t, {$db_prefix}messages AS m, {$db_prefix}boards AS b
WHERE m.ID_MSG = t.ID_FIRST_MSG
AND $user_info[query_see_board]" . (!empty($modSettings['recycle_enable']) && $modSettings['recycle_board'] > 0 ? "
AND b.ID_BOARD != $modSettings[recycle_board]" : '') . "

add after:
      AND b.ID_BOARD != 1
replacing the number (1) with your actual board ID
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

dracomiconia


SpectroPro

Can someone please tell me where to FIND these stats?  How do I access my board stats?  I can't find a link for them anywhere.  THANKS!
Stats:  SMF v. 2b4  -  Mambo v4.65  -  Bridge v2.0b1

http://www.therealityrocks.com    http://forum.therealityrocks.com/trr
- Greg

Waste

Right below "View the 10 most recent posts on the forum."

SpectroPro

No wonder I couldn't find them.  they were right in front of me.  LOL  Thank You!
Stats:  SMF v. 2b4  -  Mambo v4.65  -  Bridge v2.0b1

http://www.therealityrocks.com    http://forum.therealityrocks.com/trr
- Greg

Advertisement: