View Full Version : VB3 style getinfo page
FASherman
05-16-2003, 10:00 PM
This is barely a hack. It is mostly a template mod, but since it does require the addition of one and only one line of code to member.php, it becomes a hack.
At any rate, the VB2 getinfo page is a boring two-column page. The VB3 getinfo page has a little more class.
FASherman
05-17-2003, 05:35 PM
Not complete without a screenshot:
You should change the paths to the images, they're hotlinked from vbulletin.com.
Every replacement var is parsed if they're in a .txt file because of some bad hacking here. So at vbulletin.org, if we ever need to even put a replacement variable in a text file, we have to rename the file to .php and then attach it :). :(
If that's true, why are the URIs pointing to vbulletin.com, not vbulletin.org?
Dean C
05-17-2003, 05:58 PM
This code appears to be taken directly from the source. None of the replacements are present which means it'll be basically unusable to anyone who has modified any of their table structures :)
- miSt
MindTrix
05-17-2003, 09:28 PM
been done a while ago over on vbulletintemplates ne hows :p
Floris
05-18-2003, 02:20 AM
Let me guess, as a template, with all the PHP in the head include :D lolol
Koutaru
05-18-2003, 03:37 AM
I will definately try this :) Thanks!
Chris M
05-18-2003, 02:08 PM
Nice:)
Satan
Chris M
05-18-2003, 02:22 PM
I just installed this on my dev board, and something you may want to consider -
In your template, you have:
<tr>
<td bgcolor="{ firstaltcolor }"><b>MSN ID:</b></td>
<td bgcolor="{ firstaltcolor }">$userinfo[msn]</td>
</tr>
Firstly, not everyone will have that hack installed, and secondly, it should be:
<tr>
<td bgcolor="{ secondaltcolor }"><b>MSN ID:</b></td>
<td bgcolor="{ secondaltcolor }">$userinfo[msn]</td>
</tr>
(remember to remove the spaces in { firstaltcolor } and { secondaltcolor };)
:)
Satan
Chris M
05-18-2003, 02:35 PM
And another template edit;)
In your getinfo_sendpm template, find:
<br><a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]">Send $userinfo[username] a Private Message!</a>
replace with:
<a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]">Send $userinfo[username] a Private Message!</a>
(essentially removing the <br> (which is incorrect code:p - should be <br />))
The above template edit will stop the "Send Chris a Private Message!" from being distorted as it is in this screenshot:)
Satan
FFArmageddon
05-22-2003, 10:28 PM
if it wasn't for all the things that seem to be wrong with it I would definetly install :\
gmarik
05-24-2003, 10:58 AM
Nothing works.
You've forgot to add your CSS file or ust change it.
Chris M
05-24-2003, 09:30 PM
@gmarik - What are you on about??:confused:
Satan
gmarik
05-25-2003, 08:03 AM
He uses CSS names that are not included in the release.
FFArmageddon
05-26-2003, 09:01 PM
gah the one released on vbulletin templates is messed up to. I might just need to release one myself.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.