Closed (fixed)
Project:
Advanced Profile Kit
Version:
5.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2008 at 04:02 UTC
Updated:
15 Nov 2008 at 03:01 UTC
I would like to allow users to navigate to/drill down into additional bio information. I tried adding custom content with <a href="/bio_detailed/<?php print $arg(0); ?>">Detailed Member Profile</a>, however this errors out. Any tips on how to use the %user argument in such a custom manner?
Comments
Comment #1
nevets commentedYou don't say what the error is but I am guessing you might want arg(1) instead of arg(0) but that depends on the unaliased path to your user profile.
Comment #2
kulfi commentedUPDATE - the following works for me:
If this is not too far off topic, what is the difference between $arg(1) and arg(1)?
Comment #3
michelle$arg(1) isn't anything that I'm aware of.
Michelle