The Arcive of vBulletin Modifications Site. |
|
[Tweak] Make Your Member Profile A Popup Window Details »»
|
|||||||||||||||||||||||||||
|
[Tweak] Make Your Member Profile A Popup Window
Developer Last Online: May 2014
Author: mashby
Description: This will teach you how to make the username in your postbit a link. When selected, it opens the Member Profile page in a pop-up window. Demo: NPUG.org Demo - Click on the user name, or avatar in the postbit. Note: This template mod can be modified to work in other templates as well. ![]() Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
nice one !
|
|
#3
|
|||
|
|||
|
nice :thumb up:
==install== |
|
#4
|
||||
|
||||
|
Thanks! Glad you guys like it.
|
|
#5
|
|||
|
|||
|
I have a quation my profile looks diff not the same as u does in the pop out code will it change it like u have that the avatar is in the upper left the al the info are to the right
if not can u please tell me what to change 10x |
|
#6
|
||||
|
||||
|
Andromeda - actually, the layout of my Member Profile (getinfo template) is based on another template mod. You can find it at this link.
All my template mod does is make the link a popup window. |
|
#7
|
|||
|
|||
|
that is nice. will install soon.
|
|
#8
|
|||
|
|||
|
Man this is a BEAUTIFUL modification
Thank you very much!Is it possible you can show us what to do exactly to change the links from Send user email & Send user PM from the text that is there now to buttons? Thank you!
|
|
#9
|
||||
|
||||
|
Quote:
![]() For the e-mail button, I had to hard code it. Meaning that I simply included a an <img> tag for the button itself. I wanted to make it conditional, like the PM button, but I can't do it without a hack. For the PM button, this is the code in the "getinfo" template $userinfo[sendpm] and in the "getinfo_pm" template I have the following: <a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]"> <img src="http://www.yourdomain.com/forum/images/sendpm.gif" border="0"></a> <a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]"> Send a Private Message!</a> |
|
#10
|
|||
|
|||
|
OT but cute buttons in the profile
|
![]() |
|
|