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.

Chatbox Doubletag

+4
JScript
Shadow
Ape
DaBigestBob
8 posters

Go down

Solved Chatbox Doubletag

Post by DaBigestBob December 9th 2014, 4:47 am

Chatbox Doubletag Doubletag_zpse999d356

Here is what the issue looks like. The tag [F.Adm] is appearing twice both before and after the @ for Moderator of the Chatbox.

Here is the code that I used to get that tag before my username.


a[href="/u1"] span:before {
content: "[F.Adm]";
}


My question is, is there a way to get rid of one of those tags so it just says [F.Adm] once.


Last edited by DaBigestBob on December 10th 2014, 5:59 am; edited 1 time in total
DaBigestBob
DaBigestBob
Forumember

Male Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia

Back to top Go down

Solved Re: Chatbox Doubletag

Post by Ape December 9th 2014, 3:53 pm

DaBigestBob wrote:Chatbox Doubletag Doubletag_zpse999d356

Here is what the issue looks like. The tag [F.Adm] is appearing twice both before and after the @ for Moderator of the Chatbox.

Here is the code that I used to get that tag before my username.


a[href="/u1"] span:before {
content: "[F.Adm]";
}


My question is, is there a way to get rid of one of those tags so it just says [F.Adm] once.
@DaBigestBob Thank you for your report this is a bug that comes with the New Tagging system i have made a report about this and i Hope this will be fixed soon.

I would like to apologise for any inconvenience  this may have caused

APE Neutral


Chatbox Doubletag Left1212Chatbox Doubletag Center11Chatbox Doubletag Right112
Chatbox Doubletag Ape_b110
Chatbox Doubletag Ape1010
Ape
Ape
Administrator
Administrator

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

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

Back to top Go down

Solved Re: Chatbox Doubletag

Post by Shadow December 9th 2014, 4:15 pm

Hello

Could you please give the url of your forum?

Thanks :rose:
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Solved Re: Chatbox Doubletag

Post by Ape December 9th 2014, 4:21 pm

@Buttercup i think this is the one your looking for
http://imperial-senate.forumotion.com/


Chatbox Doubletag Left1212Chatbox Doubletag Center11Chatbox Doubletag Right112
Chatbox Doubletag Ape_b110
Chatbox Doubletag Ape1010
Ape
Ape
Administrator
Administrator

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

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

Back to top Go down

Solved Re: Chatbox Doubletag

Post by JScript December 9th 2014, 4:41 pm

APE wrote:(...)this is a bug that comes with the New Tagging system i have made a report about this and i Hope this will be fixed soon.
It has already been proven that is related to the New Tagging system???

In principle I do not think that is related to New Tagging system!
I think the ideal was to connect on his forum and examine it.

JS
JScript
JScript
Forumember

Male Posts : 741
Reputation : 175
Language : PT-BR, EN
Location : Brazil

http://jscript.forumeiros.com/

Back to top Go down

Solved Re: Chatbox Doubletag

Post by Ape December 9th 2014, 5:24 pm

ok we have ran some tests and find that we can not recreate the problem on our test sites and on my forum can you do the following steps

1) Remove the tagging system and see if the problem is still there.
2) Turn off any JavaScript's in the ACP and see if the problem is still there.
3) Clear your browser cache and see if the problem still shows.

we ask you to do this to remove any codes you may have that could be making this problem for you.

JScript wrote:
APE wrote:(...)this is a bug that comes with the New Tagging system i have made a report about this and i Hope this will be fixed soon.
It has already been proven that is related to the New Tagging system???

In principle I do not think that is related to New Tagging system!
I think the ideal was to connect on his forum and examine it.

JS
we have tested the forum and can not find the problem our self and have also tested it on our test sites with no problem so this is why we are asking the member to test the following Wink


Chatbox Doubletag Left1212Chatbox Doubletag Center11Chatbox Doubletag Right112
Chatbox Doubletag Ape_b110
Chatbox Doubletag Ape1010
Ape
Ape
Administrator
Administrator

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

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

Back to top Go down

Solved Re: Chatbox Doubletag

Post by SLGray December 9th 2014, 9:25 pm

Could the issue be with the code the OP is using.  It might be conflicting with the new tag system.


Chatbox Doubletag Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Chatbox Doubletag

Post by Ape December 9th 2014, 10:27 pm

We have now found that it is a matter of a code you have in your forum
This code :

Code:
a[href="/u1"] span:before {
content: "[F.Adm]";
}
and Not a bug found on our tagging system to fix your problem try and remove this code from your CSS and see if you still get the problem.

APE


Chatbox Doubletag Left1212Chatbox Doubletag Center11Chatbox Doubletag Right112
Chatbox Doubletag Ape_b110
Chatbox Doubletag Ape1010
Ape
Ape
Administrator
Administrator

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

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

Back to top Go down

Solved Re: Chatbox Doubletag

Post by DaBigestBob December 10th 2014, 3:56 am

So is let me follow this;

There is a tagging system out there where I don't need to use this code? I thought I had to use the code to have the tag

Edit:

Also the url for my forum is

http://www.fleetepsilon.forumotion.com
DaBigestBob
DaBigestBob
Forumember

Male Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia

Back to top Go down

Solved Re: Chatbox Doubletag

Post by Ape December 10th 2014, 3:58 am

what is the username you are using on your forum without the code ?


Chatbox Doubletag Left1212Chatbox Doubletag Center11Chatbox Doubletag Right112
Chatbox Doubletag Ape_b110
Chatbox Doubletag Ape1010
Ape
Ape
Administrator
Administrator

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

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

Back to top Go down

Solved Re: Chatbox Doubletag

Post by SarkZKalie December 10th 2014, 4:37 am

Remove @ symbol from chatbox with CSS, it's only show for some special user. E.g: Admin, Chatbox Moderators...
Code:
#chatbox_members li > span,#chatbox .user > span,#chatbox_members a[href="/u1"] span:first-child {
display:none !important;
}

Before 
Chatbox Doubletag Chatbo11
After I added that CSS
Chatbox Doubletag Chatbo10

It seems this issue just appear in English language. Tag username doesn't work in chatbox, right? Evil or Very Mad
SarkZKalie
SarkZKalie
Support Moderator
Support Moderator

Male Posts : 1418
Reputation : 220
Language : English

https://rotavn.forumotion.com/

Back to top Go down

Solved Re: Chatbox Doubletag

Post by JScript December 10th 2014, 5:08 am

@sarkzkalie01
It makes no sense to remove the @ symbol to fix this problem!


@DaBigestBob

I will explain to everyone what is happening:

When the login is done in the chatbox, first comes an html template.
In your case the party in question is this:
Chatbox Doubletag D5czMtT

That after the first refresh, comes another html model, see:
Chatbox Doubletag KPWQ4cW
See the differences in both codes!


So the most correct way to solve the problem is reported here using the code below:
Code:

a[href="/u1"] span:last-child:before {
  content: "[F.Adm]";
}

JS
JScript
JScript
Forumember

Male Posts : 741
Reputation : 175
Language : PT-BR, EN
Location : Brazil

http://jscript.forumeiros.com/

Back to top Go down

Solved Re: Chatbox Doubletag

Post by FrOsTyXi December 10th 2014, 5:11 am

Hello Try using this code here worked for me!

Code:
#chatbox .user span, .online-users li a span, .online-users li span, .away-users li a span, .away-users li span {display: none;}
#chatbox .user a *, .online-users li a span:last-child, .away-users li a span:last-child {display: inline-block !important;}
FrOsTyXi
FrOsTyXi
Forumember

Male Posts : 460
Reputation : 12
Language : english

http://team-psn.forum-board.net/

Back to top Go down

Solved Re: Chatbox Doubletag

Post by JScript December 10th 2014, 5:18 am

@FrOsTyXi
Did you read what I posted here: https://help.forumotion.com/t137328-chatbox-doubletag#927927 ???

What I did keep the @ symbol.

We will await the response of the member @DaBigestBob ok?

JS
JScript
JScript
Forumember

Male Posts : 741
Reputation : 175
Language : PT-BR, EN
Location : Brazil

http://jscript.forumeiros.com/

Back to top Go down

Solved Re: Chatbox Doubletag

Post by FrOsTyXi December 10th 2014, 5:22 am

JScript wrote:@FrOsTyXi
Did you read what I posted here: https://help.forumotion.com/t137328-chatbox-doubletag#927927 ???

What I did keep the @ symbol.

We will await the response of the member @DaBigestBob ok?

JS

Thank you i had the same issue with the double tagging and @ symbols after that code all the user names were correct [ADM]FrOsTyXi [MOD]TheRev just givng out what helped me get rid of the tagging of the @ and double [text]

Regards
FrOsTyXi
FrOsTyXi
FrOsTyXi
Forumember

Male Posts : 460
Reputation : 12
Language : english

http://team-psn.forum-board.net/

Back to top Go down

Solved Re: Chatbox Doubletag

Post by DaBigestBob December 10th 2014, 5:56 am

JScript wrote:@sarkzkalie01
It makes no sense to remove the @ symbol to fix this problem!


@DaBigestBob

I will explain to everyone what is happening:

When the login is done in the chatbox, first comes an html template.
In your case the party in question is this:
Chatbox Doubletag D5czMtT

That after the first refresh, comes another html model, see:
Chatbox Doubletag KPWQ4cW
See the differences in both codes!


So the most correct way to solve the problem is reported here using the code below:
Code:

a[href="/u1"] span:last-child:before {
  content: "[F.Adm]";
}

JS

Thank you this worked. People were starting to complain about it to me so this helps a lot.
DaBigestBob
DaBigestBob
Forumember

Male Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia

Back to top Go down

Solved Re: Chatbox Doubletag

Post by Ange Tuteur December 10th 2014, 5:48 pm

Topic archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

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