BrianC
Customer
Hi I would like to add a link to the memberaction_dropdown template that directs to the user's wall. ie: www.site.com/livewall.php?u=1
Not sure how to do it but the other links are similar to:
for this dropdown.
I would like link to have the link appear under the Private Message link

Thanks for your patience. I think this would make a good addition for default mod install. It is a little confusing how with LiveWall installed that in some parts of website clicking on a profile link brings you to the users wall and others the users profile. This way users have an option to go to whichever they want to see.
Not sure how to do it but the other links are similar to:
Code:
<vb:if condition="$show['pmlink']">
<li class="left">
<a href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw memberinfo.userid}" class="siteicon_message" rel="nofollow">
{vb:rawphrase private_message}
</a>
</li>
</vb:if>
I would like link to have the link appear under the Private Message link


Thanks for your patience. I think this would make a good addition for default mod install. It is a little confusing how with LiveWall installed that in some parts of website clicking on a profile link brings you to the users wall and others the users profile. This way users have an option to go to whichever they want to see.
Last edited:
Upvote
0