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.

@mention

3 posters

Go down

@mention Empty @mention

Post by ferok Tue 4 Mar - 14:29

Hello 
What he wanted was a system that mention members with a tag like this: @name 
It is possible to Forumotion platform?
ferok
ferok
New Member

Posts : 11
Reputation : 1
Language : Portugal

http://b2dpt.forumeiros.com

Back to top Go down

@mention Empty Re: @mention

Post by JScript Tue 4 Mar - 14:33

@ferok

Yes, it is perfectly possible, search on Google for "@Mention do IPB para Forumeiros"

So long,

JS


Last edited by JScript on Tue 4 Mar - 14:36; edited 1 time in total
JScript
JScript
Forumember

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

http://jscript.forumeiros.com/

Back to top Go down

@mention Empty Re: @mention

Post by ferok Tue 4 Mar - 14:35

Im not permissions to read.
ferok
ferok
New Member

Posts : 11
Reputation : 1
Language : Portugal

http://b2dpt.forumeiros.com

Back to top Go down

@mention Empty Re: @mention

Post by JScript Tue 4 Mar - 14:38

Sorry about that, but it is a tutorial in which only members have access!

So long,

JS
JScript
JScript
Forumember

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

http://jscript.forumeiros.com/

Back to top Go down

@mention Empty Re: @mention

Post by ferok Tue 4 Mar - 14:40

I am a member Smile
ferok
ferok
New Member

Posts : 11
Reputation : 1
Language : Portugal

http://b2dpt.forumeiros.com

Back to top Go down

@mention Empty Re: @mention

Post by JScript Tue 4 Mar - 14:51

And what is your username there?

JS
JScript
JScript
Forumember

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

http://jscript.forumeiros.com/

Back to top Go down

@mention Empty Re: @mention

Post by ferok Tue 4 Mar - 14:51

Ferreira97 x)
ferok
ferok
New Member

Posts : 11
Reputation : 1
Language : Portugal

http://b2dpt.forumeiros.com

Back to top Go down

@mention Empty Re: @mention

Post by JScript Tue 4 Mar - 14:57

I bet you did not read the rules there and so shall not know "why" you can not view!
There we do not like members that have multiple nicks. Do not think you will have double accounts there, as it has in FDF or BestSkins.

Thanks for the information, your account has now been removed and each public IP you have I personally will be watching!

João Carlos.
JScript
JScript
Forumember

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

http://jscript.forumeiros.com/

Back to top Go down

@mention Empty Re: @mention

Post by Base Tue 4 Mar - 14:58

What is going on here? Please keep on topic and keep all off-topic discussion to private messages please.

Is the question being answered or not?
Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

@mention Empty Re: @mention

Post by ferok Tue 4 Mar - 15:06

No.
I Need help to @mention.
ferok
ferok
New Member

Posts : 11
Reputation : 1
Language : Portugal

http://b2dpt.forumeiros.com

Back to top Go down

@mention Empty Re: @mention

Post by JScript Tue 4 Mar - 15:08

JScript
JScript
Forumember

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

http://jscript.forumeiros.com/

Back to top Go down

@mention Empty Re: @mention

Post by ferok Tue 4 Mar - 15:22

Refers to this: 
Code:
LGBB.addSwap (/ \ b @ (*) \ b / g, '<a href="/profile?mode=viewprofile&u=$1"> @ $ 1 </ a>'.?);
?
One question, is it suposte add a JScript with investment in the topics, right?
ferok
ferok
New Member

Posts : 11
Reputation : 1
Language : Portugal

http://b2dpt.forumeiros.com

Back to top Go down

@mention Empty Re: @mention

Post by JScript Tue 4 Mar - 15:31

Makes a test, but I recommend reading the entire post: help.forumotion.com/t116032-mention-mentioning-a-member-or-user

JS
JScript
JScript
Forumember

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

http://jscript.forumeiros.com/

Back to top Go down

@mention Empty Re: @mention

Post by ferok Tue 4 Mar - 16:34

Hello!
Code:
$(function () {[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
    var a = $('.name').get();[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
    for (i = 0; i < a.length; i++) {[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
        $(a[i].getElementsByTagName('a')[1]).dblclick(function (e) {[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
            e.preventDefault();[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
            document.getElementById('text_editor_textarea').value += '@[url=http://' + window.location.host + '/profile?mode=viewprofile&u=' + $(this).text() + ']' + $(this).text() + '[/url]';[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
        });[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
    }[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
});

Really worked and put "@ name" goes to the profile. 
One question, you can check to put a user name, this same user gets a notification? (using this code).
ferok
ferok
New Member

Posts : 11
Reputation : 1
Language : Portugal

http://b2dpt.forumeiros.com

Back to top Go down

Back to top


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