I would've put this in the Photopost forums, but nobody seems to reply over their. I'm trying to do some custom coding for the template, and I can't seem to call the $userinfo[userid] anywhere in the template. I've tried $cats[userid], $post[userid], etc. but can't seem to get it.
Does anyone know how to call it? Thanks in advance.
That's basically the same code you'd use in the templates. I'm not exactly sure what you're trying to call but if you go to showproduct.tmpl and in the comment codes add the above code it will display the user's ID #.
That's basically the same code you'd use in the templates. I'm not exactly sure what you're trying to call but if you go to showproduct.tmpl and in the comment codes add the above code it will display the user's ID #.
I'm not sure if you're using the same VBGallery b/c their isn't any shotproduct.tmpl. In the browseimage template, I'm trying to call the $user[userid] function to convert the drop down sort fields into links users can click. I can't seem to get the userid to show up for some reason, links only show up as u="blank" even though I put u=$user[userid].