PDA

View Full Version : Re: Profile Editing


Darkfire122333
08-06-2006, 10:02 PM
Ok, what I am working on is a project that allows the REMOVAL of the UserCP. DO NOT CALL THIS STUPID TILL U READ THE WHOLE THING!

I want to rid myself of that usercp, and place the edit links on the users profile making it the one stop shop for everything.

For example,

I want to place where it says "Additional Information" to show yp like that for all users viewing other peoples profiles, but when they view their own, it says "Additional Information [Quick Edit]"

Sofar, I have the redirect setup, the edit pages all decked out, now all i need is the code to place the items so that they show up onoly to the repective user.

I have also added an additional box at the bottom for miscelaneous usercp items such as subscriptions, etc.

any help would be greatly appreciated.

peterska2
08-06-2006, 11:52 PM
<if condition="$bbuserinfo[userid] == $userinfo[userid]">stuff</if>should do the trick :)

Darkfire122333
08-06-2006, 11:56 PM
Thank you! It works like a charm, It is very much appreciated :)

peterska2
08-06-2006, 11:57 PM
no prob, if you need any more help, just holla

Darkfire122333
08-07-2006, 12:09 AM
Thanks! I will most definitely do so, would you rather me ask in here, or in pm? I would rahter ask than get in trouble :rolleyes:

peterska2
08-07-2006, 12:13 AM
If you ask in here. That way if anyone else is looking for a similar thing, then they can find the answers via search.

Darkfire122333
08-07-2006, 12:17 AM
Ok, Thanks!