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

Where can I find smileys button position code ? | Forum

Kelvin
Kelvin Oct 27 '14
Where can I find smileys button position code ?


media="all".smileys_btn_2 {

background: url(ow_static/plugins/smileys/images/wysiwyg.png) no-repeat scroll -242px 0;

border: 1px solid #ccc;

border-radius: 2px;

cursor: pointer;

float: left;

height: 20px;

margin: 1px 0 0;

overflow: hidden;

position: absolute;

right: 30px;

text-decoration: none;

top: 7px;

width: 21px;

}



Above code can be modified. But I don't know where is the code location.

The Forum post is edited by Kelvin Oct 27 '14
Daisy Team
Daisy Nov 3 '14
Please check the code in the ow_plugins/smileys/init.php file. Kelvin, it would be better to contact this plugin developer - I am sure they will be glad to assist you with this.
Kelvin
Kelvin Nov 4 '14
I already found it. Thanks :)