Consolidate Forums?


Advanced search

Message boards : Web site : Consolidate Forums?

Sort
Author Message
Profile Atomic Booty
Volunteer tester
Avatar

Joined: Sep 13 06
Posts: 59
ID: 23
Credit: 30,370
RAC: 0
Message 645 - Posted 28 Sep 2006 6:16:15 UTC

Would it be possible to move the Q&A message board to the main forum page? It seems to me that posts in this area are viewed less frequently than the others, due to the fact that this section is a bit off the beaten path. If they were consolidated, I feel that issues here might be noticed sooner, and there would be fewer double posts. Just a suggestion!

~Atomic
____________
KWSN - Asylum for the Cynically Insane

Karina
Volunteer tester

Joined: Sep 14 06
Posts: 14
ID: 105
Credit: 255
RAC: 0
Message 658 - Posted 28 Sep 2006 21:38:41 UTC

This is a good suggestion. I will tell the team to consider it. Thank you!!

Profile Saenger
Volunteer tester
Avatar

Joined: Sep 13 06
Posts: 125
ID: 79
Credit: 411,959
RAC: 0
Message 867 - Posted 5 Oct 2006 16:42:19 UTC

Have a quick view over @Einstein for this layout. I think it's more convenient for the average user and helper.

http://einstein.phys.uwm.edu/forum_index.php

Profile Andre Kerstens
Forum moderator
Project tester
Volunteer tester
Avatar

Joined: Sep 11 06
Posts: 749
ID: 1
Credit: 15,199
RAC: 0
Message 941 - Posted 10 Oct 2006 3:51:27 UTC - in response to Message ID 867 .

We liked this so much that we replicated the effort :-)
Thanks for the tip!
Andre

Have a quick view over @Einstein for this layout. I think it's more convenient for the average user and helper.

http://einstein.phys.uwm.edu/forum_index.php


____________
D@H the greatest project in the world... a while from now!
Profile Atomic Booty
Volunteer tester
Avatar

Joined: Sep 13 06
Posts: 59
ID: 23
Credit: 30,370
RAC: 0
Message 943 - Posted 10 Oct 2006 8:50:07 UTC

Thanks so much! This is much easier to navigate.

Nicolas
Volunteer tester
Avatar

Joined: Sep 13 06
Posts: 66
ID: 17
Credit: 29,510
RAC: 0
Message 1060 - Posted 24 Oct 2006 15:02:32 UTC

Would you show me the needed php changes for that? *grin* I'm planning to do it on my own project, I feel it would be wasting time to do again what has been done in other two projects...

Profile Andre Kerstens
Forum moderator
Project tester
Volunteer tester
Avatar

Joined: Sep 11 06
Posts: 749
ID: 1
Credit: 15,199
RAC: 0
Message 1062 - Posted 24 Oct 2006 16:04:42 UTC - in response to Message ID 1060 .
Last modified: 24 Oct 2006 16:06:16 UTC

No php changes needed *bigger-grin*

Just change the last parameter in the create_category function in html/ops/create_forums.php from 1 to 0:

$catid = create_category(0, "Platform-Specific Problems", 1);
to
$catid = create_category(0, "Platform-Specific Problems", 0);

This will make that category a non-helpdesk category (1=helpdesk, 0=forum) and it will be automatically placed on the forum index page.

Couldn't be easier, could it?

Of course if you already created those in the database, just change the is_helpdesk field in the category table from 1 to 0. Does the same thing.

Andre

Would you show me the needed php changes for that? *grin* I'm planning to do it on my own project, I feel it would be wasting time to do again what has been done in other two projects...


____________
D@H the greatest project in the world... a while from now!
Nicolas
Volunteer tester
Avatar

Joined: Sep 13 06
Posts: 66
ID: 17
Credit: 29,510
RAC: 0
Message 1107 - Posted 26 Oct 2006 18:07:37 UTC - in response to Message ID 1062 .

No php changes needed *bigger-grin*

Just change the last parameter in the create_category function in html/ops/create_forums.php from 1 to 0:

$catid = create_category(0, "Platform-Specific Problems", 1);
to
$catid = create_category(0, "Platform-Specific Problems", 0);

This will make that category a non-helpdesk category (1=helpdesk, 0=forum) and it will be automatically placed on the forum index page.

Couldn't be easier, could it?

Of course if you already created those in the database, just change the is_helpdesk field in the category table from 1 to 0. Does the same thing.

Andre

That's not exactly what I wanted. Being a helpdesk category is more than just being in a different page. What I want is having helpdesk and normal forum categories listed in a single page, but keeping the extra features like "I also have this question", etc.
Profile Andre Kerstens
Forum moderator
Project tester
Volunteer tester
Avatar

Joined: Sep 11 06
Posts: 749
ID: 1
Credit: 15,199
RAC: 0
Message 1114 - Posted 26 Oct 2006 18:55:07 UTC - in response to Message ID 1107 .

In that case you'll definitely have to make some changes to the boinc php code. We don't care too much about the category to be honest: a forum is a forum even if you call it a helpdesk :-)

Andre

No php changes needed *bigger-grin*

Just change the last parameter in the create_category function in html/ops/create_forums.php from 1 to 0:

$catid = create_category(0, "Platform-Specific Problems", 1);
to
$catid = create_category(0, "Platform-Specific Problems", 0);

This will make that category a non-helpdesk category (1=helpdesk, 0=forum) and it will be automatically placed on the forum index page.

Couldn't be easier, could it?

Of course if you already created those in the database, just change the is_helpdesk field in the category table from 1 to 0. Does the same thing.

Andre

That's not exactly what I wanted. Being a helpdesk category is more than just being in a different page. What I want is having helpdesk and normal forum categories listed in a single page, but keeping the extra features like "I also have this question", etc.


____________
D@H the greatest project in the world... a while from now!
Nicolas
Volunteer tester
Avatar

Joined: Sep 13 06
Posts: 66
ID: 17
Credit: 29,510
RAC: 0
Message 1117 - Posted 26 Oct 2006 19:10:58 UTC - in response to Message ID 1114 .

In that case you'll definitely have to make some changes to the boinc php code. We don't care too much about the category to be honest: a forum is a forum even if you call it a helpdesk :-)

Andre

Okay, make "helpdesk" be "forum with extra stuff" :)

Message boards : Web site : Consolidate Forums?

Database Error
: The MySQL server is running with the --read-only option so it cannot execute this statement
array(3) {
  [0]=>
  array(7) {
    ["file"]=>
    string(47) "/boinc/projects/docking/html_v2/inc/db_conn.inc"
    ["line"]=>
    int(97)
    ["function"]=>
    string(8) "do_query"
    ["class"]=>
    string(6) "DbConn"
    ["object"]=>
    object(DbConn)#15 (2) {
      ["db_conn"]=>
      resource(78) of type (mysql link persistent)
      ["db_name"]=>
      string(7) "docking"
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      &string(50) "update DBNAME.thread set views=views+1 where id=61"
    }
  }
  [1]=>
  array(7) {
    ["file"]=>
    string(48) "/boinc/projects/docking/html_v2/inc/forum_db.inc"
    ["line"]=>
    int(60)
    ["function"]=>
    string(6) "update"
    ["class"]=>
    string(6) "DbConn"
    ["object"]=>
    object(DbConn)#15 (2) {
      ["db_conn"]=>
      resource(78) of type (mysql link persistent)
      ["db_name"]=>
      string(7) "docking"
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(3) {
      [0]=>
      object(BoincThread)#3 (16) {
        ["id"]=>
        string(2) "61"
        ["forum"]=>
        string(2) "10"
        ["owner"]=>
        string(2) "23"
        ["status"]=>
        string(1) "0"
        ["title"]=>
        string(19) "Consolidate Forums?"
        ["timestamp"]=>
        string(10) "1161889858"
        ["views"]=>
        string(4) "1332"
        ["replies"]=>
        string(1) "9"
        ["activity"]=>
        string(20) "4.6306726839343e-129"
        ["sufferers"]=>
        string(1) "0"
        ["score"]=>
        string(1) "0"
        ["votes"]=>
        string(1) "0"
        ["create_time"]=>
        string(10) "1159424175"
        ["hidden"]=>
        string(1) "0"
        ["sticky"]=>
        string(1) "0"
        ["locked"]=>
        string(1) "0"
      }
      [1]=>
      &string(6) "thread"
      [2]=>
      &string(13) "views=views+1"
    }
  }
  [2]=>
  array(7) {
    ["file"]=>
    string(63) "/boinc/projects/docking/html_v2/user/community/forum/thread.php"
    ["line"]=>
    int(184)
    ["function"]=>
    string(6) "update"
    ["class"]=>
    string(11) "BoincThread"
    ["object"]=>
    object(BoincThread)#3 (16) {
      ["id"]=>
      string(2) "61"
      ["forum"]=>
      string(2) "10"
      ["owner"]=>
      string(2) "23"
      ["status"]=>
      string(1) "0"
      ["title"]=>
      string(19) "Consolidate Forums?"
      ["timestamp"]=>
      string(10) "1161889858"
      ["views"]=>
      string(4) "1332"
      ["replies"]=>
      string(1) "9"
      ["activity"]=>
      string(20) "4.6306726839343e-129"
      ["sufferers"]=>
      string(1) "0"
      ["score"]=>
      string(1) "0"
      ["votes"]=>
      string(1) "0"
      ["create_time"]=>
      string(10) "1159424175"
      ["hidden"]=>
      string(1) "0"
      ["sticky"]=>
      string(1) "0"
      ["locked"]=>
      string(1) "0"
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      &string(13) "views=views+1"
    }
  }
}
query: update docking.thread set views=views+1 where id=61