Legacy memberaction_dropdown Template Link

Status
Not open for further replies.

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:
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>
for this dropdown.

I would like link to have the link appear under the Private Message link :)

profile-dropdown.webp

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
This suggestion has been closed. Votes are no longer accepted.
Code:
	<li class="left">
			<a href="livewall.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" class="siteicon_profile" rel="nofollow">
				{vb:raw memberinfo.username}'s Wall
			</a>
		</li>

Try that :)
 
Update: This will be implemented in v1.2.7, currently scheduled to be released Monday :)
 
Status
Not open for further replies.

Legacy Forum Live Feed & User Wall

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
535
Customer rating
0.00 star(s) 0 ratings
Back
Top