The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Integrating vBulletin & 4images
Apologies if this has been discussed previously, but I was wondering if someone would be able to have a go at integrating the great 4images gallery management system with vBulletin?
http://www.4homepages.de/ Currently, 4images uses its own user table in the database, but it would be much preferred to have it use vBulletin's existing user table. |
#2
|
||||
|
||||
Bump...
|
#3
|
|||
|
|||
There were several people already working on it and I don't know what the status is. Robert9 and Konqueror are the ones to talk to.
|
#4
|
||||
|
||||
I used 4images for awhile, and only integrated it to the point that only registered members could use it (which is very easy). That's it though, but I've ditched 4images cause it sucks in my personal opinion. :P
You probably don't even need this, or are asking for it, but anyway..to get registration check, all you have to do is make a template with the general header, headinclude, and footer, and also a frame linked to the 4images main index file. Then in the php file, I called it gallery.php, that outputs the custom template, you simply put at the top: Code:
if ($bbuserinfo[userid]==0) { show_nopermission(); } |
#5
|
|||
|
|||
testing
|
#6
|
|||
|
|||
Good jop
|
#7
|
||||
|
||||
Quote:
Could you please possibly write this up step-by-step in a text file for newbies like myself? |
#8
|
||||
|
||||
Bump...
|
#9
|
||||
|
||||
your hacking? but your a newb to hacking? hehe
add that to the top of your php files |
#10
|
||||
|
||||
Some find some hacks simple, some find others not so simple. What's wrong with that?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|