Quote:
Originally Posted by MarcoH64
What values do you set in the user table for:
- usergroupid
- styleid
- options
- languageid
- threadedmode
-
|
This is what happens
1) After registration
threads don?t show
2) After disable thread views
language id changes to 0 (the wrong language 1 is initially inserted when compared to others with 0) threads are viewable in linear mode
when writing member appears as guest
3) After running the fix
no changes in the db, but proper user status appears and the threaded view starts working
...........................1) ................2) .....................3)
usergroupid .........35 ................35 ...................35
styleid ................0 ..................0 ......................0
options ...............7255 ............7255 ..................7255
threadedm ..........0................... 0 ......................0
lastvisit ..............1109694655 ....1109694697 ......1109694697
lastactivity ..........1109694697..... 1109695862 .....1109696711
lastpost ..............0 ....................0 ......................1109696677
languageid ..........1.................... 0....................... 0
-Mika