The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
website intergration...
Hi,
I have been trying for months to intergrate my vB with my site, I have been through all the help threads a million times... it never seems to work for me :disappointed: Can anyone help me? *irony of it all is that I moved from IPB which i could intergrate easilly* any help is greatfully recieved :nervous: seanie |
#2
|
||||
|
||||
It would be a bit easier to help if you gave some more details about how you want to integrate it and what isn't working.
|
#3
|
|||
|
|||
okay
well the site is @: http://www.lee-latchfordevans.com the forums are @: http://forum.lee-latchfordevans.com I have tried connecting to the global.php file, but i get errors, i've even got blank pages :s What I ultimatly want to do is have a "welcome user blah blah..." and protect certain areas of the site, to members only... |
#4
|
|||
|
|||
anyone?
|
#5
|
|||
|
|||
no then? *crys*
|
#6
|
|||
|
|||
This might be helpful
https://vborg.vbsupport.ru/showthrea...&page=1&pp=100 It's a basic tutorial on how to make extra pages for your site. To protect certain pages to only usergroups, you could use if conditions. And best of all, it's template-powered. lol ... You can create whatever in HTML, then the file will spit it out. lol ... As for login, go and look for a hack in the VB3 forums... There's a hack out there that allows you to put the login code on a non-vb3 page. But it'll also work on the page you'll make from the above link. It does for me. Good luck. |
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
its easy and you can even show and hide parts of a page based on if a persons logged in or not. also if a full page needs you to be logged in you can auto show a login page and when logged in it takes them back to the page they where trying to view. can also get it to show your vb pm stats and hive mail stats and even get it tell you when you got new pm's and e-mail
all it needs is 2 small files well 3-4 if you count the login and signup pages. then each site page as 2 php calls if its a members only page and one call if its open to everyone. no need at all to call any vb files and its also abad idea to call vb files when your not with the forums root because vb files call other vb files from within each other. eg vb's global.php call's includes/functions.php and /includes/init.php so if your including global out side of the forums root useing like <?php @include "/home/YOURFORUM/public_html/global.php";?> on a site page then global is not able to read the files its trying to read. because global on the site page now infact becomes part of the site page so its call's to files are trying to call them from your sites root not the forums root and you can go on all day because files call other files and them files call other files. but what your after can be done as you know seanie, because you know that its what i have been doing for years on my sites and thats what your after doing. |
#9
|
||||
|
||||
I have my Video gallery registered users only but I want to make it open to only certain usergroups, is there a way to do that?
Thanks again, -Jason |
#10
|
|||
|
|||
Quote:
I was only asking because it wasnt working for me now... anyway... I spoke to the hosting people, and there was something on the server blocking it... that isnt now |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|