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)

Dark_Wizard 11-14-2002 10:46 AM

[QUOTE]Originally posted by xiphoid
Yes and on 2.2.9

Floris 11-14-2002 10:57 AM

I see no reason why it will not work on the upcomming vb229

Brew 11-14-2002 04:17 PM

This hack is Great!

I would like to have this in my category as well though. It would be the forum directly below the main page of vB.

Can someone tell me how to make this available inside category display? I tried it but I think there's some files to hack to make it work.

Thanks!

Brew

Ali-g 11-15-2002 06:07 PM

When i upload index.php i allways receive the following error:
Parse error: parse error, unexpected $ in /home/virtual/site10/fst/var/www/html/forumi/index.php on line 329
What can i do?

NTLDR 11-15-2002 06:10 PM

You haven't followed the instructions correctly. Uninstall and then re-install the hack again.

MotownLF 11-23-2002 03:04 PM

*edit*

ryancooper 11-24-2002 04:12 PM

Is there a way to exclude certain forum id's from being counted in the new posts and new threads?

I have a usenet hack installed and have excluded the usenet forums from the view new posts search but hte welcome panel is still counting the new posts and threads. . .

Thanks!

Prince 11-25-2002 03:23 AM

I have it installed on 2.2.9

NetAccess 12-02-2002 08:56 PM

I have no Forumhome.php I do have a forumdisplay.php can anyone tell me what is wrong lol. Ok Nevermind I am stupid and slow found it gg's

lost myself 12-05-2002 01:20 AM

What a great hack, thanks

search@thing 12-06-2002 09:11 PM

Hi,

i hope you may help me, i have a Problem with the border at the Welcome Panel => the border is not there.

This is the URL: Talkarea.com. I?m sorry, but this is an german site.

Thank you for your help and your quick reply!!!

time4akshun 12-11-2002 07:15 PM

Killer hack!

suffeks 12-13-2002 04:56 AM

ok, when i visit the boards after a while, it says xx new posts, so ok, but when i go and view them, sometimes, not always, it just says cant find any matches. whats wrong? using ver 2.2.9, also did this in 2.2.8. help!?

ethics 12-13-2002 08:59 AM

[QUOTE]Originally posted by suffeks
ok, when i visit the boards after a while, it says xx new posts, so ok, but when i go and view them, sometimes, not always, it just says cant find any matches. whats wrong? using ver 2.2.9, also did this in 2.2.8. help!?

Roody 12-14-2002 02:16 AM

[QUOTE]Originally posted by ethics


Private forums?

I thought I saw a few people ask how it would be cool to exclude a certain forum from the search. Didn't see any answers though.

Strider Xero 12-20-2002 10:04 PM

Code:

<font face="Verdana" size="1">You have<b> $newpm[messages] </b>new <a href="private.php">PM</a>'s.</font>
Nice little peice of code, but if the person has no PMs, it will say 'You have new PMs'. Is there any way I could make it say 'You have 0 new PMs' instead??

94supratt 12-21-2002 11:32 PM

It worked for me but I ended up with 2 avatars. Looks like this. How do I fix it?

suffeks 12-24-2002 06:00 AM

so excluding private forums, how to? actually wait, i have access to private forums on my forum, and sometimes i still get no matches found, i think its another problem. unless, by default, private forum posts arent supposed to show up even for people who have access, but it still counts them.

flup 12-30-2002 01:39 PM

I have got a problem.
I have got 1 forum for my own, and im getting paid to work on 2 other forums.

On mine forum tha avatar wont show up!
On 1 of my customers it does, and at the other is wont shot up.

The Avatar string is the same at templates.
What may be the problem?

Strider Xero 12-30-2002 03:56 PM

Give us the address to the forums that you're having problems with so we can take a look at it.

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*

Geminy 04-05-2003 02:14 PM

This is the Italian translate of the hack

Questa ? la traduzione in Italiano dell'Hack.

Mathiau 04-10-2003 03:03 AM

anyone got this on 2.3.0? and no probs?

Oblivion Knight 04-10-2003 12:34 PM

[QUOTE]Today at 04:57 AM Mathiau said this in Post #392
anyone got this on 2.3.0? and no probs?

msimplay 04-10-2003 01:41 PM

Me too working on 2.3 rc3

Mathiau 04-10-2003 07:55 PM

dido - i put it in and done deal!

kdog316 04-19-2003 07:48 PM

in the forum home does the

<----text----->
thing go before
<-----main----> or somewhere else in there

dotagious 04-23-2003 10:27 PM

[QUOTE]04-19-03 at 03:48 PM kdog316 said this in Post #397
in the forum home does the

<----text----->
thing go before
<-----main----> or somewhere else in there

Sanjiyan 04-24-2003 12:45 PM

Greetings,

Installed fine on 2.3.0 bar one little snag..
I have it displaying in this order:

Welcome Message
Currently Active Users
Private Messages

Now the problem is, is that I cant alter the cell width of the PM New Icon, as shown in the attachment below.

The cell width is the same as the avatar width, which makes the New PM Icon graphic look well out of place.

Is there away I can fix this? I tried altering the welcomepanel html code, only for it not work eitherway.

Anyway, to understand what I mean please click on the attachment below.

Thanks

nanni 04-25-2003 09:26 AM

[QUOTE]04-05-03 at 04:14 PM Geminy said this in Post #391
This is the Italian translate of the hack

Questa ? la traduzione in Italiano dell'Hack.

Sanjiyan 04-28-2003 01:24 PM

bump


All times are GMT. The time now is 04:07 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.01699 seconds
  • Memory Usage 1,794KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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