Hi,
Not quite sure what you mean.
The Permissions are in the file "includes/show_forum_permissions_inc.asp"
Do you mean you want it to be permanently displayed, rather than having to click to view it?
If so, then I think you would need to either remove the following, or edit the CSS for the following:
Response.Write("<span id=""forumPermissions"" onclick=""showDropDown('forumPermissions', 'dropDownPermissions', 255, 140);"" class=""dropDownPointer"" title=""" & strTxtViewDropDown & """>" & strTxtForumPermissions & " <img src=""" & strImagePath & "drop_down." & strForumImageType & """ alt=""" & strTxtViewDropDown & """ /></span>")
Response.Write("<div id=""dropDownPermissions"" class=""dropDownPermissions"">") |
The red definately needs removing - the blue "might" need removing otherwise you would use the blue to find out which to edit in the CSS.