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.

The new Tag@member system doesn't work correctly

+2
Base
Ahmed.K
6 posters

Go down

Solved The new Tag@member system doesn't work correctly

Post by Ahmed.K December 8th 2014, 6:43 pm

The new Tag@member system doesn't work correctly with any name with a space:
Here is a test:
avatar
Ahmed.K
Forumember

Posts : 349
Reputation : 4
Language : English

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Base December 8th 2014, 6:45 pm

Hello,

Thanks for reporting this. I will forward it to our pro admin.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Niko December 8th 2014, 7:00 pm

Hello,

the solution is the following.. it was written right, but the system converted the example too Wink

Buttercup wrote:The new Tag@member system doesn't work correctly 644535217 The new Tag@member system doesn't work correctly 644535217 Please note:

If you have a username with a space or special caracters, you must add marks: Example: 
@ange tuteur
Code:
@"ange tuteur"

She will correct the announce tomorrow thumright
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Ahmed.K December 8th 2014, 7:52 pm

Still there is a bug with it.
It convert the quote system to Tag @member, like this
Code:
[quote="Admin"][/quote]

You will see this:
@ Admin wrote: ....@ Admin
avatar
Ahmed.K
Forumember

Posts : 349
Reputation : 4
Language : English

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Ape December 8th 2014, 8:00 pm

Niko! wrote:Hello,

the solution is the following.. it was written right, but the system converted the example too Wink

Buttercup wrote:The new Tag@member system doesn't work correctly 644535217 The new Tag@member system doesn't work correctly 644535217 Please note:

If you have a username with a space or special caracters, you must add marks: Example: 
@ange tuteur
Code:
@"ange tuteur"

She will correct the announce tomorrow thumright
This has been Fixed i made the change my self Wink The new Tag@member system doesn't work correctly Solved10
Ahmed.K wrote:Still there is a bug with it.
It convert the quote system to Tag@member, like this
Code:
Admin wrote:

You will see this:
@ Admin wrote: ....@ Admin

@ Admin is not a bug @ Admin it is meant to be like that it is so you can click the Quoted Text of the Admin or member


The new Tag@member system doesn't work correctly Left1212The new Tag@member system doesn't work correctly Center11The new Tag@member system doesn't work correctly Right112
The new Tag@member system doesn't work correctly Ape_b110
The new Tag@member system doesn't work correctly Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Ahmed.K December 8th 2014, 8:38 pm

Hmmm, Is it possible removing the Tag@member just from the quote?

Should be like this
Code:
Admin wrote:
not
Code:
@Admin wrote:
avatar
Ahmed.K
Forumember

Posts : 349
Reputation : 4
Language : English

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Niko December 8th 2014, 9:04 pm

Hello,

the conversion is made even for the quote title, but no notification will be sent Wink
it is just made to have a refer to the member who is quoted
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by SLGray December 8th 2014, 9:10 pm

The reason why it does it when you quote someone is because it is a mentioning system.  You are quoting/mentioning the person who wrote the message.


The new Tag@member system doesn't work correctly 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Ahmed.K December 8th 2014, 9:12 pm

SLGray, why you deleted my post?
avatar
Ahmed.K
Forumember

Posts : 349
Reputation : 4
Language : English

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by SLGray December 8th 2014, 9:20 pm

I did not delete any posts.


The new Tag@member system doesn't work correctly 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Ahmed.K December 8th 2014, 9:23 pm

Anyway, my question again, is it possible removing the first character (@) in the quote title by javascript?
avatar
Ahmed.K
Forumember

Posts : 349
Reputation : 4
Language : English

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by SLGray December 8th 2014, 9:24 pm

This is something new.  I do not know if it is possible.


The new Tag@member system doesn't work correctly 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Ange Tuteur December 8th 2014, 10:49 pm

Ahmed.K wrote:Anyway, my question again, is it possible removing the first character (@) in the quote title by javascript?
This should probably do the trick :
Modules > JavaScript codes management > New

Title : Your choice
Placement : Your choice
Code:
$(function() {
  var a = document.getElementsByTagName('A'),i;
  for (i=0; i<a.length; i++) if (/CITE/.test(a[i].parentNode.tagName)) a[i].innerHTML = a[i].innerHTML.slice(1);
});
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Ahmed.K December 8th 2014, 11:29 pm

It works fine. Thanks Ange.
avatar
Ahmed.K
Forumember

Posts : 349
Reputation : 4
Language : English

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by SLGray December 8th 2014, 11:30 pm

Is this completely solved now?


The new Tag@member system doesn't work correctly 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by Ahmed.K December 8th 2014, 11:31 pm

Yes, solved.
avatar
Ahmed.K
Forumember

Posts : 349
Reputation : 4
Language : English

Back to top Go down

Solved Re: The new Tag@member system doesn't work correctly

Post by SLGray December 8th 2014, 11:34 pm

Topic solved and archived



The new Tag@member system doesn't work correctly 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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