PDA

View Full Version : How do I do This?


ECMatt90
07-18-2008, 07:36 PM
I saw this on another forum and was wondering how it could be done.

Looks like a simple code change, but wasn't sure how to get this.

They have added a hyperlink to the users photo gallery.

I am running vb 3.7.1

See picture attached,

Thanks

matt

theforumist
07-18-2008, 08:43 PM
I'm guessing it has something to do with albums. I'm probably wrong as I've only been using vB for only 3 days.

ECMatt90
07-19-2008, 01:49 PM
Anyone else?

RLShare
07-19-2008, 04:08 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=168428" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=168428</a>
^This might get you started.

What that image looks like though is that it queries for the actual album names and links them directly which would need to be done in a plugin. But it would add alot of queries.

Hex_legend
07-19-2008, 04:37 PM
again, is there no way you could just edit the postbit to add a link to that users album?

for instance, adding domain/album.php?u=$vboptions[userid] or something?

RLShare
07-19-2008, 04:38 PM
Thats what the thread I posted is about.

Hex_legend
07-19-2008, 04:41 PM
Ok, sorry. Just thought it would save plugins and calls etc.