Status: offline

Schtonk

Forum User
Junior
Registered: 08/05/04
Posts: 30
I changed the default comment mode in config.php to "NESTED" but it still defaults to "THREADED".

Thanks all for the great Q&A forum. You're all alot of help for us nubzorz!



WHOOPS! Ok, I got it. I forgot to logout as admin and when I log out the default comment mode is set to nested. MY BAD!

My next question: is there a way to set all logged in users to default to nested comments?
Independent Media Magazine

Status: offline

ScurvyDawg

Forum User
Full Member
Registered: 11/06/02
Posts: 523
PHPMyAdmin maybe??

How many you talking?


Status: offline

Schtonk

Forum User
Junior
Registered: 08/05/04
Posts: 30
Quote by ScurvyDawg: PHPMyAdmin maybe??

How many you talking?



In regards to.....this question?

My next question: is there a way to set all logged in users to default to nested comments?

I still haven't found a resolution.
Independent Media Magazine

Status: offline

vinny

Site Admin
Admin
Registered: 06/24/02
Posts: 352
Quote by Schtonk:
Quote by ScurvyDawg: PHPMyAdmin maybe??

How many you talking?



In regards to.....this question?

My next question: is there a way to set all logged in users to default to nested comments?

I still haven't found a resolution.


You'll need to use the mysql client or PHPMyAdmin to edit the usercomment table. You want to change the values in the commentmode column to 'nested'.

-Vinny

Status: offline

ronack

Forum User
Full Member
Registered: 05/27/03
Posts: 612
Sorry I gotta ask, what's the difference between nested and threaded comments?

Status: offline

vinny

Site Admin
Admin
Registered: 06/24/02
Posts: 352
Quote by ronack: Sorry I gotta ask, what's the difference between nested and threaded comments?


Threaded
Nested

-Vinny

Status: offline

ronack

Forum User
Full Member
Registered: 05/27/03
Posts: 612
OOOOhhhhh, so Nested displays all the comments where Threaded shows links to the comments, right?

Status: offline

vinny

Site Admin
Admin
Registered: 06/24/02
Posts: 352
Quote by ronack: OOOOhhhhh, so Nested displays all the comments where Threaded shows links to the comments, right?


Correct

-Vinny