Hello, I'm trying to create a "read-more" link in the artist bio that creates a pop-up box with the artists entire bio. How do I pass the artist id to a new page that shows the current artist bio info. I have already created a bio.tpl page with the bio tags, I also created a link in the artist profile to display the artist bio info. The problem is only one artist bio is showing. I need to have the current artists info to show.
This is the code that I'am using for the link;
/*
a href="{$jamroom_url}/bio&profile_id={$profile_id}" title="{$PROFILE_NAME}" onclick="popwin(this.href,'bio','455','523','yes');return false" Read More "
*/
Whats wrong with my attempt?
Thanks
updated by @makande: 01/22/14 10:12:13AM