Quote:
Originally Posted by Dr. Bantham
For me, the room text is in black and thus illegible or even invisible with some of my styles. Am I doing something wrong, or should it not adhere to a style CSS variable? This would allow it to adapt to all styles.
Also, how can I reduce the space trailing the room listing? There is a considerable amount of blank space that needlessly extends the module height.
Thanks for the work!
|
So I have simple and not so simple answers for you.
First the simple, to adjust the height of the block is easy. You can adjust the height of the block by changing the value of: height="
180" in the above code. Be aware that vbAdvanced blocks are fixed dimensions. So if you have many room names or many users in chat the text will run out the bottom of the block and not be visible. This is why I have the height set at "180" as a default. Adjust this value to fit the needs of your site.
I updated the mod instructions with these instructions.
Second not so simple answer... The color of the text is called from your default style. I believe that we would have to get PaulM involved here to solve this since he is the author of the whochat.php which is included in my mod. I will ask him for help on how the text can be altered for each style installed. I am not sure it will be possible but I will look into it and post my findings.