Log in

View Full Version : Intergrating....


boxerman
01-10-2008, 05:55 PM
Hey guys!

How would i intergrate vbulletin into a website? so for this example say i downloaded a template from a template website... how would i add vbulletin login onto it... with the user part with.. Welcome Boxerman 0 pms etc.. so import parts of vbulletin into a website?

Thanks,

James

boxerman
01-12-2008, 04:28 PM
anyone know howto?

Opserty
01-12-2008, 04:55 PM
You'll need to use PHP to access vBulletin's functions. How to create your own vBulletin-powered page! (uses vB templates) (https://vborg.vbsupport.ru/showthread.php?t=62164), you can try that although you may find it difficult if you don't have knowledge of PHP. You may want to consider hiring someone to do it for you.

boxerman
01-12-2008, 06:56 PM
Thanks for the reply! i have made a basic template as was wondering if i could just insert the login etc.. on it... selective things

--------------- Added 1200178228 at 1200178228 ---------------

ive tryed iframing but that didnt work!

boxerman
01-14-2008, 04:55 PM
bump....

lrmzx9
01-15-2008, 05:10 AM
I added

{<?php
require_once('/yourwebserver/forums/login_inc.php');
?> }

to my external site to allow uses to login from a page other than VB. You have to have your page saved as a php file. Ex. your index.html would be replaced by index.php

boxerman
01-15-2008, 06:38 AM
thats great thanks!!!! 1 more thing! when i add this to my page how do i get it so it gos back to my 'index.php' page but show the members informations like, welcome boxerman, you last visited etc.. etc..

thanks!