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)
-   -   vBindex v2.1 (https://vborg.vbsupport.ru/showthread.php?t=41916)

FlyingDutchman 08-10-2002 08:18 PM

:bunny:

ipscone 08-10-2002 08:26 PM

Ok, I'll look at the file and check out other posts for these small issues.

I guess the only last thing is that I assume that one can integrate news feeders and other portal type features into this as well, correct?

Thanks,
Gotta run...

NTLDR 08-10-2002 08:38 PM

You can theoretically add any feature that is avalible to vBulletin into the vBindex page... just edit the source code and templates.

hankster 08-10-2002 09:25 PM

Quote:

Originally posted by NTLDR


If you have complated the installation you should have a set of templates called vBindex Templates which have a number of home and home_ templates within it, these are the templates that need to be edited.

I have a set of vBindex Templates that are within all of my other templates. There is no seperate set of templates. It looks like if I edit the vBindex Templates that are within the Default template set, it changes the vbindex page.

Quote:


I guess the server can't handle the number of queries for the page or that you have a slow connection.

The site runs well (loads of less then 1) with over 175+ plus people connected along with a seperate area that is busy running PostNuke. The slow respose is the same even if vB is only showing 65 people connected. The slowness is only when trying to connect to the vBindex page, the other vB pages come up instantly.

NTLDR 08-10-2002 09:36 PM

Quote:

Originally posted by hankster
I have a set of vBindex Templates that are within all of my other templates. There is no seperate set of templates. It looks like if I edit the vBindex Templates that are within the Default template set, it changes the vbindex page.
Thats correct and how it should be ;)

Quote:

The site runs well (loads of less then 1) with over 175+ plus people connected along with a seperate area that is busy running PostNuke. The slow respose is the same even if vB is only showing 65 people connected. The slowness is only when trying to connect to the vBindex page, the other vB pages come up instantly. [/B]
The only thing I can think of from what you have said and what I have seen elsewhere is that its taking a long time to retrive format and display the currently online users as the only other report of this problem is a board with many users currently online.

DWZ 08-11-2002 12:18 AM

Quote:

Originally posted by NTLDR
What happens when users logout currently? Are they automaticly redircted or do they have to click to get to the forums index?
At the moment, if they hit the logout button on vBindex, it takes them to the forum home page, not back to the vBindex page, so It would be cool if it could take them back to where they came from, i.e. vBindex, so err... yeah :)
Quote:

Originally posted by NTLDR See PM with updated attachment ;)

This will redirect all users who vote on the poll on the home page that have $bbuserinfo['userid'] set to 0, ie guests and users not logged in will be redirected to the results of the poll when they vote. Just overwrite your existing vbipoll.php with this one and replace" VBINDEX FILE NAME" with the name of the file before the .php :)

Thanks for that, but I think I explained what I wanted a bit badly (note that you don't have to help me if it's too much trouble :)). If you look at this attachment, you see what a person sees when they have voted. That's what I wanted a un-registered person too see (properly without the bit that says "You have already voted on this poll). So they can't vote at all. You get what I mean? OK, thanks :)

Alan (DWZ)

hankster 08-11-2002 02:56 AM

Thanks for the info... guess I'll just wait until vB releases their front end and see what happens.

atease 08-11-2002 03:40 PM

Quote:

Originally posted by amity
i added the poll and news forums, should they be private? or it doesn't matter? i have them private currently....

thank ya.
am

same here. should they be private?

bommelchen 08-11-2002 03:50 PM

Hi i love this hack !!!

but i have a question, is there a way to include the vBcalendar in a centerbox ?

Greeting bommelchen

NTLDR 08-11-2002 04:42 PM

Quote:

Originally posted by DWZ
If you look at this attachment, you see what a person sees when they have voted. That's what I wanted a un-registered person too see (properly without the bit that says "You have already voted on this poll). So they can't vote at all. You get what I mean?(DWZ) [/B]
After I did this I thought that may be what you wanted, heres the change to vbindex.php which will show the results of the poll for users with the userid 0:

Change This:
PHP Code:

if (!$pollinfo[active] or !$pollinfo[open] or ($pollinfo[dateline]+($pollinfo[timeout]*86400)<time() and $pollinfo[timeout]!=0)) { 

To This:
PHP Code:

if (!$pollinfo[active] or !$pollinfo[open] or ($pollinfo[dateline]+($pollinfo[timeout]*86400)<time() and $pollinfo[timeout]!=0) or $bbuserinfo['userid']==0) { 

I'll have a look at the logout issue and post here/PM you when its done ;)


All times are GMT. The time now is 02:26 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.02087 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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