vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Force Current Members To Fill Out Required Profile Field (https://vborg.vbsupport.ru/showthread.php?t=82756)

Nukey 06-12-2005 04:33 PM

That gives me an error:
Code:

Fatal error: Call to a member function on a non-object in /mydir/httpdocs/forums/includes/functions.php(4118) : eval()'d code on line 7

calorie 06-12-2005 04:44 PM

Sorry I can't test right now. What if you move it from global_start to navbits?

Nukey 06-12-2005 04:47 PM

Same type of error again. Oh well. Thanks for trying. If you come up with anything I'll be watching this thread :)

Nukey 06-12-2005 05:04 PM

Well I use a sort of workaround. I replaced the eval(error message) code and just had it redirect to a page that looks exactly like the error that I made lol :)

calorie 06-12-2005 05:11 PM

I should have a fix soon, if you can give it a test?

calorie 06-12-2005 05:21 PM

Okay, redownload the attached plugin for use at global_start and let me know if you are missing any part of the page like you were before.

evss 07-30-2005 07:52 AM

Thank You, working prefectly on my forum.

calorie 07-31-2005 11:25 PM

Quote:

Originally Posted by evss
Thank You, working prefectly on my forum.

Great, glad it's now working. :)

Andreas 08-01-2005 12:36 PM

Instead of
PHP Code:

$zzz_regex "(profile|usercp)\.php";
if (isset(
$_SERVER['REQUEST_URI']) && !eregi($zzz_regex,$_SERVER['REQUEST_URI']))


why not just
PHP Code:

if (THIS_SCRIPT != 'profile' AND THIS_SCRIPT != 'usercp'

?

Btw: Did you consider releasing this as a Product?
Would make installation and maintenace easier :)

calorie 08-03-2005 07:22 PM

Thanks Kirby, marked for later...


All times are GMT. The time now is 02:07 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.01118 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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