26

Re: [Release] Easy Smilies

Alright thanks.

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

27 (edited by mark36ph 2005-01-29 13:52)

Re: [Release] Easy Smilies

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 hmm
any 1 else having this problem?

any differernt smilies i try to add, they all come out as smile
its very confusing for me.

28

Re: [Release] Easy Smilies

1. Get a screenshot so I can see this myself.

2. Are you using the same image filename for each smiley?

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

29 (edited by mark36ph 2005-01-29 18:19)

Re: [Release] Easy Smilies

http://www.marks-random-site.net/screen.jpg

i am using different names yeah

30

Re: [Release] Easy Smilies

It looks fine to me (code-wise). The problem is that you are attributing the wrong image filenames to the wrong smiley code.

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

31

Re: [Release] Easy Smilies

what do you mean?

32 (edited by Mako 2005-01-30 01:46)

Re: [Release] Easy Smilies

Like when you enter in ":*(" (minus the star), you should enter in like "frownsmiley.png" as the image. That way when you type sad 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.

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

33 (edited by mark36ph 2005-01-30 02:16)

Re: [Release] Easy Smilies

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

34 (edited by Mako 2005-01-30 01:51)

Re: [Release] Easy Smilies

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?

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

35

Re: [Release] Easy Smilies

ok i am havin a bit of trouble with that forum atm, i will fix it and will make u admin asap

36

Re: [Release] Easy Smilies

Alright. I'll keep refreshing your forum page until then until I see Administration at the top, lol.

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

37

Re: [Release] Easy Smilies

i have resolved this problem, i reinstalled the mod and it seems to be working fine.

38 (edited by Mako 2005-01-30 02:08)

Re: [Release] Easy Smilies

Ah yeah I see. Awesome. Glad it's fixed.

Thanks for using my mod.

EDIT: You can delete my user account on that forum.

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

39

Re: [Release] Easy Smilies

ok, it is only a test forum any way.

40

Re: [Release] Easy Smilies

Mako wrote:

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. smile

41

Re: [Release] Easy Smilies

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.

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

42

Re: [Release] Easy Smilies

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.

Greg Serveur : www.gregserveur.com

43

Re: [Release] Easy Smilies

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.

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

44

Re: [Release] Easy Smilies

i have 2 smilies inserted..

Greg Serveur : www.gregserveur.com

Re: [Release] Easy Smilies

i have the same problem

El Mejor Lugar de la Red - Corporación Azakur4

46

Re: [Release] Easy Smilies

This only happen when deleting smilies?

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

47

Re: [Release] Easy Smilies

yes

Greg Serveur : www.gregserveur.com

48

Re: [Release] Easy Smilies

I'm stumped. Anybody have an idea as to what is causing this?

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer

49 (edited by Smartys 2005-02-16 00:49)

Re: [Release] Easy Smilies

Change

if (!$toremove)

to

if (!$_POST['toremove'])

The other code only works if you have REGISTER_GLOBALS on tongue

50

Re: [Release] Easy Smilies

lol thanks.

v1.0.4: Download Here

"You start coding. I'll go find out what they want." - Computer Analyst to Programmer