![]() |
$vbulletin->userinfo['usergroupid']
I need some help with coding.
I use the mod "login simple v1.10" in a non-vb page. Code:
<?php Usergroup 2 is the usual registered member group. With a user who visits this page, only the second if-statement works. Testing the usergroup 17 doesn't work. What to do? Checking Usergroup 17 is what I want to do. |
Try this:
Code:
if (! is_member_of($vbulletin->userinfo, 17)) |
This didn't work.
I want to check if the user is in usergroup 17 and show him the content of the page if it is true. --------------- Added [DATE]1192813103[/DATE] at [TIME]1192813103[/TIME] --------------- Okay, I modded it slightly and it works. :up: Thanks. --------------- Added [DATE]1192822078[/DATE] at [TIME]1192822078[/TIME] --------------- I ran into another problem: I want to load a file for the members of the usergroup 17. The code looks like this: If I remove the code between the //*** and remove the if statements, the file is loaded. But it seems the header function collides with something in the forum's global.php? I tried to puffer the output with ob_start / ob_flush, but it didn't work. The script is doing nothing. |
You're going to have to include the global.php file in order to use vBulletin's functions.
|
Remove exit; (both of them.)
|
https://vborg.vbsupport.ru/showthread.php?t=160679
I want to do another thing. I want to <?php if ($vbulletin->forum['forumno'] == '67 ) like that... for example;https://vborg.vbsupport.ru/forumdisplay.php?f=15 <?php if ($vbulletin->forum['forumno'] == '15 ) like that... |
Quote:
|
Quote:
Post your code as you now have it. |
Here's the full code (with changed paths):
If I leave out the global.php include and remove the usergroup check, the movies are loading... |
Try something like this. (untested)
PHP Code:
|
All times are GMT. The time now is 06:18 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|