CHANGELOG.txt |
CHANGELOG.txt |
|
24 January 2008
----------------------------
- Added tinyMCE, FCKeditor support.
- Added promote Smiley option, to promote it to select box, and optionally view all in the popup widget.
- Added option to expand Smiley select box by default.
- Added… |
CREDITS.txt |
CREDITS.txt |
|
This module and the example smileys that come with it were originally made by
Steven Wittens <unconed@drupal.org>.
And is currently maintained and actively developed by
Gurpartap Singh <http://drupal.org/user/41470/contact>
Feel free to… |
INSTALL.txt |
INSTALL.txt |
|
Readme
------
This is a simple smiley-filter that allows the easy use of graphical smileys (or 'emoticons') on a Drupal site. It comes with a set of example smileys, but you can define an unlimited amount of custom smileys as well.
NOTE:… |
README.txt |
README.txt |
|
Readme
------
This is a simple smiley-filter that allows the easy use of graphical smileys (or 'emoticons') on a Drupal site. It comes with a set of example smileys, but you can define an unlimited amount of custom smileys as well.
Read… |
README.txt |
packs/example/README.txt |
|
NOTE: Please don't rip the example smileys and use them without this module.
Steven Wittens spent quite some time creating those little buggers. |
smileys-admin.css |
smileys-admin.css |
|
table#smileys-admin-list tr td span.smiley-selected {
background: transparent url(misc/smileys-selected.png) no-repeat scroll 50% 0%;
padding: 2px 35px;
cursor: pointer;
}
table#smileys-admin-list tr td span.smiley-deselected {
background:… |
smileys.css |
smileys.css |
|
.smileys {
position: relative;
padding: 6px 10px 6px 10px;
}
.smileys strong {
position: absolute;
left: 25px;
top: 6px;
}
.smileys span {
float: left;
width: 41px;
height: 47px;
text-align: center;
}
.smileys span span {
… |
smileys.info |
smileys.info |
|
name = Smileys
description = Replaces smileys inside posts with images.
package = Smileys
; Information added by drupal.org packaging script on 2007-01-20
project = "smileys"
; Information added by drupal.org packaging script on… |
smileys.install |
smileys.install |
|
|
smileys.module |
smileys.module |
|
|
smileys_import.info |
smileys_import.info |
|
name = Smileys Import
description = Enables import of Smiley sets.
dependencies = smileys
package = Smileys
; Information added by drupal.org packaging script on 2007-01-20
project = "smileys"
; Information added by drupal.org packaging… |
smileys_import.module |
smileys_import.module |
|
|