Quote:
Originally Posted by qpurser
Thanks Dylan.
Will try to find the hook also.
I can wait for the profile block for your gallery. No biggie
Technically I could delete the vBalbums link in the template also for now and in the mean time I just could create a Link to get to their gallery but I can't figure out the proper syntax.
I tried things like:
PHP Code:
<a href="dbtgallery.php?gal=gallery&do=search&u={vb:raw userinfo.userid}">My Gallery</a>
but they don't work.
Would be a great help if you could give me the proper syntax
Thanks
|
It would be something like
PHP Code:
<a href="dbtgallery.php?gal=gallery&do=view_user&id={vb:raw userinfo.userid}">My Gallery</a>
Dylan