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)

sauron2002 01-06-2003 07:19 AM

top stuff, thanks for making it, i also really like the excellant readme which is one of the best ive read / followed, :)

great stuff :)

Haddy 01-10-2003 09:24 PM

Nice instructions but i screwed something cause i get this.....

Fatal error: Call to undefined function: adminlog() in /home/*****/public_html/forums/index.php on line 7
*username edited out*

Index Attached....

Any clues?

razorback 01-11-2003 09:32 AM

:cheeky:

Very good this kack

thank's

;)

Oblivion Knight 01-17-2003 04:05 PM

I modified the code a little to make who's online show below the panel instead of the PM's, but everything's working perfectly for me.. :)

Also, the thread's are counted wrong.. It's counting how many threads have had replies in them, not new threads that have been created. This may have already been pointed out, but I couldn't really be bothered going back through 26 pages when I'm having no problems with the hack.

[high]* Oblivion Knight clicks install.[/high]

buro9 01-30-2003 08:27 AM

BUG ALERT:

The hack is fantastic, but the post counts in the hack are incorrect... where it says "There have been blah posts in blah threads", those counts are not excluding any posts in forums that the user does not have permission to see.

I've now edited the queries in index.php to exclude my private forums totally... but that means the counts are incorrect for those who are allowed to see the private forums.

The queries now look like this:

PHP Code:

$getnewthread=$DB_site->query_first("SELECT COUNT(*) AS threads FROM thread WHERE lastpost > '$bbuserinfo[lastvisit]' AND forumid != 54");
$getnewpost=$DB_site->query_first("SELECT count(*) AS posts FROM post p, thread t WHERE p.dateline > '$bbuserinfo[lastvisit]' AND p.threadid = t.threadid AND t.forumid != 54"); 

Which excludes forum 54 in the search... but there should be a better way than this.

Aside from this, the whole thing works a dream and you can see it running at http://www.buro9.com/forum/

Cheers

David K

iceman11111 03-06-2003 04:52 PM

Great Hack!

easy as pie!

xcel 03-12-2003 01:03 AM

Sweet No problems whatsoever.

Thanks for a Great Hack!!

Xcel

msimplay 03-16-2003 09:14 PM

Will this hack be released for vb3 ?
if need be i mean

sola 03-17-2003 11:10 PM

Yeah, kinda hoping so too. Looks great. Wish I could have it. :cry:

Slappy Nutz 04-05-2003 12:22 PM

Kick Ass hack! I moved a few things around to my liking! :)
www.live-enabled.com/forums !

*install*


All times are GMT. The time now is 01:20 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.02573 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
  • (1)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