The new Tag@member system doesn't work correctly
+2
Base
Ahmed.K
6 posters
Page 1 of 1
The new Tag@member system doesn't work correctly
The new Tag@member system doesn't work correctly with any name with a space:
- Here is a test:
Ahmed.K- Forumember
- Posts : 347
Reputation : 4
Language : English
Re: The new Tag@member system doesn't work correctly
Hello,
Thanks for reporting this. I will forward it to our pro admin.
Thanks for reporting this. I will forward it to our pro admin.
Re: The new Tag@member system doesn't work correctly
Hello,
the solution is the following.. it was written right, but the system converted the example too
She will correct the announce tomorrow
the solution is the following.. it was written right, but the system converted the example too
Buttercup wrote: 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
Re: The new Tag@member system doesn't work correctly
Still there is a bug with it.
It convert the quote system to Tag @member, like this
You will see this:
@ Admin wrote: ....@ Admin
It convert the quote system to Tag @member, like this
- Code:
[quote="Admin"][/quote]
You will see this:
@ Admin wrote: ....@ Admin
Ahmed.K- Forumember
- Posts : 347
Reputation : 4
Language : English
Re: The new Tag@member system doesn't work correctly
This has been Fixed i made the change my selfNiko! wrote:Hello,
the solution is the following.. it was written right, but the system converted the example tooButtercup wrote: 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
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
Re: The new Tag@member system doesn't work correctly
Hmmm, Is it possible removing the Tag@member just from the quote?
Should be like this
Should be like this
- Code:
Admin wrote:
- Code:
@Admin wrote:
Ahmed.K- Forumember
- Posts : 347
Reputation : 4
Language : English
Re: The new Tag@member system doesn't work correctly
Hello,
the conversion is made even for the quote title, but no notification will be sent
it is just made to have a refer to the member who is quoted
the conversion is made even for the quote title, but no notification will be sent
it is just made to have a refer to the member who is quoted
Re: The new Tag@member system doesn't work correctly
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.
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.
Re: The new Tag@member system doesn't work correctly
SLGray, why you deleted my post?
Ahmed.K- Forumember
- Posts : 347
Reputation : 4
Language : English
Re: The new Tag@member system doesn't work correctly
I did not delete any posts.
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.
Re: The new Tag@member system doesn't work correctly
Anyway, my question again, is it possible removing the first character (@) in the quote title by javascript?
Ahmed.K- Forumember
- Posts : 347
Reputation : 4
Language : English
Re: The new Tag@member system doesn't work correctly
This is something new. I do not know if it is possible.
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.
Re: The new Tag@member system doesn't work correctly
This should probably do the trick :Ahmed.K wrote:Anyway, my question again, is it possible removing the first character (@) in the quote title by javascript?
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);
});
Re: The new Tag@member system doesn't work correctly
It works fine. Thanks Ange.
Ahmed.K- Forumember
- Posts : 347
Reputation : 4
Language : English
Re: The new Tag@member system doesn't work correctly
Is this completely solved now?
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.
Ahmed.K- Forumember
- Posts : 347
Reputation : 4
Language : English
Re: The new Tag@member system doesn't work correctly
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
» Tuesday tip : Reputation system: only allow positive votes
» search doesnt work?
» New Registration Doesnt work
» URGENT! The forum doesnt work at all!
» Search engine doesnt work
» search doesnt work?
» New Registration Doesnt work
» URGENT! The forum doesnt work at all!
» Search engine doesnt work
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum