CHANGELOG.txt |
CHANGELOG.txt |
|
CVS REVISION: $Id$
29 March 2010
----------------------------
- Added a warning message to smileys settings page for when smileys filter is not enabled for any input format.
27 June 2009
----------------------------
- Separated out the… |
CREDITS.txt |
CREDITS.txt |
|
This module was originally made and maintained upto Drupal 4.7 release 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 |
|
Installation
------
1. Extract and copy the contents of smileys package to the Drupal "sites/all/modules" directory.
2. Go to the administration section, into "Adminster > Site building > Modules" and enable the Smileys… |
plist.inc |
plist.inc |
|
|
README.txt |
README.txt |
|
Description
------
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… |
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. |
README.txt |
packs/Roving/README.txt |
|
Please don't rip the Roving smileys and use them without this module. Couzin Hub <http://drupal.org/user/133581/contact> spent quite some time creating those little buggers for dedicated use with the smileys module for Drupal. |
smileys-admin.css |
scripts/admin/smileys-admin.css |
|
div.smileys-progress-panel {
background: #CF4342 url(images/loading.gif) no-repeat 3px center;
color: #fff;
font-family: Arial, Helvetica, Verdana;
padding: 1px 4px 1px 22px;
z-index: 999;
position: fixed;
top: 0;
right: 16px;
… |
smileys.admin.inc |
smileys.admin.inc |
|
|
smileys.css |
scripts/smileys.css |
|
.smileys {
position: relative;
padding: 6px 10px 6px 10px;
}
.smileys strong {
position: absolute;
left: 25px;
top: 6px;
}
.smileys span {
float: left;
width: 51px;
height: 51px;
text-align: center;
}
.smileys span span {
… |
smileys.info |
smileys.info |
|
name = Smileys
description = "Replaces smileys inside posts with images."
package = Smileys
core = 6.x |
smileys.install |
smileys.install |
|
|
smileys.module |
smileys.module |
|
|
smileys_import.info |
smileys_import.info |
|
name = Smileys Import
description = "Import phpBB or Adium smiley packages."
dependencies[] = smileys
package = Smileys
core = 6.x |
smileys_import.module |
smileys_import.module |
|
|