The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Replace text to emoticon (on Forumotion)

3 posters

Go down

In progress Replace text to emoticon (on Forumotion)

Post by Shirley29385 October 1st 2019, 9:10 am

Forumotion has a limit of kb that the emoticon have, that make impossible many 50 x 50 gifs to be put.


A person give me a ccode, but it replace the text for a image by the img alt, and it replaces every image on forum with the same value on alt Showbox. So, i want to do it by text (And turn possible add more emoticons)

Here's the code:

Code:
var Smileys;

Smileys = {
'Xuxa mandando beijo' : 'https://2img.net/i/fa/pbucket.gif',
'Nazaré Tedesco' : 'https://2img.net/i/fa/pbucket.gif',
'Tiffany Pollard' : 'https://2img.net/i/fa/pbucket.gif',
'Tiffany' : 'https://2img.net/i/fa/pbucket.gif',
'Tiff' : 'https://2img.net/i/fa/pbucket.gif',
'Ines Brasil' : 'https://2img.net/i/fa/pbucket.gif',
'Xuxa' : 'https://2img.net/i/fa/pbucket.gif',
'Eita' : 'https://2img.net/i/fa/pbucket.gif',
'Sofrendo' : 'https://2img.net/i/fa/pbucket.gif',
'Lara com Z' : 'https://2img.net/i/fa/pbucket.gif',
'666' : 'https://2img.net/i/fa/pbucket.gif',
'Xuxa chorando' : 'https://2img.net/i/fa/pbucket.gif',
'Puta que pariu' : 'https://2img.net/i/fa/pbucket.gif',
'Gretchen' : 'https://2img.net/i/fa/pbucket.gif',
'eliana nojo' : 'https://2img.net/i/fa/pbucket.gif',
'Sônia Abrão' : 'https://2img.net/i/fa/pbucket.gif',
'Mas não se irrite' : 'https://2img.net/i/fa/pbucket.gif',
'Falta de sacanagem' : 'https://2img.net/i/fa/pbucket.gif',
};

$(function() {
$.each(Smileys, function(key, value) {
    $('img[alt="' + key + '"]').attr('src', value);
});
});   


Last edited by Shirley29385 on October 2nd 2019, 11:50 am; edited 1 time in total
Shirley29385
Shirley29385
New Member

Posts : 1
Reputation : 1
Language : English

Back to top Go down

In progress Re: Replace text to emoticon (on Forumotion)

Post by skouliki October 1st 2019, 10:36 am

hi

did you try to add lines like this 
Code:
'Sônia Abrão' : 'http://2img.net/i/fa/pbucket.gif',

'Nametest' : 'htpps://image.url.gif' ,

i have 2 notes 
first try to insert https images and not http and second all the image urls in the code are not visible or broken cause photobucket has changed their policy see here https://help.forumotion.com/t153309-photobucket-update?highlight=photo
skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Replace text to emoticon (on Forumotion)

Post by Ape October 1st 2019, 2:53 pm

You can not use Photobucket items on our forums unless you have a premium account with photobucket then you can use them but you will also need to make sure your have the settings turned on in your ACP


  Admin Control Panel settings
ACP >> General tab >>    Forum >> Security >> Disable the display of Photobucket pictures on the forum :



It will be on YES by default if you have a  premium account with photobucket then you need to change this to NO then save  


Replace text to emoticon (on Forumotion) Left1212Replace text to emoticon (on Forumotion) Center11Replace text to emoticon (on Forumotion) Right112
Replace text to emoticon (on Forumotion) Ape_b110
Replace text to emoticon (on Forumotion) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19143
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum