Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
4images Gallery 1.7 Details »»
4images Gallery 1.7
Version: 1.00, by Matrixgl Matrixgl is offline
Developer Last Online: May 2006 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 02-28-2004 Last Update: Never Installs: 32
 
No support by the author.

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:
  • Uses your existing vBulletin powered forum's login account for authentication.
  • Uses your existing vBulletin powered forum's whos online feature
  • Can be modified to display any information from your existing vBulletin database, perticularly from the "user" table, which means you can display any information about the logged in user.
  • Since it is integrated with the database, you can display any gallery information such as latest picture, how many pictures a member have submitted etc... on your vBulletin powered forum.
  • Extra modifications can be found here
Screenshot:
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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 03-15-2004, 04:30 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

... 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...
Reply With Quote
  #63  
Old 03-15-2004, 10:13 PM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #64  
Old 03-16-2004, 03:40 PM
poetic poetic is offline
 
Join Date: Apr 2003
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #65  
Old 03-16-2004, 05:39 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #66  
Old 03-16-2004, 05:41 PM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Negative I installed 4 times on seperate forums and did not get a single problem or error.
Reply With Quote
  #67  
Old 03-16-2004, 06:43 PM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #68  
Old 03-17-2004, 12:00 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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);
Reply With Quote
  #69  
Old 03-17-2004, 12:02 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also, in sessions.php clientscript/md5.js should be clientscript/vbulletin_md5.js (at least as of vb rc4)
Reply With Quote
  #70  
Old 03-17-2004, 12:25 AM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #71  
Old 03-17-2004, 12:30 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:19 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05015 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete