The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
Well, I'm not sure where to put this, it's really a template edit, but includes a couple of hacks already posted on the "full releses" section. I put this together as a walkthrough for an admin friend, and thought someone might find it useful.
Like I said, it's a combination of 2 previously relesed hacks (both credited fully). One by Firefly (avatar hack) and one by MrLister (since your last visit). It combines both of these hacks into a welcome panel at the top of the BB, just like the one here and on a few other sites. I'm pretty much a newbie to vB hacking, and struggled to put this together myself (couldn't find any instructions/hacks etc), but I think I've done an OK job. Maybe this will save a few headaches to others like myself ![]() Anyway, here's a few images to illustrate the hack/edit (or whatever it is ![]() A guests view of your forum homepage... ![]() ...and what they see when they have registered.... ![]() You can see a working verion of this hack here: The Genome Collective Thanks to Firefly and MrLister for providing the PHP hacks in this err, whatever ![]() (BTW, if this is in the wrong forum, please (mods) feel free to move it) here it is: [EDIT] Updated 28-11-01 to correct a display issue, table border on the right now displays properly. Show Your Support
|
Comments |
#17
|
||||
|
||||
![]()
I put a screen shot up, I dont know too much PHP, but I am missing a line on the right side...ideas?
I put a half circle around it.... Also how do I move all the stuff under my forums instead of at the top. |
#18
|
|||
|
|||
![]()
Working great for me, but I heavily modified it:
http://www.unrealtournament.org/forums/index.php One problem though: The # of posts and threads always seems to be the same.... |
#19
|
|||
|
|||
![]()
[QUOTE]Originally posted by Horizon
I put a screen shot up, I dont know too much PHP, but I am missing a line on the right side...ideas? I put a half circle around it.... |
#20
|
||||
|
||||
![]()
Well I dont want to change it up at all...just want that line there
![]() |
#21
|
||||
|
||||
![]()
Ooops, I never noticed that, but bitmap is right, it's an html error, all you need to do is remove the colspan=4 from after the $avatarimage... so
Code:
<td bgcolor="#1C5780" align="center" valign="top" width="100">$avatarimage</td> <td bgcolor="#13486D" colspan="4"> Code:
<td bgcolor="#1C5780" align="center" valign="top" width="100">$avatarimage</td> <td bgcolor="#13486D"> I'll update the download ![]() |
#22
|
||||
|
||||
![]()
OK, I've updated the download
![]() |
#23
|
||||
|
||||
![]()
What Template is this in?
Ok ANswered my question FORUMHOME template. ![]() |
#24
|
||||
|
||||
![]()
Hey Trilobyte, I have an idea....right above the welcome panel we have
Members: 20, Threads: 105, Posts: 430 Welcome to our newest member ..... Can you incorporate this into the panel also? |
#25
|
||||
|
||||
![]()
Sure, it's all in the forumhome template. The code you refer to, is located in the.....
<!-- text --> xxx[bunch of code]xxx <!-- /text --> part of the template, just move it into whichever part of the <!-- welcomepanel --> xxx[bunch of code]xxx <!-- /welcomepanel --> you want it to be in. In answer to your other question about having the welcomepanel at the bottom, yes just move all the.... <!-- welcomepanel --> xxx[bunch of code]xxx <!-- /welcomepanel --> code so it is underneath the.. <!-- /main --> part of the template. It's dead easy ![]() |
#26
|
||||
|
||||
![]()
Yea thanks a million, I dont know if I want the welcome panel at the bottom the more I Think about it.....
Have any ideas where to put the lines of Members: 20, Threads: 105, Posts: 430 Welcome to our newest member I am at a lost to put it somewhere, I Think though that it looks too plain though at the top...... |
#27
|
||||
|
||||
![]()
well it's up to you. I didn't include it in the welcomepanel, because it isn't directly pertinent to the viewers personal info, like all the other stuff in the welcomepanel.
I suppose you could put it under the login/logoff links, but it would look wierd to a guest user. I'm happy with it where it is. |
#28
|
||||
|
||||
![]()
Very nice, loox good. Thanks
|
#29
|
||||
|
||||
![]()
[QUOTE]Originally posted by DarkReaper
One problem though: The # of posts and threads always seems to be the same.... |
#30
|
|||
|
|||
![]()
That works, thanks
![]() |
#31
|
||||
|
||||
![]()
Great hack, congrats trilOByte
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|