Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumGreat News:Firefox-Icon-Issue-SolvedGreat News:Firefox-Icon-Issue-Solved
Previous
 
Next
New Post
3/16/2009 2:25 PM
 

Hi forum,

Just open (DesktopModules/Forum/Themes/Default/Default.css) default.css,

find the appropriate code and replace with following code and save it.

/*/////////////////////////// = FORUM ACTION ICONS - TOOLBAR = \\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* Only seen if option is disabled to show icons for toolbar */
.Forum_ToolbarLink, A.Forum_ToolbarLink:Link, A.Forum_ToolbarLink:Visited, TD.Active, A.Forum_ToolbarLink:Hover
{
text-align: center;
font-family: Arial;
font-size: 10px;
padding-left: 2px;
padding-right: 2px;
font-weight: bold;
color: #403F3F;
}

A.Forum_ToolbarLink:Hover
{
color: #cc0000;
text-decoration: underline;
}

/* Action icons moderator, admin, inbox, memberlist, my settings, my posts, search, forum home */
A.Forum_ib_admin:link, A.Forum_ib_admin:visited, A.Forum_ib_admin:active, A.Forum_ib_admin:hover
{
background-image: url(images/ib_admin.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_admin:hover
{
background-image: url(images/ib_admin_hover.png);

}

A.Forum_ib_moderate:link, A.Forum_ib_moderate:visited, A.Forum_ib_moderate:active, A.Forum_ib_moderate:hover
{
background-image: url(images/ib_moderate.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_moderate:hover
{
background-image: url(images/ib_moderate_hover.png);
}

A.Forum_ib_Inbox:link, A.Forum_ib_Inbox:visited, A.Forum_ib_Inbox:active, A.Forum_ib_Inbox:hover
{
background-image: url(images/ib_inbox.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_Inbox:hover
{
background-image: url(images/ib_inbox_hover.png);
}

A.Forum_ib_Inbox_New:link, A.Forum_ib_Inbox_New:visited, A.Forum_ib_Inbox_New:active
{
background-image: url(images/ib_inbox_new.gif);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_Inbox_New:hover
{
background-image: url(images/ib_inbox_hover.png);
}

A.Forum_ib_memberlist:link, A.Forum_ib_memberlist:visited, A.Forum_ib_memberlist:active, A.Forum_ib_memberlist:hover
{
background-image: url(images/ib_memberlist.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_memberlist:hover
{
background-image: url(images/ib_memberlist_hover.png);
}

A.Forum_ib_mysettings:link, A.Forum_ib_mysettings:visited, A.Forum_ib_mysettings:active, A.Forum_ib_mysettings:hover
{
background-image: url(images/ib_mysettings.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_mysettings:hover
{
background-image: url(images/ib_mysettings_hover.png);
}

A.Forum_ib_myposts:link, A.Forum_ib_myposts:visited, A.Forum_ib_myposts:active, A.Forum_ib_myposts:hover
{
background-image: url(images/ib_myposts.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_myposts:hover
{
background-image: url(images/ib_myposts_hover.png);
}

A.Forum_ib_search:link, A.Forum_ib_search:visited, A.Forum_ib_search:active, A.Forum_ib_search:hover
{
background-image: url(images/ib_search.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_search:hover
{
background-image: url(images/ib_search_hover.png);
}

A.Forum_ib_forumhome:link, A.Forum_ib_forumhome:visited, A.Forum_ib_forumhome:active, A.Forum_ib_forumhome:hover
{
background-image: url(images/ib_forumhome.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_forumhome:hover
{
background-image: url(images/ib_forumhome_hover.png);
}

A.Forum_ib_aggregate:link, A.Forum_ib_aggregate:visited, A.Forum_ib_aggregate:active, A.Forum_ib_aggregate:hover
{
background-image: url(images/ib_aggregate.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;

}

A.Forum_ib_aggregate:hover
{
background-image: url(images/ib_aggregate_hover.png);
}

/*/////////////////////////// - OVER-RIDING SUB-CLASSES - \\\\\\\\\\\\\\\\\\\\\\\\\\\*/

Now the toolbar icons will be in horizontal position.

Regards

Riaz

 
New Post
3/17/2009 1:56 AM
 

Hi,

Thanks for the fix. It works. Hopefully the xhtml problem can be fixed too.

George.


Thanks,
George

Where to eat? Visit GoEatOut for Food Promotion in Kuala Lumpur.
 
New Post
6/1/2009 2:13 AM
 

Thanks for the solution! I had some overlapage with the text directly below the toolbar though so I edited the css a bit. If anyone else has the same problem they can use me code:

/*/////////////////////////// = FORUM ACTION ICONS - TOOLBAR = \\\\\\\\\\\\\\\\\\\\\\\\\\\*/
 
tr.NavigationToolbar td a {
margin-bottom:10px;
}
/* Only seen if option is disabled to show icons for toolbar */
.Forum_ToolbarLink, A.Forum_ToolbarLink:Link, A.Forum_ToolbarLink:Visited, TD.Active, A.Forum_ToolbarLink:Hover
{
display:block;
float:left;
text-align: center;
font-family: Arial;
font-size: 10px;
padding-left: 2px;
padding-right: 2px;
font-weight: bold;
color: #403F3F;
}
 
A.Forum_ToolbarLink:Hover
{
color: #cc0000;
text-decoration: underline;
}
 
/* Action icons moderator, admin, inbox, memberlist, my settings, my posts, search, forum home */
A.Forum_ib_admin:link, A.Forum_ib_admin:visited, A.Forum_ib_admin:active, A.Forum_ib_admin:hover
{
display:block;
float:left;
background-image: url(images/ib_admin.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_admin:hover
{
background-image: url(images/ib_admin_hover.png);
 
}
 
A.Forum_ib_moderate:link, A.Forum_ib_moderate:visited, A.Forum_ib_moderate:active, A.Forum_ib_moderate:hover
{
display:block;
float:left;
background-image: url(images/ib_moderate.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
 
A.Forum_ib_moderate:hover
{
background-image: url(images/ib_moderate_hover.png);
}
 
A.Forum_ib_Inbox:link, A.Forum_ib_Inbox:visited, A.Forum_ib_Inbox:active, A.Forum_ib_Inbox:hover
{
display:block;
float:left;
background-image: url(images/ib_inbox.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_Inbox:hover
{
background-image: url(images/ib_inbox_hover.png);
}
 
A.Forum_ib_Inbox_New:link, A.Forum_ib_Inbox_New:visited, A.Forum_ib_Inbox_New:active
{
display:block;
float:left;
background-image: url(images/ib_inbox_new.gif);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_Inbox_New:hover
{
background-image: url(images/ib_inbox_hover.png);
}
 
A.Forum_ib_memberlist:link, A.Forum_ib_memberlist:visited, A.Forum_ib_memberlist:active, A.Forum_ib_memberlist:hover
{
display:block;
float:left;
background-image: url(images/ib_memberlist.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_memberlist:hover
{
background-image: url(images/ib_memberlist_hover.png);
}
 
A.Forum_ib_mysettings:link, A.Forum_ib_mysettings:visited, A.Forum_ib_mysettings:active, A.Forum_ib_mysettings:hover
{
display:block;
float:left;
background-image: url(images/ib_mysettings.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_mysettings:hover
{
background-image: url(images/ib_mysettings_hover.png);
}
 
A.Forum_ib_myposts:link, A.Forum_ib_myposts:visited, A.Forum_ib_myposts:active, A.Forum_ib_myposts:hover
{
display:block;
float:left;
background-image: url(images/ib_myposts.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_myposts:hover
{
background-image: url(images/ib_myposts_hover.png);
}
 
A.Forum_ib_search:link, A.Forum_ib_search:visited, A.Forum_ib_search:active, A.Forum_ib_search:hover
{
display:block;
float:left;
background-image: url(images/ib_search.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_search:hover
{
background-image: url(images/ib_search_hover.png);
}
 
A.Forum_ib_forumhome:link, A.Forum_ib_forumhome:visited, A.Forum_ib_forumhome:active, A.Forum_ib_forumhome:hover
{
display:block;
float:left;
background-image: url(images/ib_forumhome.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_forumhome:hover
{
background-image: url(images/ib_forumhome_hover.png);
}
 
A.Forum_ib_aggregate:link, A.Forum_ib_aggregate:visited, A.Forum_ib_aggregate:active, A.Forum_ib_aggregate:hover
{
display:block;
float:left;
background-image: url(images/ib_aggregate.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
 
}
 
A.Forum_ib_aggregate:hover
{
background-image: url(images/ib_aggregate_hover.png);
}
 
/*/////////////////////////// - OVER-RIDING SUB-CLASSES - \\\\\\\\\\\\\\\\\\\\\\\\\\\*/

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumGreat News:Firefox-Icon-Issue-SolvedGreat News:Firefox-Icon-Issue-Solved


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out