We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Icon problem! Attachement on forum [Answered] | Forum

Kevin
Kevin Nov 25 '13
1. The title disappear when icon disabled, config.php is on dev mode


how to show only title but not icon?



2. I found this when i post this, after I upload attachments, it will be great if I can just insert the image from the attachments list into the post


now I have to upload another image from the image icon in the post, not very important but a suggestion

The Forum post is edited by Alia Dec 2 '13
Attachments:
  user.gif (15.67Kb)
fbkca
fbkca Nov 25 '13
clear your browser cache too.
Kevin
Kevin Nov 25 '13
Quote from fbkca clear your browser cache too.

I did and it is the same, I even use another browser with another account
Alia Team
Alia Nov 29 '13
>>1. The title disappear when icon disabled,

You can't disable icon within the widget's settings.

>>how to show only title but not icon?

  a) "Show title" should be checked.

  b) add following styles in admin panel>>edit theme>>CSS:

 
html body div .ow_ic_user {
    background-image: none;
}


Note that this will remove the 'user' icon from all places where it is used on the site.

If you would like to remove 'user' icon only from "Users" widget, you will need to edit  the .html files.

Alia Team
Alia Nov 29 '13
>>2. I found this when i post this, after I upload attachments, it will be great if I can just insert the image from the attachments list into the post now I have to upload another image from the image icon in the post, not very important but a suggestion


Thanks for the suggestion.