vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Usergroup condition without global.php (https://vborg.vbsupport.ru/showthread.php?t=296603)

DaveNGU 03-28-2013 04:47 PM

Usergroup condition without global.php
 
We're using ExpressionEngine with vB and whenever I include global.php within EE I get various PHP errors, so instead I was wondering if it was possible to use '$vbulletin->userinfo['usergroupid']' without including global.php and if so how :p.

Thanks

kh99 03-28-2013 04:56 PM

The current directory needs to be your forum directory (the directory that contains global.php) before including it. So do a chdir() to the forum dir, include global.php, then chdir() back if you need to.

Also, if you want to do the include inside a function, you need to declare some variables as global before you do the include (I keep forgetting what they are - if you want to do this, I'll try to find where someone posted it before).

DaveNGU 03-28-2013 05:02 PM

Quote:

Originally Posted by kh99 (Post 2412744)
The current directory needs to be your forum directory (the directory that contains global.php) before including it. So do a chdir() to the forum dir, include global.php, then chdir() back if you need to.

Also, if you want to do the include inside a function, you need to declare some variables as global before you do the include (I keep forgetting what they are - if you want to do this, I'll try to find where someone posted it before).

For your first point, that was actually what I was trying originally and getting this error message:

Fatal error: Call to a member function load_editor_settings() on a non-object in /home/nextgenupdate/public_html/forums/infernoshout/engine/inferno_load.php on line 24

Is there really no way of defining it without global.php? I feel it'd be so much simpler :p.

kh99 03-29-2013 11:28 AM

So you did something like:
Code:

$curdir = getcwd();
chdir('forumid'); // change to path to your actual forum directory
require_once('./global.php');
chdir($curdir);

outside of any function, and you got the above error? That looks like an error from a mod that I'm not familiar with, so I'm not sure. Did you look at the line mentioned to see what's going on there?

DaveNGU 03-29-2013 12:12 PM

Quote:

Originally Posted by kh99 (Post 2412906)
So you did something like:
Code:

$curdir = getcwd();
chdir('forumid'); // change to path to your actual forum directory
require_once('./global.php');
chdir($curdir);

outside of any function, and you got the above error? That looks like an error from a mod that I'm not familiar with, so I'm not sure. Did you look at the line mentioned to see what's going on there?

Yeah I tried exactly that, and there was nothing on that line lol.

I'm not convinced it's that plugin, I was getting another error message before that so I assume the two are intertwined. It just doesn't seem to want me to include global.php in any sense.

DaveNGU 03-31-2013 02:05 PM

Quote:

Originally Posted by kh99 (Post 2412906)
So you did something like:
Code:

$curdir = getcwd();
chdir('forumid'); // change to path to your actual forum directory
require_once('./global.php');
chdir($curdir);

outside of any function, and you got the above error? That looks like an error from a mod that I'm not familiar with, so I'm not sure. Did you look at the line mentioned to see what's going on there?

Any idea what I could do from here? Could I not just connect to the database via PHP and pull their usergroup from there?

kh99 03-31-2013 02:13 PM

I'm not familiar with EE. I don't have any other ideas without seeing the error messages. Like I mentioned above, if the include call is being done inside a function then that won't work without more "global" staements. It could also be that there is some conflict in naming between vB and EE.

You could connect to the db and read the user table to get the usergroupid, but you'd need the username or userid.

kh99 03-31-2013 02:23 PM

Another thought - I remember a while back someone had managed to include init.php, and cut down on unnecessary code being executed by define()ing a number of values. Unfortunately I can't think of what to search for to find the post.

DaveNGU 03-31-2013 05:18 PM

Quote:

Originally Posted by kh99 (Post 2413383)
I'm not familiar with EE. I don't have any other ideas without seeing the error messages. Like I mentioned above, if the include call is being done inside a function then that won't work without more "global" staements. It could also be that there is some conflict in naming between vB and EE.

You could connect to the db and read the user table to get the usergroupid, but you'd need the username or userid.

Their username on EE should be the same as on vB so I guess I could just use that variable and that could work, what would the query be for selecting their usergroupid? I tried some but it didn't seem to like it :p.

Quote:

Originally Posted by kh99 (Post 2413385)
Another thought - I remember a while back someone had managed to include init.php, and cut down on unnecessary code being executed by define()ing a number of values. Unfortunately I can't think of what to search for to find the post.

I'll try and do some searching if you can recall anything else from the thread? :p

--------------- Added [DATE]1364808655[/DATE] at [TIME]1364808655[/TIME] ---------------

Quote:

Originally Posted by kh99 (Post 2413385)
Another thought - I remember a while back someone had managed to include init.php, and cut down on unnecessary code being executed by define()ing a number of values. Unfortunately I can't think of what to search for to find the post.

Just to update you - we've managed it just by connecting to the database rather than using any of vB's files.

Thanks for your help.


All times are GMT. The time now is 05:36 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.01184 seconds
  • Memory Usage 1,738KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete