vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Picture and Album Gallery (https://vborg.vbsupport.ru/showthread.php?t=237931)

Garamond 04-09-2010 02:03 PM

Is there an importer available so we can move all PhotoPost pictures over to vB Albums?

trilogy33 04-09-2010 04:23 PM

Quote:

Originally Posted by Black-CA (Post 2018230)
@HCGB

I like your mod. Is it possible to change height or wide to get the whole information in one lane below the pictures? Separated for example
  • First ==> Album: "Title of the album"
  • Second ==> by: "username" on "Date"
Attachment 115474

As there's no character limit to album titles, I also see the overrun of text at the base of the album placeholder. So, a quick workaround is to modify the CSS...

In: album.css

#latestalbumcontainer li

Find:
Code:

height:{vb:math {vb:raw vboptions.attachthumbssize} + {vb:stylevar font.fontSize}*{vb:stylevar line_height}*2 + {vb:stylevar small_fontSize}*{vb:stylevar line_height}*2 + {vb:stylevar padding} / 2};
Replace with:
Code:

height:190px;
190px I've found is ample on my test installation.

Hope this helps in the meantime :)



Addendum:

.albumlist_entry {
float:{vb:stylevar left};
margin-{vb:stylevar left}:{vb:math {vb:stylevar padding} *2 +5};
margin-top:{vb:math {vb:stylevar padding}*2};
padding: 0 {vb:math {vb:stylevar padding}+5} {vb:stylevar padding} {vb:math {vb:stylevar padding}+5};
text-align:{vb:stylevar left};
display:block;
width:{vb:raw vboptions.attachthumbssize}px;
height:{vb:math {vb:raw vboptions.attachthumbssize} + {vb:stylevar font.fontSize}*{vb:stylevar line_height}*2 + {vb:stylevar small_fontSize}*{vb:stylevar line_height}*2 + {vb:stylevar padding} / 2};
overflow:hidden;
border: {vb:stylevar albumlist_entry_border};
background:{vb:stylevar albumlist_entry_background};
-moz-box-shadow: -2px 2px 2px {vb:stylevar shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar shadow_color};
}


Alter the line in red to whatever height suits e.g.
height:190px;

abroad 04-10-2010 05:27 AM

does not work with 4.03...

This product is not compatible with version 4.0.3 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.0.3 and greater)

trilogy33 04-10-2010 06:36 AM

Fine under 4.0.3 :D

kaposer 04-10-2010 08:42 AM

May I suggest adding a "Gallery Rules" position to the drop down menu, linking to a posting rules page? Some sites won't accept nudity for exemple, and it should be clearly specified.

Thanks again

conradk 04-10-2010 05:14 PM

Thanks for this.

Videx 04-10-2010 06:04 PM

Feature suggestion: Show random pictures no older than x days.

Problem: Selecting 'new' pictures means the pictures are static with only the same last ~5 pics showing all the time. Selecting 'Random' pics shows pics 5 years old as well as newer pics, with no way to weight the display towards newer pics.

YankForum 04-10-2010 06:39 PM

installed on 4.0.1 and is working great

Farstate 04-10-2010 06:52 PM

Quote:

Originally Posted by abroad (Post 2018742)
does not work with 4.03...

This product is not compatible with version 4.0.3 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.0.3 and greater)

I can confirm this - does not work with 4.03.

To replicate:
  • Upgraded forum to 4.03
  • Tried to install product-gallery-107.xml
  • Error given as above

Farstate 04-10-2010 07:02 PM

Further to my previous post, the following work-around got the gallery mod working:
  1. In product-gallery-107.xml, find line 10 (<dependency dependencytype="vbulletin" minversion="4.0.2" maxversion="4.0.3" />)
  2. Changed 4.0.3 to 4.0.4 (<dependency dependencytype="vbulletin" minversion="4.0.2" maxversion="4.0.4" />)


All times are GMT. The time now is 07:12 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.03574 seconds
  • Memory Usage 1,743KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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