![]() |
Quote:
Bump |
Quote:
I think what they mean is that you need to have a fresh install of 4images. What is attached in this thread is simply the edits that you need to do to make this hack work as well as file replacements. Go here to get 4images 1.7 and install it, then use the contents of the zip file attached in this thread to install the hack to integrate vbulletin with 4images.. Dont know if that was the answer you were looing for but that was my interpretation of your question :) |
Quote:
|
Quote:
PHP Code:
|
Where about sin constants.php do i add it? at the end?
Edit - whats a prefix? excuse my naiveness please |
Quote:
You can add it anywhere in constanst.php. There are a few lines similar to that under "// Table names". I just added it there. I suppose the author left that out in the documentation. The prefix is the table prefix you may have specified when you installed vBulletin. My prefix is "vb3_" for example. It allows you to use a prefix on all tables vBulletin uses in the database. This is helpful if you have other tables in the database because you can easily differentiate between vBulletin tables and other tables and also prevent naming conflicts. |
Ok, i've checked all of it, still getting the same bloody error :(
Should I re-install 4Images and see if it makes a difference? or should I just go and use the coppermine ones? which im also getting an error might i add |
hello mtha,
I'd like to have the 4images images display ramdomly in the forumhome, I'm a n00b so please help me with the code ^^ tnx |
Quote:
define('VB_TEMPLATE_TABLE', 'template'); and relpace with define('VB_TEMPLATE_TABLE', '**vb_prefix**template'); replace **vb_prefix** with whatever the characters are in front of your template table in vb. |
Quote:
|
Ok, I installed 4images and this hack today but I didn't get the "single" login running. When I was changing from board to gallery, often I was logged out. I did some investigation and found and error(?)
PHP Code:
I have removed the set_cookie statement and now everything seems to be fine...but to be honest, I'm not really sure because nobody else had problems ;) arpy [high]* arpy Clicks install ;)[/high] |
Quote:
When I replace the following in forum/includes/function.php <search for> $name = COOKIE_PREFIX . $name; </search for> <replace> if ($name != 'sessionhash') { $name = COOKIE_PREFIX . $name; } </replace> This error shows up: Parse error: parse error in /home/initial/public_html/forums/includes/functions.php on line 1864 Line 1864: $debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "explain=1\">Explain</a>)<br />\n"; It seems like it's totally unrelated, but it's not. |
First you guys. This hack right now is perfect unless you have changed the NAME of your COOKIES FOR VBULLETIN. IF you do that, go back and search this thread for the fix he gave me.
Second, this hack only integrates the LOGIN SYSTEMS... not the functionality of it. REMEMBER THAT LOL. If your trying to get 4images to appear on vbulletin then this is not the hack your looking for. This hack will only allow you to use your vbulletin login on 4images. This hack is mainly on the 4images side. If there are any errors its probably your own fault NOT this hack. This hack is perfect if your using VB 3.0.1 and up. I have now installed this mod on over a dozen installations. Start over, and work at it SLOWLY and it will work for you. If yout not accustomed to working with 4images then you shouldnt have tried installing this hack right now. Try some smaller hacks over at 4homepages.de to get used to the pages you will be editing. |
Quote:
|
Quote:
|
Quote:
I've installed much more complicated hacks than this. Try vbulletin integrated with Horde framework. I commented out line 1864 now your hack works. |
I have same problem
|
Yeah but this guy thinks it has nothing to do with the hack, so just try commenting out the line I mentioned.
|
sweet been looking for something like this. I really want to install it but before i do i have 2 question to ask.
1. Does this support vb 3.03? 2. I've checked your http://www.randomforum.com/forums/gallery/index.php it looks really good. but is it possile to have a option that allow you to view all the photo that member posted? Like when you go to their memer details and you will be able to find all photo or image post by that user. Looking forward to your reply. Thanks |
Quote:
|
cool thanks for the reply i am checking. and does this hack support vb 3.03?
|
Sweet noticed the topic updated that answered my question. it supports 3.03.
Quote:
|
*clicks install*
Everything seems to be in working order, I am now trying to figure out how to get it to match with my forum skin hehe :P |
any idea how to get the header/footer from vbull?
|
:) Sorry I was traveling around Europe last month, didnt have time to go online for supports.
First come first served Quote:
try dotcomguy's suggestion and see if it works https://vborg.vbsupport.ru/showpost....&postcount=124 Quote:
Did you change this value in constants.php? define('VB_TABLE_PREFIX',''); // your vb tableprefix. vB default is blank Please do check them, and it is VB TABLE PREFIX, it is NOT 4images table prefix .... by the way, did you make correction and upload the new constants.php file to 4images folder? Quote:
Quote:
If you do things correctly, you wont have to relogin to gallery (from forum) and vice versa. (however, I did not test will all kind of browsers, so it might still have problems with different browsers. Mine work good with IE, Netscape, Firefox ... :) maybe you should give it a try :D Quote:
Quote:
(thanks steph2k to point this out) Quote:
Quote:
- Have your vB3 forum installed and run properly - Have your 4images gallery installed and run properly (without applying this hack). Fresh installation recommended - Read and follow instruction CAREFULLY. Which gallery (4images or coppermine) you should use, that's your preference. Good luck! Quote:
Quote:
That's how mine work :D anyway, it's good that you find out the solution Quote:
Quote:
Quote:
Hack version: 3.0.1.0625 Compatible vB version: 3.0.1, 3.0.2, 3.0.3. other versions might need minor modifications 2. yes it is posible, but it is not featured in this hack. I think I have mentioned about this once somewhere. Dont remember. Quote:
If you want, you can create a similar header/footer for 4images. It's more template related. This hack just make 4images and vBulletin work together, not look the same. it's not too hard to design two template (for forum and 4images) that look the same. good luck |
I can log in but i directly log out =/ What can the problem be?
|
Thnak you for this mod!
but the gallery seems to be extremely slow on loading. any idea how to debug this ? |
Quote:
If you read over this thread, I think there're people asking the same thing too.] The problem would be, you didnt do the integration right. You had the template changed correctly but the files are not correctly setup at some point. Try to do it agran from a fresh install ... carefully. Quote:
You should ask over 4images forum for tech support. www.4homepages.de |
yeah thx i had one problem with functions.php if i eddited it with dreamweaver it crashed my forum but works now
|
I'm getting all kinds of errors. I only got past the first 2 steps and I get these..
Quote:
|
Quote:
if you only do first 2 steps, it surely will NOT work. Quote:
check this one in your sessions.php define('VB_TEMPLATE_TABLE', 'template'); Quote:
define('VB_TABLE_PREFIX',''); // your vb tableprefix. vB default is blank and as it was mentioned in the instruction file: ------- Step 1. ------- Edit the included sessions.php Correct the variables in the Configuration part ------- Step 2. ------- Edit the included constants.php Correct the variables if neccessary. => Please do read over the two files and define the variables correctly. If you have the variables set correct, you wont have the above database problem. good luck btw, please DO read over the replies, you will get alot of question answered. Your question was ask and answered in this page: https://vborg.vbsupport.ru/showthrea...5&page=9&pp=15 |
Thanks for the help. I read most of the replies and I did set the variables to my prefix which is "vb3" I will try again later and hopefully it will work.
Just frustrating at times you know.. Thanks again. Rex |
I just into the same Problem and there a small misunderstanding in the Doc.
PHP Code:
PHP Code:
|
Quote:
PHP Code:
|
Is there any way to transfer a full and functioning version?
I am using InvisionBoard currently, and have 4images integrated successfully with that. But I am moving over to vb3 (from Invision). I want to transfer the gallery over without having to re-enter all the images - especially al the members since i have nearly 50,000. Please tell me this is possible!! :cry: :paranoid: |
bummer, i tried to install but have got mysql errors :s there on different sub domains but i changed the cookie path in vbb. any suggestions?
http://gallery.yerix.com/index.php? http://forum.yerix.com |
Quote:
I did not use IPB nor look at the integration for it, I cant say for sure if it work or not. But I think 4images should have used your IPB user table for users. ... why dont you try to convert your forum to vB, and try the integration (on pre-existing 4images database)? (remember to test and backup first) Quote:
and could you please also read the instruction files carefully? it seems that you didnt config the files. I dont mind answering questions, but I cannot answer the SAME question again and again. Thanks |
lol theres 11 threads in this single thread and when on 56k its a bit harsh :( and ive followed all your instructions, twice, and still no luck. i'll have a gander through the thread then. :s
|
ok, read page 9 and page 11.
|
thnx (k) lol
|
All times are GMT. The time now is 10:00 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|