vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   [3.0.0 GOLD] Forums access options (minimum posts to acces, create new threads, reply (https://vborg.vbsupport.ru/showthread.php?t=64607)

Jadelit 05-04-2004 07:03 AM

yes I am sure of it.. I registered a test user and clicked on the link and it worked.. I was able to view the thread and all of its posts.

Jadelit 05-09-2004 08:21 AM

I this going to be fixed?

QATAR SPEED 06-14-2004 10:18 PM

*bump*

hukgwai 06-27-2004 02:09 AM

Ajoutez en dessous :

what does that mean?

over write? add at end?

Kihon Kata 06-27-2004 04:53 AM

Clicks to Install! Took me 7 minutes and I am NOT a pro vB.

Thanks

jlaine 08-05-2004 02:38 AM

I installed this recently - the intent for me was to limit one forum from users without the required amount of posts.

I since found out that it prevents anyone not logged in, from viewing ANY forum at all - no matter what the settings are on. If I remove the changes from forumdisplay.php, the situation is rectified and one can view individual forums again if not logged in.

Any suggestions?

alshehi 08-05-2004 02:46 PM

<a href="http://www.vbulletinclub.com/index.php?styleid=43" target="_blank">http://www.vbulletinclub.com/index.php?styleid=43</a>

Rambo 08-07-2004 01:09 AM

Quote:

Originally Posted by Jadelit
Um.. a person without the required posts is still able to view the thread by clicking on the latest post link from the index.

I got the exact same problem also..

Ye going to be sorting this? o.O

GunsNetwork 10-08-2004 02:26 PM

Took me a while to figure out why Guests / Visitors could not view my website. Well the problem turned out to be this hack. This line of code change is what did it.

In forumdisplay.php, find :

*********************************************
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');
*********************************************

and replace with :

*********************************************
if ($foruminfo[access_nb]<=$bbuserinfo[posts] || $bbuserinfo[usergroupid]==6)
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');
else print_no_permission();
*********************************************

Now for the good news is, the hack still works, even with this portion of the code taken out. Yes all the defaults were at 0 but still no guests could even view the website. So in the end I would like to understand WHY the above code did not allow the guests to view the website and what mods could be done to allow me to upgrade this on portion of the code back into forumdisplay.php

I am running 3.0.3 if that matters.

Guns Network Staff

GunsNetwork 10-08-2004 02:28 PM

Ditto what jlaine said above, so I guess I am not the only one having the same problem. But the hack still keeps running.

GNS


All times are GMT. The time now is 11:32 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.01037 seconds
  • Memory Usage 1,728KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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