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 |
#62
|
|||
|
|||
... edited this
Whenever I alter anything and I log out and log back in, I seem to suddenly have problems getting into the admin section. It starts redirecting me at random to the vb3 home page. Other times it seems to work fine and I'm able to log in. I'm trying to nail down exactly when it quits working, starts working again -- seems like it may be Safari in 10.3.2 cacheing at bad times, as firefox 0.8 works great. hmm... |
#63
|
|||
|
|||
Matrix, is the stuff fixed that screwed up my templates? I stil try adding it and whenever i upload the modified files my templates mess up in 4images.
Any word? |
#64
|
|||
|
|||
Does anyone have any clue why when I login to the admin control panel for 4images.. it redirects me to the main page of my forums? I used IE and Firefox and it doesn't work.
|
#65
|
|||
|
|||
cause the hack has problems and a problem hack just aint worth installing
after reading most of the posts in here reckon this hack should go back to Beta Forum and have a vb warning `Install at own risk` LOL |
#66
|
||||
|
||||
Negative I installed 4 times on seperate forums and did not get a single problem or error.
|
#67
|
|||
|
|||
this is what I'm seeing happen:
I'm editing in one tab (firefox/safari) and refreshing in another. I have a third tab with vbulletin open. If I log out of vbulletin, it doesn't matter if I log into the gallery or not, I will not be able to open the admin in gallery. if I log out of the gallery, I will be logged out of both vbulletin and the gallery. If I try to make any edits in the admin tool in the first tab, it will ask me to login. However, that login won't work, and will redirect me to the forum. If I log into the forum, then go back and hit the control panel button, I will login to the gallery control with no problems. the <if> statements in vbulletin -- I'd love to use those in the navbar I'm recreating for Gallery. Basically I'm recreating the vbulletin navbar so that the search searches the gallery (not vb), and if the user logs in they'll get their logout/lightbox/control panel links in the navbar like on vb. The easiest way to do this is to use the if statement structures, but I'm guessing since it isn't working for me that this is something that vb3 uses and the gallery can't. Does anyone know? |
#68
|
|||
|
|||
ok I found this in the 4images sessions.php that either mtha or matrix put together, and I want to confirm that this is correct, as it may be explaining my cookie problems. Should cookie_path be pointing at $cookiedomain? etc:
line 425 I believe Code:
define('COOKIE_NAME', ''); define('COOKIE_PATH', $cookiedomain); define('COOKIE_DOMAIN', $cookiepath); $secure = (isset($SERVER_PORT) && $SERVER_PORT == "443") ? 1 : 0; define('COOKIE_SECURE', $secure); |
#69
|
|||
|
|||
also, in sessions.php clientscript/md5.js should be clientscript/vbulletin_md5.js (at least as of vb rc4)
|
#70
|
||||
|
||||
Great! Notice that this will result in headers/cookie problems for people with older versionf of mozilla, alot of users used to get header errors with the older versions.
|
#71
|
|||
|
|||
Ok, I think I have a feeling about why one of my problems is occurring:
If I have two windows open (or two tabs) -- one of the 4images gallery home page let's say, the other of the 4images gallery control panel, and I'm working on the login/pw for example. If I click logout in the home page tab, then my cookies are cleared, I'm logged out. If I then switch to the 4i control panel and try to do something, of course I'm logged out so it asks me to login/pw. When I do this, it opens the vb3 home page in the edit frame of the 4i control panel, and i'm not logged in yet in vb3 either. So I log in there, and click on the templates link or something in the control panel and the 4i accepts that I'm logged in. Basically, the problem is in the 4i control panel login. You can find this in admin_global.php, around line 89 or so. My gut feeling is that though we're instructed to update the user_loginform.html file, we're never instructed to update that login. So it's still calling old code. Can we get that fixed? thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|