Quote:
Originally Posted by Taringa! CS
I've got a forum where users cannot see others users threads, and on shout box they can view when somebody replies that thread.
IE:
USER A CREATE "TEST"
USER B CANNOT SEE "TEST"
USER A REPLY "TEST"
USER B USING SHOUTBOX CAN SEE THAT USER MADE A POST ON THREAD "TEST"
Is it ok?
|
They will simply receive a no permissions error when clicking the thread, there's no problem
Unfortunately it's not feasible for me to check those kind of permissions
Quote:
Originally Posted by mytreehouse
How do people reset their comment color like it was the first time?
I do have a black and a white board style and the text color of the comments changes with the styles (white text becomes black text and visa versa). But when people change their color, the text color stays the same in both styles. The problem is, for example, when people choose a white text color, the comments can't be read in the white board style anymore (white on white). So how do they change it back like it was?
|
You can run
Code:
UPDATE user SET dbtech_vbshout_shoutstyle = NULL
(remember to add your table prefix) to reset all shout styles. I would then edit the problematic colours out of the colour template under the vBShout Templates group.
Fillip