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)

clangrounds.com 09-09-2002 07:53 PM

I don't know if this has been addressed yet, and I can't spend 1/2 a hour to a hour reading through 30 pages of posts to see if it has been.

I have custom user groups in my forums for VIP, Donator, etc etc. They can login ok to the forum itself, but get a permission error messages when they go to the main site which is a vbindex (renamed index.php) page.

Please help kind sir, this is an awesome hack for vbulletin indeed! I have not upgraded to 2.2.7 because I'm afraid I'll lose all the customizations I made to the board. :(

NTLDR 09-09-2002 09:32 PM

Quote:

Originally posted by clangrounds.com
I have custom user groups in my forums for VIP, Donator, etc etc. They can login ok to the forum itself, but get a permission error messages when they go to the main site which is a vbindex (renamed index.php) page.
Check that the usergroup can access vBindex, access is done on a per usergroup basis.

NTLDR 09-09-2002 09:34 PM

Quote:

Originally posted by 1stTrade
I don't want to limit the number of posts, I want to exclude some specific forums not to show up in the last Posts.
It should exclude the posts for people who cannot view them, however due to the way vB works it doesn't allways do this.

clangrounds.com 09-09-2002 09:54 PM

Quote:

Originally posted by NTLDR


Check that the usergroup can access vBindex, access is done on a per usergroup basis.

And where is that located in the admin cp?

Gohan 09-09-2002 10:36 PM

If you added new usergroup.. that just problem.. (no bug!)
you need small modify..

see other topic: https://vborg.vbsupport.ru/showthrea...065#post294065

NTLDR 09-09-2002 10:47 PM

To change the usergroup settings in the Admin CP go to Usergroups -> Modify and click edit next to the ones you want to change :)

SuB_ZeR0 09-09-2002 11:21 PM

Quote:

Originally posted by NTLDR
Instructions on how to do this have already been posted in this thread ;)
actually I don't think this has been done ... at least, in this thread anyway ...

I read other posts in this thread but they seems to be talking about the mini-calendar hack that add a mimimized version of the calendar ... it's not really what I wanted ...

What I wanted is not a calendar ... but more like a to-do list /datebook ... that list (personal) upcoming event that you added into the forum calendar ... so when you logged into the vbindex ... it will list the events that are personal to you ... you know what I'm talking about? :p ...

1stTrade 09-10-2002 07:48 AM

I´m sorry, but my problem is a bit more complicated. I cannot define Usergroups, who shall not see a specific forum (they should still have access to these forums).

I just want to exclude the posts of 3 forums out of the vbindex. All members should have access to these 3 forums, you can access them as always, but the posts should not show up in the last 10 posts on vbindex.

NTLDR 09-10-2002 01:33 PM

Quote:

Originally posted by SuB_ZeR0
but more like a to-do list /datebook ... that list (personal) upcoming event that you added into the forum calendar ... so when you logged into the vbindex ... it will list the events that are personal to you ... you know what I'm talking about? :p ...
You would need to add the PHP from that hack to the vbindex.php file and any HTML to the relevent template.

NTLDR 09-10-2002 01:36 PM

Quote:

Originally posted by 1stTrade
I just want to exclude the posts of 3 forums out of the vbindex.
I thought you meant private forums ;)

Change this line:

PHP Code:

$threadsquery $DB_site->query("SELECT threadid,forumid,title,postusername,lastposter,replycount,iconid FROM thread WHERE forumid!=$newsforum AND forumid!=$pollsforum ".$threadsql." AND visible=1 order by lastpost desc limit $numthreads"); 

To: (replacing X with the forum ids to exclude)

PHP Code:

$threadsquery $DB_site->query("SELECT threadid,forumid,title,postusername,lastposter,replycount,iconid FROM thread WHERE forumid!=X AND forumid!=X AND forumid!=X AND forumid!=$newsforum AND forumid!=$pollsforum ".$threadsql." AND visible=1 order by lastpost desc limit $numthreads"); 



All times are GMT. The time now is 03:48 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.02013 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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