Re: [Release] Easy Smilies
Alright thanks.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → [Release] Easy Smilies
Alright thanks.
i have installed this mod and works fine except one majour thing.
when i add a new smily, i put :*( (without the star) and it turns it into a smile
any 1 else having this problem?
any differernt smilies i try to add, they all come out as
its very confusing for me.
1. Get a screenshot so I can see this myself.
2. Are you using the same image filename for each smiley?
i am using different names yeah
It looks fine to me (code-wise). The problem is that you are attributing the wrong image filenames to the wrong smiley code.
Like when you enter in ":*(" (minus the star), you should enter in like "frownsmiley.png" as the image. That way when you type in a post, it shows frownsmiley.png in place of it.
I have a pack of about 210 smilies that I could give out if anybody wants it. All you would have to do (until I make an import feature to the mod) would be to upload the .sql file to your database, and then upload the smilies into your smiley folder.
ok it still will not work properly for me, will you join my test forum and ill let you try it on mine.
edit - web address removed
Can you make me an admin on your forum so I can see the Easy Smilies page for myself? You can remove my admin powers when the issue is resolved.
And what are the names of all the smiley images you have on the server?
ok i am havin a bit of trouble with that forum atm, i will fix it and will make u admin asap
Alright. I'll keep refreshing your forum page until then until I see Administration at the top, lol.
i have resolved this problem, i reinstalled the mod and it seems to be working fine.
Ah yeah I see. Awesome. Glad it's fixed.
Thanks for using my mod.
EDIT: You can delete my user account on that forum.
I have a pack of about 210 smilies that I could give out if anybody wants it. All you would have to do (until I make an import feature to the mod) would be to upload the .sql file to your database, and then upload the smilies into your smiley folder.
I wouldn't mind getting ahold of this.
Alright, when I come back from vacation I'll release it with the mod or something. Or release it as an add-on for the mod. Whichever I decide upon. Check back in this thread for more info.
i have this error on deleting smilies :
Notice: Undefined variable: toremove in /www/punbb/plugins/AP_EasySmiles.php on line 15
Info
You did not enter a smiley to be deleted.
That would only appear if $toremove has not been defined. And if it has not been defined, then you probably did not enter a smiley to be deleted.
i have 2 smilies inserted..
i have the same problem
This only happen when deleting smilies?
I'm stumped. Anybody have an idea as to what is causing this?
Change
if (!$toremove)
to
if (!$_POST['toremove'])
The other code only works if you have REGISTER_GLOBALS on
lol thanks.
v1.0.4: Download Here
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → [Release] Easy Smilies
Powered by PunBB, supported by Informer Technologies, Inc.