it should be a simple procedure to get the smileys to show their image.
but, they're not displaying at http://www.shreemaa.org/drupal/taxonomy_menu/6/13

I've enabled the smiley module,
mysql [blah,blah] < examples.mysql
mysql [blah,blah] < smileys.mysql
made the smiley's directory in misc.
enabled smiley's input filter. rearranged filter order.

they're not showing.

anyone have suggestions?
I didn't get any new ideas from the posts on this subject.

thanks.
newbie.

Comments

huc’s picture

have you specified the path to the uploaded smile icons/graphic files?

Administer > input formats > smileys > Add

The Image URL path must be correct

for example, mine looks like this:
files/images/smileys/smile.gif

and I've assigned :) in the acronyms field and enabled stand-alone

they work in the sites I've set that up for.

I'd double check the paths to be sure they're correct.

hope that helps
Brian

sjames’s picture

ok.
the problem was that filtered html won't display the smileys.
I had to select full html and then enable the smileys.

http://www.shreemaa.org/drupal/taxonomy_menu/6

coool...

thanks!
susan

huc’s picture

they should work for filtered and full html

i have my sites setup for both

I'm wondering if the smiley's input filter hasn't been enabled for one of the filters -- or perhaps you have an access privilege issue if you're using Taxonomy_access or something similar?

If it's turned on and access privileges are set correctly it should work in both cases.

SwitchBlade’s picture

I have read the install file over & over; installed, uninstalled, moved, copied and enabled just about everything that's been listed.

Can there be something else that I can't find on the boards that could be an explanation as to why the smilies won't show up on my site?

If I type in [:smile:] it will convert it to [Smiling] but that's it... No pictures.

I uploaded the example pack but it's not showing up in the import section for the smiley module. I have the example pack in a folder within the misc folder.

Any help would be awesome.
-Thanks!

Cainan’s picture

Have you added the smiley filter to the active input formats?

SwitchBlade’s picture

Yes, I have all three input formats with the filter enabled. In the Filtered HTML I even reorganized the filters so the Smileys is now on '0'.

=(

edit 03.28.07:
Ok, last night I FTP'd the entire smiley folder into the modules folder (including the example pack) and the example pack showed up in the "Import" section of the Smiley config. Then I lost it again and the actual Smiley module on the Modules List on my site once I began moving more smiley packs into the smiley folder. So I deleted the extra packs & might have to delete the whole folder & do it again.

Please let me know if any of you see some step I might me missing.

Thanks in advance!
-SB

Sylvain Lasnier’s picture

Hello,
The pack is install in this directory : drupal/sites/all/modules/smileys/packs/example
Image are is this directory.
But http://beta.labougeotte.org/modules/smileys/packs/example/smile.png answer 404.

very strange...

ZebX

vm’s picture

if you goto administer -> smilies you can edit the path to each image

however I just installed smileys-5x-1.2-beta and the paths seem correct. The only difference here is my modules are installed in sites/default/modules

This could be an aftereffect of installing Drupal in a subdomain as your path indicates drupal/sites/all/modules my site is installed directyly in the public root, using a subdomain.

what if you set the path to be sites/all/ rather then drupal/sites/all ?

Sylvain Lasnier’s picture

Rock&roll :)
I had sites/all/ behind url and all it's ok
thx

ZebX

snsace’s picture

I have all the above set up correctly.

However, whenever I make a post in my forum, the smilies widget box is already open but when I click on
a smiley it doesn't insert the smiley in the post. Nothing happens.

When I first installed smiley's it worked fine. But now it's broke. The only thing I have done since installing
smiley's is change my theme and install the private_upload module. Any ideas on how to fix this?

snsace’s picture

Help with this please.

snsace’s picture

Mine is now fixed. My new theme was missing this line in the page.tpl

<?php print $scripts ?>

petya_vulcheva’s picture

Hi I have same problem. But I don't even have imput format for smileys. Can anyone help?

vm’s picture

you won't have an input format for smilies, you will have a filter inside the input format that will need to be checked.

goto administer -> input formats
click on edit next to your format in use
inspect for smilies filter

petya_vulcheva’s picture

thank you very much :) it is a dum problem but I have never fix it by my own :) thanks

softwaria’s picture

VM - thanks for the hint that you provided 2 years ago. I'm new to Drupal and it helped me just today :-)