Two orca questions

Howdy

I'm trying to configure Orca, and I can't find 2 things.  First, I need to be able to have the groups expanded automatically on the index page.

Secondly, how do I get a new posts indidcator to show up on the groups page, instead of going into each individual group?

Thanks in advance

-=Bob

Quote · 22 Jun 2009

Whoops, found the post on how to open the forums by default.

But I still need the 'new messages' to show on the main page.  Anyone?

Quote · 22 Jun 2009

Figured this one out, too.  In Forums.php, find the function getForumsXML.  Find this string:

encode_post_text ($rr['forum_desc'], $root);

and add this right after it.

$a = $fdb->getTopics($rr['forum_id'], 0);
reset ($a);
$t = '';
while ( list (,$r) = each ($a) )
{
$new_topic = $this->isNewTopic ($r['topic_id'],  $r['last_post_when'], $user_last_act) ? 1 : 0;
}

Then, in the $c. = <<<EOF, replace the line with:

<forum id="{$rr['forum_id']}" new="{$new_topic}">

Quote · 23 Jun 2009

hmmm sounds like what I'm tryin to do, however I see no forums.php....

Quote · 10 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.