weird request topics by member by tagging
2 posters
Page 1 of 1
weird request topics by member by tagging
weird request topics by member by tagging
as far as i know the member tagging is like this @Michael_vx
and word tagging is #word
is there a way or Script to make something like when i tag a member name
let me able to view all topics from him for example
*Michael_vx
so after send it should be replaced to be like this
*Michael_vx
i hope i did Explain everything well
as far as i know the member tagging is like this @Michael_vx
and word tagging is #word
is there a way or Script to make something like when i tag a member name
let me able to view all topics from him for example
*Michael_vx
so after send it should be replaced to be like this
*Michael_vx
i hope i did Explain everything well
Last edited by Michael_vx on Sun 15 Feb 2015 - 18:54; edited 1 time in total (Reason for editing : solved)
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: weird request topics by member by tagging
hi there
first i like to congrats you for being support mod you are doing good
back to topic
i like it to be for the most versions put the phpbb2 in the 1st place
first i like to congrats you for being support mod you are doing good
back to topic
i like it to be for the most versions put the phpbb2 in the 1st place
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: weird request topics by member by tagging
thank you....
this should work on all 4 versions
this should work on all 4 versions
- Code:
$('.post').each(function(){
$(this).find('a[title*="Viewing profile"]').each(function(){
var b = $(this).text().replace('@','');
$(this).attr('href','/sta/'+b);
});
});
Re: weird request topics by member by tagging
i think not working
tested on phpbb2 and 3
is the key is @ or ?
tested on phpbb2 and 3
is the key is @ or ?
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: weird request topics by member by tagging
http://micsoft-test.forumg.biz/t22-tag-test#45
i guess i miss something
still the url is to the profile not topics
i wonder what i did miss
i guess i miss something
still the url is to the profile not topics
i wonder what i did miss
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: weird request topics by member by tagging
looks like your "Like" script has an error in it so its stopping other scripts from working
Re: weird request topics by member by tagging
weird
i thought that was the problem
i disabled all java scripts else then the tag code
same thing
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: weird request topics by member by tagging
ha im such a dummy i forgot to put it in a function
- Code:
$(function(){
$('.post').each(function(){
$(this).find('a[title*="Viewing profile"]').each(function(){
var b = $(this).text().replace('@','');
$(this).attr('href','/sta/'+b);
});
});
});
Re: weird request topics by member by tagging
lol im the dummy
i did not know is only needs something like that
alright
topic solved
thanks a lot
^_^
i did not know is only needs something like that
alright
topic solved
thanks a lot
^_^
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Similar topics
» Hide topics from specific member
» azwiz request for definition # 1 " Tagging "
» Can member move his/her own topics ?
» New Member cannot reply to topics
» How to make a member just a mod for one or two topics
» azwiz request for definition # 1 " Tagging "
» Can member move his/her own topics ?
» New Member cannot reply to topics
» How to make a member just a mod for one or two topics
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum