Swizec wrote: Most browsers don't display any alt text in the rollover things
and the CH mod is such a piece of uhm... well it changes too much of the core code, it basically violates 80% of the rules from the modding guidelines.
And uhm, making this mod work with CH is a really really big and complex undertaking for which I sadly do not have time...
happyjoy2 wrote: - In the user's own profile (NOT the admin desc section), the default to show descriptions is set to OFF, with the default to show tooltips ON. I'd like the opposite: desc's on, tooltips off. Where do I change this?
happyjoy2 wrote: - I'd like to remove the "Description for Moderator Only" section from the posting area (don't need this feature, and having it there will only confuse my users); where do I do this and how do I do it safely?
Code: Select all
<!-- BEGIN switch_moddescription -->
<input type="checkbox" name="desc4mod" {S_DESC4MOD_CHECKED} /> {L_DESC4MOD}
<!-- END switch_moddescription -->
happyjoy2 wrote: - and last, but definitely not least, I want to change the font size of the descriptions on the topics page; the current size is too large. Where can I change it?
Code: Select all
<span class="genbig">{TOPIC_DESC}</span>
bobber wrote: Also, I'm having a problem with assigning only the Admins/Moderators to be able to add descriptions. It seems it is configurable, but it does not work unless everyone is allowed to enter descriptions.