PDA

View Full Version : Postbit Edit to Gallery/PM/Profile


Hummie
05-09-2010, 04:48 PM
I had this coding in my postbit template for vb3, but it doesn't seem to be working for vb4. Can anyone help me? The buttons are shoing up, but when you click on them, they don't work.

<a href="/Forum/member.php?$session[sessionurl]u=$post[userid]"><img src="http://www.your site/images/button1.gif" alt="$post[username]'s Profile" title="Go to $post[username]'s Profile" border="0"/></a>

<a href="/Gallery/showgallery.php?$session[sessionurl]ppuser=$post[userid]"><img src="http://www.your site/images/button2.gif" alt="$post[username]'s Gallery" title="Go to $post[username]'s gallery" border="0"/></a>

<a href="/Forum/private.php?$session[sessionurl]do=newpm&u=$post[userid]"><img src="http://www.your site/images/button3.gif.gif" alt="Send message to $post[username]" title="Send private message to $post[username]" border="0"/></a>
</div>

Hummie
05-10-2010, 06:15 PM
No one has any ideas?

***
For instance, when I click on the button for PM, it opens up a compose box with the person's name already in the "to" field.

When I click on the "gallery" field, it should take me to that person's Photopost gallery.

When I click on the "profile" field, it takes me to that person's profile. I don't miss this one much, but I do use the gallery and PM buttons constantly. Each time someone posts a class assignment (which is a digital scrapbooking layout), I click on the button to their gallery and then comment in the gallery.

Right now, the gallery setting is taking taking me to the most recent gallery posts...not to that particular users. The PM button is taking me to the main inbox, not a compose box ready to go with the users ID in the "to" field.

Hummie
05-24-2010, 03:53 PM
I'm bumping this as I still have this problem. It's been low priority over my other problems, but I would think it would be an easy fix if I just had the coding.

--------------- Added 1274748579 at 1274748579 ---------------

After much testing and headache and anaylzing, I finally got it!

I will post it here for anyone else that might need it:

<a href="/forum/member.php?{vb:raw session.sessionurl}u={vb:raw post.userid}"><img src="http://www.your site/images/button1.gif" border="0"/></a>

<a href="/gallery/showgallery.php?{vb:raw session.sessionurl}ppuser={vb:raw post.userid}"><img src="http://www.your site/images/button2.gif" border="0"/></a>

<a href="/forum/private.php?{vb:raw session.sessionurl}do=newpm&u=
{vb:raw post.userid}"><img src="http://www.your site/images/button3.gif" border="0"/></a>