vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Welcome Panel (https://vborg.vbsupport.ru/showthread.php?t=32702)

nafae 11-27-2001 02:45 AM

da darling da... :D

trilOByte 11-27-2001 07:17 AM

[QUOTE]Originally posted by nafae
im installing it, but it seems i have encountered something i dont get. It sayes it can be placed anywhere in forumhome_xxx template. Well i am in the "forumhome" tree, and I dont see forumhome_xxx there or anywhere else. If he means xxx as in "any of them" it doesnt matter in WHAT forumhome i put it in? sorry just wanted to clear that up ;)

trilOByte 11-27-2001 07:23 AM

[QUOTE]Originally posted by snyx
I didnt like it when the users avatar was in that table man, cuz then the ON/OFF image of the PM's gets all messed up, and doesnt aling with the forums ON/OFF.

Myles.

trilOByte 11-27-2001 07:31 AM

Oh yeah, if there are no glitches with this (anyone), maybe a mod could move it into a none "beta" area. ;)

nafae 11-27-2001 06:09 PM

i hvnt found glitch, i love it... i have gotten like 6 comments "i like that thing at the top of the forums" hehehe

Horizon 11-27-2001 11:15 PM

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.

DarkReaper 11-28-2001 01:12 AM

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....

Bitmap 11-28-2001 04:18 AM

[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....

Horizon 11-28-2001 10:53 AM

Well I dont want to change it up at all...just want that line there :D

trilOByte 11-28-2001 01:24 PM

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">

becomes..

Code:

<td bgcolor="#1C5780" align="center" valign="top" width="100">$avatarimage</td>
<td bgcolor="#13486D">

If you just remove that, nothing else will change but the line will appear properly.

I'll update the download ;)


All times are GMT. The time now is 01:42 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.01106 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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