How does one edit their chatbox with CSS?
3 posters
Page 1 of 1
How does one edit their chatbox with CSS?
The name previewed with @ in addition to my name I want to change to blank in chatbox.
And is it possible for me to have whatever I say in chatbox have the text-shadow effect?
Complete access to chatbox Usernames tweaks and the text-shadow chat for me and other users to enjoy.
And is it possible for me to have whatever I say in chatbox have the text-shadow effect?
Complete access to chatbox Usernames tweaks and the text-shadow chat for me and other users to enjoy.
Last edited by Dr.Kran on December 26th 2015, 9:13 pm; edited 2 times in total
Re: How does one edit their chatbox with CSS?
Check this to change the @:
https://help.forumotion.com/t139284-codes-to-personalize-your-chatbox
For text shadow effect you can just search it and you'll find it really easy.
https://help.forumotion.com/t139284-codes-to-personalize-your-chatbox
For text shadow effect you can just search it and you'll find it really easy.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: How does one edit their chatbox with CSS?
Hello,
Is this solved, I see it has been marked with the solved icon? Please respond within 24 hours.
-Brandon
Is this solved, I see it has been marked with the solved icon? Please respond within 24 hours.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: How does one edit their chatbox with CSS?
Nope, not exactly of any help to me.brandon_g wrote:Hello,
Is this solved, I see it has been marked with the solved icon? Please respond within 24 hours.
-Brandon
I still need to find out how to make both glowing chat and @ vanish.
Error appears whenever I used the code on that link.
Re: How does one edit their chatbox with CSS?
Add this to your JavaScript:
That will get rid of the @, make sure to add this in all pages.
- Code:
$(window).load(function() {
var chatbox_script = function() {
var overrided = Chatbox.prototype.refresh;
Chatbox.prototype.refresh = function(data) {
overrided.call(this, data);
$('.chatbox-username').each(function(){
this.previousSibling&&$.trim(this.previousSibling.nodeValue)=="@"&&$(this.previousSibling).replaceWith('')
})
};
};
var s=document.createElement('script');s.text="("+chatbox_script.toString()+")();";$('object[data^="/chatbox/index.forum"],iframe[src^="/chatbox/index.forum"]').each(function(){try{$(this.contentDocument||this.contentWindow.document).find("#chatbox").closest("html").find("head").first().each(function(){this.appendChild(s.cloneNode(true))})}catch(a){}})
});
That will get rid of the @, make sure to add this in all pages.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Thanked
Maybe I missed out the "add to java script" part, thanks.Clashmune wrote:Add this to your JavaScript:
- Code:
$(window).load(function() {
var chatbox_script = function() {
var overrided = Chatbox.prototype.refresh;
Chatbox.prototype.refresh = function(data) {
overrided.call(this, data);
$('.chatbox-username').each(function(){
this.previousSibling&&$.trim(this.previousSibling.nodeValue)=="@"&&$(this.previousSibling).replaceWith('')
})
};
};
var s=document.createElement('script');s.text="("+chatbox_script.toString()+")();";$('object[data^="/chatbox/index.forum"],iframe[src^="/chatbox/index.forum"]').each(function(){try{$(this.contentDocument||this.contentWindow.document).find("#chatbox").closest("html").find("head").first().each(function(){this.appendChild(s.cloneNode(true))})}catch(a){}})
});
That will get rid of the @, make sure to add this in all pages.
What of the chatbox text glow for whenever I type?
Re: How does one edit their chatbox with CSS?
Check these out, see if it works for you:
https://help.forumotion.com/t105805-glow-text-in-my-forum
Edit:
https://help.forumotion.com/t142700-text-shadow-in-chatbox
https://help.forumotion.com/t105805-glow-text-in-my-forum
Edit:
https://help.forumotion.com/t142700-text-shadow-in-chatbox
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Similar topics
» Chatbox Design Edit
» How can i edit the chatbox options
» I can't seem to find/edit the code for the chatbox
» Edit/Remove Chatbox Timeout
» How can I add edit/delete functions for each message in chatbox?
» How can i edit the chatbox options
» I can't seem to find/edit the code for the chatbox
» Edit/Remove Chatbox Timeout
» How can I add edit/delete functions for each message in chatbox?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum