Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #31  
Old 10-26-2005, 02:27 AM
Talisman's Avatar
Talisman Talisman is offline
 
Join Date: Aug 2002
Location: USA/West Coast
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You know.. I set up a coppermine install and it's a very nice gallery. But the support folks there have made noob-bashing into a refined art. It's very discouraging to see this happen any area, but doubly so from an open-source crowd.

I had a simple question about my setup, so I did a search for that topic in their support forum. After skimming through pages of unhelpful remarks -- which I feel could only make beginners feelt utterly unwelcome -- I came across another reply directing the person to search their forums before asking such basic (as in "stupid") questions. In that response, he said if you search for "such and such" in the support forum, you'll see it's been asked and answered exactly 19 times before. Hmm... okay.

This happened to be the same topic area of my question, so I did exactly that. And would you believe it? I found 19 other threads on this topic where they all referred the asker back to search out their own solution. Not a single time did anyone post anything at all that would answer the question asked. Not one thread.

All I can say is they really do provide a nice product when it comes to gallery applications. So... if anyone here puts in the effort to integrate coppermine with your vB board or you develop your own modifications to share over there... please be kind to the less experienced people trying to accomplish the same thing. They could really use the encouragement and it's this helpful spirit that sets our larger vB community apart from all those other bulletin board systems.

For anyone else who may feel put off by what you read in their forums, at least it's good to know theirs isn't the only open source gallery application available. I've chosen to do away with my coppermine install in favor of another called Gallery 2, which you can find HERE if you're looking for a comparable product that won't cost you anything. (Yes, it integrates with vB and you can design a site around it... you can also use one install to support multiple sites all from one database, if you need a gallery solution for multiple clients/webpages.)

:bunny:
Reply With Quote
  #32  
Old 10-26-2005, 03:23 AM
GuaRRand GuaRRand is offline
 
Join Date: Oct 2005
Posts: 337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah got it now.
It was the usergroup thing.

Still...its damn userUNfriendly imho...

I might just go for vbgallery and vbadvanced instead...
Reply With Quote
  #33  
Old 10-31-2005, 02:32 PM
Holidazed's Avatar
Holidazed Holidazed is offline
 
Join Date: May 2002
Location: Van Nuys, CA
Posts: 713
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Neutral Singh
No Problem!! I would love to help you.

Before following any steps, i would reccommend you did the testing on a testing environment. DO NOT GO LIVE UNTIL YOU ARE SURE. Once you can see that integration is working you can go about implemeting it on live website. You have to keep it in mind that this integration works only if you have your setup like this -> http://www.yourdomain.com/gallery/ but if you have your website setup like http://gallery.yourdomain.com then i am afraid this integration will not be succesfull.
I followed your steps to the letter and also the steps on Coppermine. It seems to work, but when I log into my forums and then goto the gallery, it asks me to log in again. When I click the Gallery login, it takes me to the home page of the forums (but there I am already logged in).

Ideas?
Reply With Quote
  #34  
Old 11-04-2005, 03:00 AM
COsborne COsborne is offline
 
Join Date: Nov 2005
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in the bridge file there is an option labeled:
VB_CUST_NO

This is misleading as it is ACTUALLY supposed to be the license number. I'm not exactly a noob with programming and this took me like an hour to figure out not to mention the support on the coppermine forum is far from friendly.
Reply With Quote
  #35  
Old 11-06-2005, 05:58 AM
Joshua5692 Joshua5692 is offline
 
Join Date: Oct 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bitg
I followed your steps to the letter and also the steps on Coppermine. It seems to work, but when I log into my forums and then goto the gallery, it asks me to log in again. When I click the Gallery login, it takes me to the home page of the forums (but there I am already logged in).

Ideas?
I have the exact same problem. login.php just redirects me to the forum. I have even created several test account users to make work, no go.
Reply With Quote
  #36  
Old 11-06-2005, 06:44 AM
Talisman's Avatar
Talisman Talisman is offline
 
Join Date: Aug 2002
Location: USA/West Coast
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bitg
I followed your steps to the letter and also the steps on Coppermine. It seems to work, but when I log into my forums and then goto the gallery, it asks me to log in again. When I click the Gallery login, it takes me to the home page of the forums (but there I am already logged in).

Ideas?
There's no mention of this in the install instructions for the vB3 bridge, but you need to check what the cookie prefix is set to in vB, then use the same prefix for Coppermine to stop that login loop.

If you didn't specify anything different when you installed your board, the default vB prefix will be set as "bb." If you're not sure, you can find it in your vB forum /includes/config.php file at Line 81:

Code:
	//	Prefix that all vBulletin cookies will have
	//	Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
$config['Misc']['cookieprefix'] = 'bb';
Just set the cookie prefix in Coppermine to the same as this, and that should solve the problem.

hth...
Reply With Quote
  #37  
Old 11-06-2005, 08:46 PM
G_Gekko G_Gekko is offline
 
Join Date: Jun 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have set the cockie prefix to "bb" which is the prefix used by VB in the bridge file but i still get a loop.

EDIT: I just noted that i no longer can logout from the forum either or login to the admin panel. My status seems to be looked as it was when i installed coppermine.
Reply With Quote
  #38  
Old 11-27-2005, 09:41 PM
AGIRABI AGIRABI is offline
 
Join Date: Nov 2005
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got this error when i try to install copernic.

Code:
Could not create a mySQL connection, please check the SQL values entered

MySQL error was : Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

I edit the bridge.php correctly and uploaded all the files to ftp. :disappointed:

Can some help me please ?
Reply With Quote
  #39  
Old 12-18-2005, 07:06 AM
dirtygermankid dirtygermankid is offline
 
Join Date: Dec 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry to bring back an old thread, but has anyone gotten the Windows XP Publish wizard to work using VB 3.x and Coppermine 1.3.5? I cant seem to get mine working.. i am logged into the forum and gallery in IE, and the XP Publishing Wizard tells me i am not logged in.

Thanks in advance!
Reply With Quote
  #40  
Old 01-05-2006, 10:09 PM
quanvo81 quanvo81 is offline
 
Join Date: Apr 2004
Location: Flushing - New York
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have Vbulletin 3.5.3 + Coppermine 1.4.3 working great. Except login/logout , it will say " there's an errors while your log out, click here to log out" from Vbulletin message. Other than that, everything is great.
Just follow the instructions in the Coppermine documentation.
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 04:40 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04206 seconds
  • Memory Usage 2,271KB
  • Queries Executed 12 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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