The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Info
Don't know if this is an easy one or not but here it goes.
How could you make the user info pop up in a sort of popup box in say a window of 500 x 350 I thought that would be kind of interesting. |
#2
|
||||
|
||||
On page load or when someone clicks it? and why? You just nedd a simple script and some html.
|
#3
|
||||
|
||||
I don't know if this is his question, but I'd like to have my user profile pages as a pop up as well. I know HOW to make it a pop-up, but in what template would I alter it so that it would work?
|
#4
|
|||
|
|||
I think in the template for the profile style etc..change the html and php etc in a popup code...
If you press on usercp or whatever maybe you get an pop up.. I'm not very good in html I always use dreamweaver Greetz, Trust |
#5
|
||||
|
||||
Doh! Yeah, and it can be changed in the postbit too. Can't believe I didn't think of that!
So, Dimi, to answer your question, do the following: 1. Create the proper link for the pop-up. If you're new to pop-ups you can try this web based tool [link] 2. Place the new link in your postbit template. Hope that helps! |
#6
|
|||
|
|||
Hmm yeah i also know how to make popups but that wasn't my real problem, the reason is that there isn't a real link.
what would the replacement url be for this? $post[profile] It should be something like this <A HREF="javascriptopup('member.php3?=')"> <img src="{imagesfolder}/profile.gif"> </A> Anyone know how to complete the url string? |
#7
|
||||
|
||||
I've been working on documenting this mod, but my javascript test wasn't working.
To answer your question, the <a href> should be the following: Code:
<a href="member.php?s=&action=getinfo&userid=$userinfo[userid]"> |
#8
|
|||
|
|||
That's the right thing...my thing was an idea...I dont know very much things about vb postsbits and templates....
|
#9
|
|||
|
|||
Got it after a bit h***els, and if you do this, don't forget
to set border=0 on your image That popup creation site didn't work so i tried a diffirent one, worked out very well. Greez, Dimi |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|