The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
4images Gallery 1.7 Details »» | |||||||||||||||||||||||||
A lot of people, both here and at 4homepages.de have been requesting for a mod/hack that would integrate vBulletin 3 RCX with 4images 1.7 lately. The solutions are scattered around the forums, but nobody has it all in one page.
So I've decided put them all togather, and release it, so it will be easier for people to do the intigration successfully. Please note that all the codes in this hack/mod are property of Jan and mtha. http://www.4homepages.de/forum/viewtopic.php?t=1659 http://www.4homepages.de/forum/viewt...tart=165#32514 I have tested this on vBulletin 3.0.0 RC3 and it worked successfully. Features:
Attached Demo: http://www.randomforum.com/forums/gallery *NEW (Please note the gallery sports a custom style, not the default) http://www.vb-es.com/galeria/ (Non-English) Show Your Support
|
Comments |
#202
|
||||
|
||||
Quote:
I'm not interested in showing email nor showing useronline in album, so I cant help you right now. Quote:
|
#203
|
||||
|
||||
FIX to SHOW MEMBERS who are browsing album to show in forum's whoisonline page
in album's sessions.php FIND PHP Code:
REPLACE BY PHP Code:
|
#204
|
||||
|
||||
where can I add this then to my Who's online list? It shows only that the user is on the forums-index...
|
#205
|
||||
|
||||
Quote:
it should show in your FORUM's who's online list. open your who'sonline list, then open another windows, browse to your album to test. btw, check your sessions.php and see if you have this part correct function Session() { global $cookietimeout; $this->session_timeout = $cookietimeout; $this->user_ip = $this->get_user_ip(); $this->user_location = '/album/'.$this->get_user_location(); $this->current_time = time(); $this->demand_session(); change /album/ to what it should be in your case |
#206
|
||||
|
||||
For those of you having problems with this script, download the zip file here:
https://vborg.vbsupport.ru/showpost....&postcount=161 and follow the instructions one by one. It is very easy and works perfectly with vb3.0.1 and 4Images 1.7 I've run into ZERO bugs with this. Everything works perfectly. |
#207
|
||||
|
||||
Well, after the whole bunch of changes and fixes, I decided to re-release this integration, which would work for vB 3.0.1, giving as much support as I can.
Hope MatrixGL wouldnt mind. (if you do, then update your first post, and let me know, I will delete the other ) https://vborg.vbsupport.ru/showthread.php?t=66335 |
#208
|
|||
|
|||
Check that, its nto working now, whenever i close my browser i am logged off 4images. Anything?
|
#209
|
||||
|
||||
Here's the UPDATED version. I CANNOT support an out_of_date version.
https://vborg.vbsupport.ru/showthread.php?t=66335 |
#210
|
||||
|
||||
When i integration 4images with vbulletin , i have a error :
Code:
DB Error: Bad SQL Query: SELECT COUNT(*) as users FROM user WHERE user_id <> 0 Unknown column 'user_id' in 'where clause' DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.username FROM music_images i, music_categories c LEFT JOIN user u ON (u.userid = i.user_id) WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND c.cat_id = i.cat_id ORDER BY DESC LIMIT 1 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DESC LIMIT 1' at line 5 |
#211
|
||||
|
||||
Quote:
Here is my post right above yours, I hope you dont mind reading it again: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|