vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   VB3 style getinfo page (https://vborg.vbsupport.ru/showthread.php?t=53049)

FASherman 05-16-2003 10:00 PM

VB3 style getinfo page
 
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:

MUG 05-17-2003 05:36 PM

You should change the paths to the images, they're hotlinked from vbulletin.com.

N9ne 05-17-2003 05:40 PM

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 :). :(

MUG 05-17-2003 05:49 PM

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:
Code:

<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:
Code:

<tr>
            <td bgcolor="{ [high]second[/high]altcolor }"><b>MSN ID:</b></td>
            <td bgcolor="{ [high]second[/high]altcolor }">$userinfo[msn]</td>
          </tr>

(remember to remove the spaces in { firstaltcolor } and { [high]second[/high]altcolor };)

:)

Satan

Chris M 05-18-2003 02:35 PM

And another template edit;)

In your getinfo_sendpm template, find:
Code:

<br><a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]">Send $userinfo[username] a Private Message!</a>
replace with:
Code:

<a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]">Send $userinfo[username] a Private Message!</a>
(essentially removing the [high]<br>[/high] (which is incorrect code:p - should be [high]<br />[/high]))

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.


All times are GMT. The time now is 07:51 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01105 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (17)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete