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)

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 04:41 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.01133 seconds
  • Memory Usage 1,724KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete