PDA

View Full Version : several questions -quick reply option and more


tSS
02-01-2010, 02:11 PM
I am not seeing Quick Reply on my forum at all . . . is there a switch I need to flip? :p
I did a search, of course, but only see threads about people's issues w/ their Quick Reply . . . I don't even have Quick Reply! LOL!

Also, there's a few things I CANNOT find in stylevars and it's making me batty, I'm having some issues w/ white text on white backgrounds and I have spent hours in stylevars changing one variable at a time and refreshing, then reverting and trying the next . . . nothing :mad:
111468111469
I tried:
Go into stylevars > and change "textedit_background"

&
.postbit-lite .posttext {
color:#coloruwant;
}
and neither worked :(
to be clear, it's NOT the active text box in profile messages, it the appearance in ALREADY SENT messages.


Finally, I set the Mod Room as private. . . but anyone can still see it, they just can't post.
Here's where I thought the setting was {?}
111467

THANK YOU in advance!

Lynne
02-01-2010, 06:47 PM
vboptions > message posting > quick reply > yes, click either required or not

Take a look at this article to help with stylevars - HOW TO Find what Stylevar you need to edit (https://vborg.vbsupport.ru/showthread.php?t=230309)


Edit permissions for usergroups in forums in Forums > Forum mNager > find the forum > Deny All > then set permissions for groups you want to see it.

tSS
02-01-2010, 06:54 PM
1} THANK YOU!!!

2} I have, it's not there :( I've also tried firebug. . . I've worked on this everyday all day for 3 days and have not found one variable to change that text to black or to darken that background

3}off to try that! - Strike that - great, THANK YOU!

#2 is still killing me though :( It's also on a member dropdown menus:
111488

Lynne
02-01-2010, 11:39 PM
Sometimes it isn't a stylevar, sometimes you actually have to add your own css. Add in some color to this class:
.memberaction_body.popupbody li > a {
color:blue;


}
And this should work also for the text of the visitor messages (I didn't look up the date class):
.postbit-lite .posttext {
color:blue;
}Where exactly are you adding it? I'm adding it to additional.css on my test site and it definitely works.

tSS
02-02-2010, 12:08 AM
I'll try adding it, I was looking for it to be already existing. . . doesn't seem logical that it would just default to white/white. LOL!
I'll try this in a bit, THANKS!

Lynne
02-02-2010, 03:33 AM
It doesn't default to white/white. It is fine on the default style. You changed a stylevar somewhere that is effecting that class. You could probably trace it down using firebug.

tSS
02-02-2010, 02:07 PM
I'm a disaster w/ firebug :( Haven't been able to 'get it' yet.