Get ride of @ next username
2 posters
Page 1 of 1
Get ride of @ next username
You know when you log on to the chatbox next to username says @flora used this code to get ride of the @ not sure what did wrong heres picture of the code I did forum link yugiohgameclub.forumotion.com
Last edited by musacafe on March 20th 2016, 1:56 am; edited 1 time in total
Guest- Guest
Re: Get ride of @ next username
What's your forum link and version?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Get ride of @ next username
Forum link yugiohgameclub.forumotion.com and verison phpbb3
Guest- Guest
Re: Get ride of @ next username
Remove the code in your CSS.
This code is for JavaScript. Add this in your JavaScript (In all pages):
This code is for JavaScript. Add this in your JavaScript (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){}})
});
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Get ride of @ next username
Not sure what you did wrong either.
Change the title to "ChatBox change @" and save so it is easier to find in future.
Please send a screenshot of the ChatBox showing the code is not working. Are you using the ChatBox on the homepage or the full screen ChatBox with a link?
Also, if I may ask, what computer do you use? I'm sure I can help you with finding a more efficient way of taking a screenshot
Change the title to "ChatBox change @" and save so it is easier to find in future.
Please send a screenshot of the ChatBox showing the code is not working. Are you using the ChatBox on the homepage or the full screen ChatBox with a link?
Also, if I may ask, what computer do you use? I'm sure I can help you with finding a more efficient way of taking a screenshot
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Get ride of @ next username
Check this page out for screenshot taking:
http://m.wikihow.com/Take-a-Screenshot-on-a-Dell
Please send me a test account with admin rights in private message.
http://m.wikihow.com/Take-a-Screenshot-on-a-Dell
Please send me a test account with admin rights in private message.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Get ride of @ next username
I have fixed the mistake and it is now working!
I believe you replaced "username" in the code to yours? That part was not supposed to change. Also, you didn't enable JavaScript. So now the JavaScript is fixed an enabled.
I believe you replaced "username" in the code to yours? That part was not supposed to change. Also, you didn't enable JavaScript. So now the JavaScript is fixed an enabled.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Get ride of @ next username
You're welcome! Have a nice day!musacafe wrote:Oh okay didnt know thank you solved
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Get ride of @ next username
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» How to get ride of ads
» how to get ride of social bookmarking
» How ride notices bar like your forum
» Account names unavailible, yet don't exist.
» Changing the Username's Color As Well As Multicolored Username and Glow
» how to get ride of social bookmarking
» How ride notices bar like your forum
» Account names unavailible, yet don't exist.
» Changing the Username's Color As Well As Multicolored Username and Glow
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum