vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Integrating Coppermine photo gallery using VB CSS (https://vborg.vbsupport.ru/showthread.php?t=60183)

magnus 03-12-2004 07:19 PM

Quote:

Originally Posted by PAINTBALLM
any chance of getting more in depth so if that user has their own gallery, it shows a "Gallery" button in their postbit

Easy, it would be SQL. Just check against the cpg11d_albums table for the userid, if it exists, he has an album. If not.. well, he doesn't. ;)

I can write this out later, I'm getting ready to take off from work.

Reeve of shinra 03-12-2004 07:39 PM

So if I understand this correctly its Catagories first then Albums, right? ugh! We need each user to have thier own gallery and it would be a plus if they could put thier own work into thier own catagories though I guess at this junction that may not be too big a deal. I may try out gallery and work on intergrating that instead.

edit: let me clarify this by saying that I am looking for a nice easy way to pull up a users gallery which I don't think coppermine is capable of as it currently stands. :ermm:

As for showing a gallery button in the postbit, I was thinking of having a secondary usergroup for gallery users and using a bit of php in the template to show the link for anyone in that usergroup. The users album can be made to correspond with their member ID's so the link in the post bit should be a fairly simple thing that way.

magnus 03-12-2004 08:38 PM

Quote:

Originally Posted by Reeve of shinra
So if I understand this correctly its Catagories first then Albums, right? ugh! We need each user to have thier own gallery and it would be a plus if they could put thier own work into thier own catagories though I guess at this junction that may not be too big a deal. I may try out gallery and work on intergrating that instead.

edit: let me clarify this by saying that I am looking for a nice easy way to pull up a users gallery which I don't think coppermine is capable of as it currently stands. :ermm:

As for showing a gallery button in the postbit, I was thinking of having a secondary usergroup for gallery users and using a bit of php in the template to show the link for anyone in that usergroup. The users album can be made to correspond with their member ID's so the link in the post bit should be a fairly simple thing that way.

Of course you can pull up a users gallery easily. For instance, on my forum you can access a gallery via http://www.mysite.com/gallery/users?username

It doesn't get much easier than that. ;)

Also, the vBulletin -> Coppermine bridge already synchronizes albums with userid. All the groundwork is layed, you just need to grab it from the SQL DB.

PAINTBALLM 03-12-2004 09:36 PM

could someone give us info on how to do the navbar and header & footer so it works 100% with vbulletins templates..

magnus 03-12-2004 10:40 PM

Quote:

Originally Posted by PAINTBALLM
could someone give us info on how to do the navbar and header & footer so it works 100% with vbulletins templates..

It's a minor pain in the butt. You need to copy the login code from the vB template and apply it in the coppermine template and tweak it yourself. It's not going to be the same for everyone. See mine @ http://www.sffba.net/gallery/

PAINTBALLM 03-12-2004 10:59 PM

ok w/e so your saying, copy the same code that calls the header and footer, global, and navbar in index.php into the gallery php files... and i should be good to go? As long as i change the path so it can work in a different directory?

joeychgo 03-18-2004 08:55 PM

Mangus - could you give me step by step of how to make my coppermine look like my vb -- as you did? Im still green at all this........ and skinning coppermine is a bit beyond my abilities yet --- I just figured out how to add something to the navbar LOL

WreckRman2 03-31-2004 01:53 AM

magnus, any news on an update? Your site looks best by far.

BTW, did you get the gallery/users?username hack off the Coppermind forums? I wrote that little script. :)

www.alfisti.net 04-04-2004 11:18 PM

Ciao,

a little bit offtopic...

I use the following link in postbit:
<a href="/gallery/thumbnails.php?album=lastupby&uid=$post[userid]"><img src="gallerypic.gif" border="0" alt="Gallerypictures of $post[username]"> $post[username]?s Gallery</a>

I want to display the link only for user who have uploaded pictures.
But I don?t know how to code a script to use a parameter with the if-clause

the table cpm_pictures has an owner_id field so it can?t be difficult for a programmer ;)
Can somebody help me please?

Thanks
Andr?

PAINTBALLM 04-04-2004 11:37 PM

if coppermine was fully integrated an IF statement would work.


All times are GMT. The time now is 11:55 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.01301 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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