The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Website Integration
Does anyone have any pointers about how to integrate vB with a website?
What I'm after is creating a homepage that has its own logo's / backgrounds / links etc but also has the vB forum within it. I suppose the most obvious example is vBulletin.org What is the easiest way to create this additional content? Is it just a case of update the header / footer etc ? |
#2
|
||||
|
||||
There are several hacks that help you with this.
Here's two of them: https://vborg.vbsupport.ru/showthrea...threadid=36756 https://vborg.vbsupport.ru/showthrea...threadid=37021 |
#3
|
|||
|
|||
Thx Sparkz. I check em out
|
#4
|
|||
|
|||
I've created a nice website that is using a php and mysql driven backend for all the content. What I want to do is allow members (registered via forum) to be able to submit content, articles etc, to me via a form they can fill out.
My question is how do I check to see if they have a cookie from the forum already, so they don't need to login twice. Also, couldn't I just query the users table in the forum DB to let them login and submit an article to me? Could I use pre-existing vBB code to check the cookies instead of inventing the wheels twice? If so which page(s) has the code to verify this? I'm fairly new to php (learning on my own for 2 months), for the passwords how do you encrpyt + decrypt them? By doing this I'm hoping to create more of a members type site, and no I don't want to use PHP nuke or anything like that, I want to create my own custom solution. Check out my site at www.ramprage.com |
#5
|
||||
|
||||
Quote:
|
#6
|
|||
|
|||
Well I don't need 90% of my content to have permissions at all. I only need to put permissions on 2 files, users to submit content (submit.php) and users downloads (downloads.php),maybe a few admin pages if those two work well.
I do not wish to change the real structure of my site. Also you probably can't run PHP and SQL commands inside that hack, correct? Is there another way I can do this without such a large hack? I heard someone say something about including global.php on another thread. What is inside global.php? I only really want to incoporate the members table and permissions ... (which I can still probably get from the members table in an SQL query).. For example WHERE Permission=1 AND Permission=2 something like that anyways. How does vBB deal with keeping track of logged in users and cookies? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|