vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Coppermine 1.4.2 intgration to vB3.x.x (https://vborg.vbsupport.ru/showthread.php?t=101995)

hbalagh1 04-11-2006 10:54 PM

Quote:

Originally Posted by MoMan
Ugh, for me, everything works fine until it asks for the relative forum url. I entered ../Forum/ as the relative and http://www.themotec.com/Forum as the forum URL, yet I get an error saying that the config cannot be found, and it actually shows the correct path...why is this :(


I have the same issue

hbalagh1 04-12-2006 11:04 PM

anyone? :)

dodees 05-15-2006 09:18 PM

Quote:

Originally Posted by hbalagh1
I have the same issue

Same issue

jerx 05-26-2006 07:34 PM

I have two problems with coppermine bridge. I tried this file and the bridge file included in 1.4.6.

1. Everytime I try to log out of coppermine, I get this error message:
An error occurred while attempting to log you out. Click here to log out.

This problem has been mentioned before, but there has been no solution. Hellcat thinks that cookie hash is not given on the logout url. Does nobody know a fix?

Nibbler, a coppermine developer, said this: It may not be possible to obtain the logout hash externally. You'd need to look through the code and determine how it is implemented. Can this be integrated into the bridge?

2. It looks like you are not redirected to coppermine after logging in and that you are redirected to the forum after logging out (from coppermine). The phpbb bridge is better. You are redirected to the gallery after login and after logout, too.

Can this be improved?

GauGau, another coppermine developer, said this:
This is by design of the bbs app you use (in your case vb). Some bbs apps support redirect after login (e.g. phpbb or smf), some don't. Those that don't support it should indeed have a button in the forum navigation that can send the user back to coppermine. This is by design and can hardly be changed by coppermine coders.

I really hope these two issues can be solved.

SnickersTK 05-26-2006 08:26 PM

I have several issues too.. I certainly look forward for changes

jerx 05-27-2006 09:50 AM

I have found this thread: vB Login & Info on non-vB page

Looks like the hash code is called by this hack. How can you integrate this into coppermine bridge?

Hellcat 05-27-2006 11:27 AM

When I get some spare time, next week, I will sneak into this and see what I might be able to do :)

gamelandz 06-03-2006 07:07 AM

ok...i understand how to integrate coppermine...but how do i get it to display inside a vbulletin page?

jerx 06-03-2006 07:42 AM

Use cpmfetch:
http://cpmfetch.fistfullofcode.com/

There is a detailed documentation, but if you need support, you can ask here:
http://coppermine-gallery.net/forum/index.php?board=57

jerx 06-15-2006 02:12 AM

I was trying to restrict pic view for guests. They should only be able to see the thumbnail, but not the actual picture. This is the solution for it:
Edit displayimage.php and add
if (!USER_ID) cpg_die(ERROR, 'You need to register to access this page', __FILE__, __LINE__);
just before


/************************************************** ************************
* Local functions definition
************************************************** ************************/

http://coppermine.sourceforge.net/fa...ThumbnailsOnly

The problem is that it allows users who haven' t confirmed their email address yet to see the full size picture.

How do I disable full size view for unconfirmed users, too?


All times are GMT. The time now is 08:08 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.01218 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete