Think We need direct link to our profile From homepage....

Status
Not open for further replies.

sagatexplus

Active member
Regular
Joined
Jun 2, 2011
Messages
940
Kin
32💸
Kumi
0💴
Trait Points
0⚔️
ya i think so
which will make us easy to go to our profile with one step less Like i have marked in the following picture.... by clicking in our respextive names, we can go to our profile directly rather than going to Forums>go to your profile...
You must be registered for see images



what do you think......
sorry if it already made... :shrug: can't find one.
 

Escorpiius

Active member
Elite
Joined
Sep 30, 2010
Messages
8,257
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Well, I don't mind it - since I rarely come on the Homepage but I guess, it's not such a bad suggestion. Since, I don't really find any real drawbacks from it, I'm for it :)
 

'Kurapika

Active member
Legendary
Joined
Feb 27, 2011
Messages
10,266
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Awards
well it won't be as easy as putting a link into the html code, since it will have to be connected to the database since each member's profile has a unique url, i think it would be both easier and even more productive for us to put a link to our control panels there, since every user's control panel has the same url, all the will be needed is replace the forum's url with the control panel's url and we also go to our CPs more often then we go to our profiles.
 

Blizzàrd1

Active member
Legendary
Joined
Sep 13, 2010
Messages
13,534
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Awards
I really want that >____< I suggested that on OPB, its just annoying to click on forums and then go to the profile. And infact its just simple one line code to direct user by clicking on the username on top right corner. I hope they take this in consideration.
 

Blizzàrd1

Active member
Legendary
Joined
Sep 13, 2010
Messages
13,534
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Awards
well it won't be as easy as putting a link into the html code, since it will have to be connected to the database since each member's profile has a unique url, i think it would be both easier and even more productive for us to put a link to our control panels there, since every user's control panel has the same url, all the will be needed is replace the forum's url with the control panel's url and we also go to our CPs more often then we go to our profiles.
Lol :lmao: I think U don't know a thing about php :| it's a simple one line code which I can write right now in 2 secs...
 

sagatexplus

Active member
Regular
Joined
Jun 2, 2011
Messages
940
Kin
32💸
Kumi
0💴
Trait Points
0⚔️
ya isn't it annoying to go to forum and then to profile.... it's kind of lazy thing to do some time ,so i would suggest to have direct link ,who are with me????
 

'Kurapika

Active member
Legendary
Joined
Feb 27, 2011
Messages
10,266
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Awards
Lol :lmao: I think U don't know a thing about php :| it's a simple one line code which I can write right now in 2 secs...
i don't know much about php, but i know that it will have to connect to the sql server since each member's profile has a unique url, also i know infact that just replacing the forum's url with the CP's url is much simpler " it won't be as easy as putting a link into the html code"
and i think it would be more efficient since we rarely go to our profile's unless we get a notification for a VM
also, i never claimed to know anything about php, so no need for childish mockery, i would prefer seeing this simple one line php code which can be made in two seconds instead of being laughed at, that way i might be able to learn a thing or two.
 

Blizzàrd1

Active member
Legendary
Joined
Sep 13, 2010
Messages
13,534
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Awards
i don't know much about php, but i know that it will have to connect to the sql server since each member's profile has a unique url, also i know infact that just replacing the forum's url with the CP's url is much simpler " it won't be as easy as putting a link into the html code"
and i think it would be more efficient since we rarely go to our profile's unless we get a notification for a VM
also, i never claimed to know anything about php, so no need for childish mockery, i would prefer seeing this simple one line php code which can be made in two seconds instead of being laughed at, that way i might be able to learn a thing or two.
:lmao: OMG.. the fact where you are wrong is when you say that we have to use every single person's ur.. it goes like this, sorry if i sounded rude but i didnt mean it.. let me explain.. Once u log in to the website you are already accessing the databases and are linked to them no matter u are using them in ur page or not. The sql commands link to the databases which is neccessasry because u want to show that the user logged in. Then u do this.
PHP:
<a href="http://www.narutobase.net/forums/member.php?<?php [Whatever the user id is] ?>"> <?php echo $username; ?> </a>
This line will add the link to the profile of the user who is logged in and not others since the you will only fetch the data of username who entered the password and corresponding username, and not others.
o___o hope this makes sense..
 
  • Like
Reactions: Daki Kibe
Status
Not open for further replies.
Top