Quote:
Originally Posted by calorie
Use the following to add a link to a user's PhotoPlog gallery in the vB postbit(_legacy) template:
Code:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$post[userid]">Gallery</a>
Use the following to add a link to a user's PhotoPlog gallery in the vB MEMBERINFO template:
Code:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$userinfo[userid]">Gallery</a>
|
Where in these templates is the best place to add the above?
Thanks