Форуми / Cotonti / Support / smilies

CJ
#1 26.07.2011 13:09

ok so ive added more smiles. now for some reason the buttons on the forums dont work for smilies

Kingsley
#2 26.07.2011 16:01

and with that information we have to help you solve this?

 

good luck...

CJ
#3 26.07.2011 17:11

cotonti 0.6.17

Ive added about 10 icons, when i click on the Smilie button in the forums the pop up doesnt show.

ive properly added them, cause it looks like how the normal ones are in the set.js and the Lang.php

Twiebie
#4 26.07.2011 17:53

Post your files.

CJ
#5 26.07.2011 18:16
Twiebie
#6 26.07.2011 18:35

}' on line 440 and 454 should be }, in set.js

	{
		name: "yuno",
		code: ":yuno",
		file: "yuno.gif",
		prio: 60,
		lang: smileL.yuno
	},
	{
		name: "DC",
		code: ".D",
		file: "DC.gif",
		prio: 60,
		lang: smileL.DC
	},			
	{
		name: "respect",
		code: ":respect",
		file: "respect.gif",
		prio: 60,
		lang: smileL.respect
	},

And in en.lang.js and ru.lang.js you are missing a ',' at the end of line 50.

	scratch_head:	"Scratch one's head",

That should work.

 

CJ
#7 26.07.2011 18:57

thank u it works now !