View Full Version : For a separate page of vBulletin
Adem GEN?
02-12-2009, 09:00 PM
Hello,
I created a page, only the database, data capture page, you are not logged in to see forum members, what is required to enter codes?
This page will open with a link in the forum.
Note: No vBulletin code in the page.
Sorry, my bad English
Thanks
TigerC10
02-13-2009, 04:31 PM
Biz anlamıyoruz. Girişimi "Google Translate (http://translate.google.com/translate_t?sl=tr&tl=en)"
Adem GEN?
02-14-2009, 11:56 AM
for external pages.
celikforum
02-14-2009, 12:14 PM
very terrible english Adem :)
I dont help too you
Lynne
02-14-2009, 03:47 PM
If you have a page and want to check whether they are logged in, you need to include global.php. Take a look at these articles - How to create your own vBulletin-powered page! (uses vB templates) (https://vborg.vbsupport.ru/showthread.php?t=62164) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc. (https://vborg.vbsupport.ru/showthread.php?t=98009)
Adem GEN?
02-15-2009, 04:27 PM
Thanks.
This code i was looking for:
require_once('./global.php');
if (!$vbulletin->userinfo['userid'])
{
print_no_permission();
}
--------------- Added 1234759117 at 1234759117 ---------------
Hello
For vBulletin external page
username AND userid
How do I take? php code?
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.