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)
-   -   Users Threads in Profile [vB3] (https://vborg.vbsupport.ru/showthread.php?t=61020)

nhochochack 03-24-2004 10:10 AM

in the gold version , have the problem
Fatal error: Call to undefined function: get_noaccess_forumids() in d:\quang\www\vb\member.php on line 435

how to fix ?

assassingod 03-24-2004 01:42 PM

Did you apply the file changes to includes/functions_misc.php?

nhochochack 03-25-2004 02:27 AM

i was applyed file includes/functions_misc.php , but this problem is as

Gizmo 03-25-2004 05:16 PM

Thanx for your work, I will translate it! ;)

assassingod 03-25-2004 05:26 PM

Quote:

Originally Posted by nhochochack
i was applyed file includes/functions_misc.php , but this problem is as

Try opening member.php and find:
PHP Code:

require('./global.php'); 

Under, add:
PHP Code:

require('./includes/functions_misc.php'); 


nhochochack 03-26-2004 02:25 PM

i use vbb 3.0.0 Gold version , in member.php , i only found
PHP Code:

require_once('./global.php'); 

and under it i add
PHP Code:

require('./includes/functions_misc.php'); 

and try add
PHP Code:

require_once('./includes/functions_misc.php'); 

but it show the problem
Code:

Fatal error: Call to undefined function: get_noaccess_forumids() in d:\quang\www\vb\member.php on line 437

tnguy3n 03-27-2004 12:53 PM

https://vborg.vbsupport.ru/showpost....2&postcount=25


Open member.php

Find:::
Code:

$limit = '5';        // Enter the number of maximum threads you want to be displayed
$forumids = implode("', '", get_noaccess_forumids()) ;

above it, add::
Code:

require_once("./includes/functions_misc.php");
I use vb3 gold as well and dis hack works fine on my board. :)

sjau 04-03-2004 04:24 PM

Quote:

Originally Posted by assassingod
Try adding above
PHP Code:

$limit '5';    // Enter the number of maximum threads you want to be displayed
$forumids implode ("', '"get_noaccess_forumids()) ; 

this:
PHP Code:

require_once("./include/functions_misc.php"); 



That one given is not correct
PHP Code:

require_once("./includes/functions_misc.php"); 

It's missing the "s" in includes... that's the error I got :)

Onkel_Tom 04-20-2004 11:47 PM

Quote:

// Coming Soon:
Thread Permissions (No need to manually exclude forums!)
Is this implemented now ?
I found this words still in the installation instruction of v1.1

Onkel_Tom 04-21-2004 12:13 AM

Okay, I installed the hack and forums permissions are working ;)
another question, what must be changed to show also the latest posts ans answers of the members and not only the own started threads ?


All times are GMT. The time now is 05: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.01318 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)bbcode_code_printable
  • (8)bbcode_php_printable
  • (3)bbcode_quote_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
  • (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