sol9999
Not New Member
Posts: 18
sol9999 said 0 great things
|
Post by sol9999 on Apr 24, 2012 9:06:36 GMT -8
Hi, me again and again with big question - for me anyway... I have a set of smileys in quick reply (part of the code below) but besides smileys i need also to have some pics in quick reply, since I don't know how to add them so they look like I want I just replaced some of the smileys links to the links of pics. And it's been fine and I can live with.... it sort of, but I want to add more smilyes! Is it possible? And if yes, how do I do that? I found some symbols for smileys (for example ":-I") and organized link exactly like the ones below, and I got smiley in the quick reply but not in the post, in the post it's just a code. I suspect there's something I need to add to the second part of the code but I don't know what. Anyway, in two words what I need is extended list of smilyes, I don't care how they called, I can work around it. The code I use - it's this one support.proboards.com/index.cgi?board=codedatabase&action=display&thread=388397thank you a lot in advance // List of smileys - [Image Location, UBBC Code, Title/Alternate Text] var iSmileys = [ ["http://s19.rimg.info/b971abcf3cad804eac2a27ff4150dba9.gif"," ","Smiley"], ["http://s19.rimg.info/2ae7772e46e963404d28e12c8490910c.gif"," ","Wink"], ["http://s19.rimg.info/30df72c7b040cadf85a5b83ed54b15e8.gif",";D","Grin"], ["http://s19.rimg.info/61e429b64f6bb9537466999272f51821.gif"," ","Cheesy"], ["http://s18.rimg.info/7465bb03b5980349b5443987b6e951fa.gif","%3E:(","Angry"], ["http://s19.rimg.info/5cde50da2231e270ef3eb7a49e406290.gif"," ","Shocked"], ["http://s19.rimg.info/df5f563ee1e3e444ddd556f4eb154cd9.gif"," ","Sad"], ["http://s19.rimg.info/076b7ce3092c844c9298cd492fc04816.gif"," ","Cool"], ["http://s19.rimg.info/347c19f2245ae7cb11a106bc3dab1137.gif"," ","Roll Eyes"], ["http://s19.rimg.info/252a93fd1af7d112311726c89235bfd5.gif"," ","Tongue"], ["http://s19.rimg.info/58784869ff8ad94c9b7a78c1b02549f7.gif"," ","Undecided"], ["http://s17.rimg.info/a4f02ab8798a1b8dbbd27c478896d233.gif"," ","Kiss"], ["http://smayli.ru/data/smiles/predmet-110.gif",":%27(","Cry"], ["http://smayli.ru/data/smiles/predmet-71.gif"," ","Leap sealed"], ["http://mirgif.com/raznoe/2/gl096-01.gif"," ","Embarassed"], ["http://s6.rimg.info/32a7992301ab2d4ff1e52d7658ffa204.gif"," ","Huh"] ];
|
|
|
Post by Wormopolis on Apr 24, 2012 17:54:01 GMT -8
you need to edit your censored words list to make the new smileys appear.
|
|
sol9999
Not New Member
Posts: 18
sol9999 said 0 great things
|
Post by sol9999 on Apr 25, 2012 10:22:04 GMT -8
ok, I did that, and it worked - new smiley is there and in the post as well, but it is not in the quick reply and I really need to add them in quick reply
|
|
|
Post by Wormopolis on Apr 25, 2012 21:29:42 GMT -8
you just have to repeat the lines where smileys already are. as long as the last one doesnt have a comma after it.
|
|
sol9999
Not New Member
Posts: 18
sol9999 said 0 great things
|
Post by sol9999 on Apr 26, 2012 8:23:45 GMT -8
ok, got it! thanks, it worked!
|
|
|
Post by Wormopolis on Apr 26, 2012 17:50:44 GMT -8
be well soon
|
|
sol9999
Not New Member
Posts: 18
sol9999 said 0 great things
|
Post by sol9999 on Apr 27, 2012 8:06:26 GMT -8
sorry to bother you again it worked, I changed completes set of smileys, added the pics I wanted through the censored words, and it works in quick reply, but when I go through usual reply there I have only smileys without pics and for some reason one pic that i tested yesterday but deleted today and is still there. It's not that much important since we mainly post through quick reply, but just wanted to ask why is that? thanks
|
|
|
Post by Wormopolis on Apr 27, 2012 20:58:30 GMT -8
well that code you posted above is FOR quick reply. regular posting tables require a different code.
|
|
sol9999
Not New Member
Posts: 18
sol9999 said 0 great things
|
Post by sol9999 on Apr 28, 2012 0:54:47 GMT -8
i understand that, but the links I put through censored words were in the regular post last night but aren't there today ....
|
|
|
Post by Wormopolis on Apr 28, 2012 1:05:23 GMT -8
you deleted the censor?
|
|
sol9999
Not New Member
Posts: 18
sol9999 said 0 great things
|
Post by sol9999 on Apr 28, 2012 6:49:38 GMT -8
yes, I did
after your first reply I tried and put a censor and the pic showed up in the regular post than I added that link to the code above and it showed up in the quick reply then i changed set of censors completely and deleted that first one, but it is still there in regular reply (just the pic, when put in the post it turned as code not pic), but other censors aren't in the regular reply
with quick reply all works fine
|
|
|
Post by Wormopolis on Apr 28, 2012 13:49:53 GMT -8
go to edit the post. did it get converted to an image tag?
|
|
sol9999
Not New Member
Posts: 18
sol9999 said 0 great things
|
Post by sol9999 on Apr 29, 2012 3:29:42 GMT -8
no
|
|
|
Post by Wormopolis on Apr 29, 2012 12:18:45 GMT -8
link to post.
|
|
sol9999
Not New Member
Posts: 18
sol9999 said 0 great things
|
Post by sol9999 on May 3, 2012 7:39:56 GMT -8
Hi, I found a solution, since some people were using that pic and it always turned put as code/word in the post, i went back to censored words and added the link and the same as before code word, and now it's working. When clicked it's word and when posted it's pic. So it's sort of solved, thanks for help I just don't have any idea why this one is stuck there and when i add new codes and links the don't appear.... anyway, not that important
|
|