Replace text to emoticon (on Forumotion)
3 posters
Page 1 of 1
Replace text to emoticon (on Forumotion)
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:
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 Wed 2 Oct - 12:50; edited 1 time in total
Shirley29385- New Member
- Posts : 1
Reputation : 1
Language : English
Re: Replace text to emoticon (on Forumotion)
hi
did you try to add lines like this
'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
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
Re: Replace text to emoticon (on Forumotion)
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
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
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
Similar topics
» Replace text to emoticon using javascript
» Asking about get text and replace text in Javascript
» Text is not visible on full reply & messed up emoticon box position
» Text replace with another one
» Text Replace
» Asking about get text and replace text in Javascript
» Text is not visible on full reply & messed up emoticon box position
» Text replace with another one
» Text Replace
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum