This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!
[Request]It can remove the link from the user name?
Forum rules
** AND PLEASE PROVIDE A LINK TO YOUR SITE THAT YOU NEED HELP WITH! OR I MIGHT NOT HELP YOU **
** AND PLEASE PROVIDE A LINK TO YOUR SITE THAT YOU NEED HELP WITH! OR I MIGHT NOT HELP YOU **
[Request]It can remove the link from the user name?
It can remove the link from the user name?
Last edited by galandas on Mon Apr 23 2012 7:39 pm, edited 1 time in total.
-
- ooopsie
- Posts: 1046
- Joined: Sat Sep 25 2010 12:15 pm
- Real name: Guito :)
- Country Flag: United States
- Location: Index, WA. or the State of Shock most of the time.
- Contact:
Re: [Request]It can remove the link from the user name?
Before going any further, Why would you want the user profile link removed? I'm sure it's quite easy to do although I have not tried it.
I'm just curious.
I'm just curious.
________________________
Ed
"Be kinder than necessary for everyone
you meet is fighting some kind of battle."
________________________
ALWAYS BACK-UP BEFORE MAKING CHANGES TO YOUR DATABASE OR FILES. ALWAYS!!!!
Do not PM me asking for support unless invited to do so. Use the forums.
Ed
"Be kinder than necessary for everyone
you meet is fighting some kind of battle."
________________________
ALWAYS BACK-UP BEFORE MAKING CHANGES TO YOUR DATABASE OR FILES. ALWAYS!!!!
Do not PM me asking for support unless invited to do so. Use the forums.
Re: [Request]It can remove the link from the user name?
if you want the link removed i guess the easy way i know how is do this:
[i_i]open:[/i_i]
[i_i]Find:[/i_i]
[i_i]Replace with:[/i_i]
[infobox]sorry ooopsie, seems we were posting at the same time![/infobox]
[i_i]open:
Code: Select all
viewtopic.php
[i_i]Find:
Code: Select all
'author_full' => get_username_string('full', $poster_id, $row['username'], $row['user_colour']),
[i_i]Replace with:
Code: Select all
// 'author_full' => get_username_string('full', $poster_id, $row['username'], $row['user_colour']),
'author_full' => get_username_string('no_profile', $poster_id, $row['username'], $row['user_colour']),
[infobox]sorry ooopsie, seems we were posting at the same time![/infobox]
-
- ooopsie
- Posts: 1046
- Joined: Sat Sep 25 2010 12:15 pm
- Real name: Guito :)
- Country Flag: United States
- Location: Index, WA. or the State of Shock most of the time.
- Contact:
Re: [Request]It can remove the link from the user name?
[offtopic]NP Cisco. I new it was a simple edit.[/offtopic]
________________________
Ed
"Be kinder than necessary for everyone
you meet is fighting some kind of battle."
________________________
ALWAYS BACK-UP BEFORE MAKING CHANGES TO YOUR DATABASE OR FILES. ALWAYS!!!!
Do not PM me asking for support unless invited to do so. Use the forums.
Ed
"Be kinder than necessary for everyone
you meet is fighting some kind of battle."
________________________
ALWAYS BACK-UP BEFORE MAKING CHANGES TO YOUR DATABASE OR FILES. ALWAYS!!!!
Do not PM me asking for support unless invited to do so. Use the forums.
Re: [Request]It can remove the link from the user name?
thanks
and can also remove the link from the arguments?
and can also remove the link from the arguments?
Last edited by galandas on Mon Apr 23 2012 7:40 pm, edited 1 time in total.
Re: [Request]It can remove the link from the user name?
you should of just stated in the beginning you also wanted this, will this be the only other area you want this for?
try this:
[i_i]open:[/i_i]
[i_i]Find:[/i_i]
[i_i]Replace with:[/i_i]
try this:
[i_i]open:
Code: Select all
viewforum.php
[i_i]Find:
Code: Select all
'TOPIC_AUTHOR_FULL' => get_username_string('full', $row['topic_poster'], $row['topic_first_poster_name'], $row['topic_first_poster_colour']),
[i_i]Replace with:
Code: Select all
'TOPIC_AUTHOR_FULL' => get_username_string('no_profile', $row['topic_poster'], $row['topic_first_poster_name'], $row['topic_first_poster_colour']),
Re: [Request]It can remove the link from the user name?
I'm sorry
you're right
last thing then do not ask for more
remove the link from the user name of who is online
THANK YOU FOR YOUR PATIENCE.
[hsimg]http://i40.tinypic.com/2a8izi1.jpg[/hsimg]
you're right
last thing then do not ask for more
remove the link from the user name of who is online
THANK YOU FOR YOUR PATIENCE.
[hsimg]http://i40.tinypic.com/2a8izi1.jpg[/hsimg]
Re: [Request]It can remove the link from the user name?
wow, you should of asked for all those links the first time!
as far as that link goes, that one you might be on your own, or maybe someone else can help you, that one is beyond my pay grade!
as far as that link goes, that one you might be on your own, or maybe someone else can help you, that one is beyond my pay grade!
Re: [Request]It can remove the link from the user name?
ok thank you very much