Quote:
Originally Posted by Silver_2000_)!
The edit vehicle profiole and view custom threads options are linked - it is NOT possible to set edit to NO and voew to yes....
Any ideas ??
|
Ok, I think I found the problem. It seems that the "can view custom private fields" option is fairly new and isn't in the version I'm using.
To fix it, undo the changes you made to includes/init.php
Then find this:
Code:
'canseehiddencustomfields' => 262144,
Replace it with this:
Code:
'canseehiddencustomfields' => 262144,
'cantimeslip' => 16777216,