Topic: URL question

Hi,
I'm using PunBB integrated in Joomla with the Punbo component.

The thing is that I wan't to use another meny than the real.
Everything's fine until I'm trying to make a option for the Profile page.

When I tried it went wrong in two ways. smile
First - I was tired when I tried so I simply put the URL I got when I pressed Profile and used it as the menu option. Well, my egocentric side liked it, because everyone came to my Profile page when the tried to access their owns.
Second - I tried to remove all possible parameters from the URL. Id, task, itemid. Everything went wrong.

Now I'm stuck without a clue what to do.

Is there an URL that leads to everyones own profile page without using the id parameter?

The site is in swedish but I link you up to the forum:
http://scrubs.theyard.org/punbo/Itemid,36/task,index/

2 (edited by ghotistix 2005-12-17 05:15)

Re: URL question

The link should look something like this:

<a href="profile.php?id='.$pun_user['id'].'">Profile</a>

Shiggity shwaa.

Re: URL question

Thanks, but it didn't work at all (I'd get a new message thou - Access denied smile ).

My guess is that it's something strange with the Punbo component and I think I'll ask there too.

My coding skills isn't much to brag about, but I think yours are so...
The link to a certain users profile page is http://mydomain/index.php?option=com_punbo&Itemid=36&task=profile&id=3 where id, of course, is the id of the user.

The Joomla/Punbo-thing is a little different from the Punbb-thing, I suppose.

Well, I suck. Thanks for your time. smile