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)
-   -   Welcome Panel [Final] (https://vborg.vbsupport.ru/showthread.php?t=33477)

WoodiE 07-06-2002 11:34 PM

clicks on install....works great for me on 2.2.6

Keyser S?ze 07-06-2002 11:42 PM

can anyone make a addon for this like, on holidays it automatically says "Merry Christmas..." that kind of thing, and so admins can set the date for whtever holidays or whatever

trilOByte 07-07-2002 06:12 AM

[QUOTE]Originally posted by Reverend
Thanks ghost.That fixed it.

Has the welcome panel hack been edited since it was first released,to replace "lastpost" with "dateline".

Just wondering.

Robert9 07-11-2002 03:19 AM

Hey I have a question. When I install the welcome panel it leaves off the Private message box that should be under the welcome panel. What is the problem here? I followed all the steps completely.

Schorsch 07-11-2002 03:29 AM

anybody has these two pics in german ? or could make them in german ?

thanks,
Schorsch

trilOByte 07-11-2002 07:00 AM

[QUOTE]Originally posted by Robert9
Hey I have a question. When I install the welcome panel it leaves off the Private message box that should be under the welcome panel. What is the problem here? I followed all the steps completely.

XTR3ME 07-11-2002 09:21 AM

Question how can i remove the forum leaders link ?

djr 07-11-2002 04:30 PM

Trilobyte,

Do you have the two .gif's in .psd format, so I can translate the text and the colors more easily?

- djr

Ian Emu-UK 07-14-2002 09:22 PM

Great hack :D

I have a couple of private forums, and I have fudged around with the PHP to stop it from counting them in the total with some help from a friend (Thanks RCK;)):-

PHP Code:

$getnewthread=$DB_site->query_first("SELECT COUNT(*) AS threads FROM thread WHERE lastpost > '$bbuserinfo[lastvisit]' and forumid <> '21' and forumid <> '19'");
$getnewpost=$DB_site->query_first("SELECT count(*) AS posts FROM post, thread WHERE lastpost > '$bbuserinfo[lastvisit]' and thread.threadid=post.threadid and thread.forumid <> '21' and thread.forumid <> '19'"); 

It works a treat apart from the fact it counts all the posts in a thread instead of just counting the new post.

I would be most grateful if one of you PHP/mySQL gods could help me with this one:)

Hwulex 07-15-2002 02:45 AM

Have installed, thanks for nice hack. Altered the templates pretty heavily, inspired by your own Genome Collective forum design (great work there btw dude).

Fourm should be at http://www.xaprief.com/forum/ soon :)


All times are GMT. The time now is 03:22 PM.

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.01362 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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