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?

Support for your styles questions
Forum rules
** AND PLEASE PROVIDE A LINK TO YOUR SITE THAT YOU NEED HELP WITH! OR I MIGHT NOT HELP YOU **
Post Reply
User avatar
galandas
Stars
Stars
Posts: 30
Joined: Wed Oct 13 2010 2:48 pm
Country Flag: Northern Mariana Islands

[Request]It can remove the link from the user name?

Post by galandas »

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.
User avatar
Ooopsie
ooopsie
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?

Post by Ooopsie »

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.
________________________
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.
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: [Request]It can remove the link from the user name?

Post by cisco007 »

if you want the link removed i guess the easy way i know how is do this:
[i_i]open:

Code: Select all

viewtopic.php
[/i_i]
[i_i]Find:

Code: Select all

				'author_full'		=> get_username_string('full', $poster_id, $row['username'], $row['user_colour']),
[/i_i]
[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']),
[/i_i]

[infobox]sorry ooopsie, seems we were posting at the same time![/infobox]
Image
User avatar
Ooopsie
ooopsie
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?

Post by Ooopsie »

[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.
User avatar
galandas
Stars
Stars
Posts: 30
Joined: Wed Oct 13 2010 2:48 pm
Country Flag: Northern Mariana Islands

Re: [Request]It can remove the link from the user name?

Post by galandas »

thanks
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.
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: [Request]It can remove the link from the user name?

Post by cisco007 »

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:

Code: Select all

viewforum.php
[/i_i]
[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]
[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']),
[/i_i]
Image
User avatar
galandas
Stars
Stars
Posts: 30
Joined: Wed Oct 13 2010 2:48 pm
Country Flag: Northern Mariana Islands

Re: [Request]It can remove the link from the user name?

Post by galandas »

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]
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: [Request]It can remove the link from the user name?

Post by cisco007 »

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!
Image
User avatar
galandas
Stars
Stars
Posts: 30
Joined: Wed Oct 13 2010 2:48 pm
Country Flag: Northern Mariana Islands

Re: [Request]It can remove the link from the user name?

Post by galandas »

ok thank you very much
Post Reply