how do I upload smilies from other sites.

Dani AI

Generated

As pointed out, the common stumbling block with phpBB is not getting the graphic files but what phpBB needs after the images are placed on the server. The critical steps are registering each image inside phpBB so the board knows which text to replace, and making sure the images meet phpBB’s expectations (name, size, format and permissions). Below are concise, version‑aware instructions and quick checks that are often missing from generic tutorials.

Inside phpBB’s Administration Control Panel look for the Smilies / Smiley management area (usually under Posting or Messages). For each emoticon create an entry: give a trigger code (for example :-), :smile:, or a short text code), a descriptive name, and point phpBB at the image (or use the ACP uploader if the board provides one). Save and then verify with a test post or signature; some phpBB installs also show a preview in the smilies manager.

Common gotchas and a short troubleshooting checklist:

  • Use small images (typical sizes 16–24 px square) and common formats (GIF/PNG/JPG); GIF has long-standing transparency support.
  • Filenames: simple ASCII, no spaces, avoid special characters; prefer lowercase, underscores or hyphens.
  • File permissions must allow the web server to read the files (typical permission bits for static images are read for owner/group/others).
  • Ensure smilies are enabled in board/posting settings and clear phpBB/template cache after changes.
  • Avoid hotlinking others’ images (permission and reliability issues); respect copyright and license terms.

phpBB versions differ: phpBB3 usually has a friendlier ACP uploader/import tool; older phpBB2 workflows can be more manual. These checks resolve most “tutorials make no sense” cases by covering the admin steps and the small file/permission issues that block display.

Recommended Answers

All 5 Replies

First download them and upload them in the appropriate directory of your forum software, I am not sure which forum software you are using here otherwise I would have been more specefic in my explanation.

First download them and upload them in the appropriate directory of your forum software, I am not sure which forum software you are using here otherwise I would have been more specefic in my explanation.

oh sorry! I'm using phpbb

Just upload them in /images/smiles/ directory.

oh sorry! I'm using phpbb

how do I put them on my forum!

i'm using phpbb and my host is <<url snipped>>

and I've read all of the tutorials and instructions youd ould imagine and I can't make heads or tales of it. could you tell me how you do it.

Don't you have ftp access? if yes log into it and access the directory I mentioned should be easy enough from there.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.