PDA

View Full Version : how do I link to a tab in a user's profile from postbit?


Kingster
02-25-2009, 01:02 PM
I've got a couple of mods installed that create tabs in the user's profiles... Is there any way that I can link to those?

Thanks!

Lynne
02-25-2009, 01:56 PM
Sure. Just add the name of the tab at the end like this - http://yoursite.com/forums/member.php?userid=z&tab=xxxx You can find the name of the tab in the source code. You will see <a name="xxxx"></a> and the xxxx will be the name.

Kingster
02-25-2009, 03:24 PM
thanks much Lynne! It didn't give me the answer exactly, but you got me on the path and I figgered it out! :D

I'll be posting my bit of code out to the mod for them to utilize (if they decide to do so).

Much appreciated!