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)
-   -   Social Group and Album Enhancements - [Scandal's] vBGallery (https://vborg.vbsupport.ru/showthread.php?t=284213)

Scandal 06-18-2012 06:59 AM

Quote:

Originally Posted by sandboa (Post 2340532)
Would love to see permission ability

hmm it is not in my priorities something like that, 'cause vBulletin Albums has their own permissions system but 'll see.
Quote:

Originally Posted by Leica.Robbiani (Post 2340504)
Hi scandal,


Thanks a lot for your hints, but nothing did work on my localhost. The "build stats" script stucks.

Just please give me a little time to install it on my test directory on my server. My localhost is a Windoze system, my server runs with Linux. Maybe there will be a difference, this wouldn't be the first time.

Normally first I install mods on my localhost, when they work there I install them in my test directory on the server, only if they work there I install them on the production site.

Please don't get upset.

Best regards

L.R.

Also check the private message I have send you. Maybe I find the solution. ;)

Scandal 06-18-2012 06:04 PM

v1.5 available! Hope it fixes the blank page in some boards!
changelog:
- Classic layout abolished
- New: Notification feature = users with Albums in category "Uncategorized" auto-notified by the system to move them to a subject category (pending albums)
- New feature: admin can set if he want him users to display Albums or Pictures when open the categories.
- New: menus "Browse Albums" & "Browse Pictures" on Gallery Display (user can navigate the albums/pictures in the category)
- New: My albums in "this" category - My pictures in "this" category feature
- Admincp environment improved (List Albums)
- 3 bugs fixed

To upgrade upload the new files and import xml product with Allow Overwrite to "YES". :up:
Quote:

Originally Posted by Alfa1 (Post 2340482)
1. Please consider to add an importer for images, & albums from photopost and photoplog. Photoplog has been abandoned. Many people use photopost pro. You could make the importer a pro feature.

2.
Will there be a vb3 version?

1. Help gladly to develope an importer to vB Albums, but I'm not sure that I have the necessary knowledge currently for this. :o
2. Maybe. I'll decide for this after vB4 version of this hack has been pass the beta stage. I need too a vB3 version of this hack for my site.

Leica.Robbiani 06-18-2012 06:57 PM

Quote:

Also check the private message I have send you. Maybe I find the solution.
Thank you very much, for me the gallery is working now with you solution. You did a great job, thank you a lot.

Best regards

L.R.

romolus 06-19-2012 11:57 AM

Is there already a French and German Translation ?

Thank you

romolus 06-19-2012 01:44 PM

It is planned in the next time:

an Random Imagebox for the Forum Header or Footer or for the Gallery Header or Footer ?

Thank you

Scandal 06-19-2012 02:55 PM

I make a simple screenshots presentation! You can find it here! :up:

Coming soon: vB3 version of this hack!

Leica.Robbiani 06-19-2012 06:48 PM

1 Attachment(s)
Hi there,

I did the German translation - Deutsch (Sie) - for Scandal's gallery. If you like to use it, just download the xml-file. To install the language file:
  • Go to your admincp -> Languages & Phrases -> Download / Upload Languages
  • Find the downloaded file on your computer
  • Select the language
  • Make sure you select "Yes" on "Ignore Language Version "
  • Click "Import"
  • Click "Done".
The file - Deutsch (Du) - follows in a few days.

Install instructions in german language:
  • Gehe in's admincp -> Sprachen & Phrasen -> Sprachen herunterladen/ hochladen
  • Finde die heruntergeladene Datei auf Deinem Computer
  • W?hle die Sprache
  • Stelle sicher, dass "Ja" bei "Sprachversion ignorieren" ausgew?hlt ist.
  • Klicke auf "Importieren".
  • Klicke auf Erledigt"
Well done - gut gemacht.

Edit (21.06.2012):
File - Deutsch (Sie) updated
File - Deutsch (Du) added

Edit (27.06.2012):
File - Deutsch (Sie) updated
File - Deutsch (Du) updated

Best regards

L.R.

AllenMead 06-19-2012 08:02 PM

This makes the Gallery very slick :) Would be real nice if you could put a limit on the sizes of the images displayed and open in a new window when clicked on?

Scandal 06-20-2012 07:52 PM

v1.6 (fourth release) available!
- updated file: sc_gallery_admin.php
- Galleryhome: fixed the view of description for header categories
- New feature: ability to add custom statusicons to categories (screenshot)
- 1 phrase undefined variable fix
- pending albums: 1 bug fixed

Hopes v1.6 is now an established version. :up:

Scandal 06-20-2012 08:11 PM

How to install Gallery's navigation tab and links for vB4.0.X - 4.1.X users
1. Open template "navbar" and find:
Code:

<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
replace it with:
Code:

<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search' AND THIS_SCRIPT != 'sc_gallery' AND THIS_SCRIPT != 'album'">
2. Open template "navbar" and find:
Code:

{vb:raw template_hook.navtab_end}
add below:
Code:

        <vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT == 'sc_gallery' OR THIS_SCRIPT == 'album'">
            <li class="selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase sc_gallery}</a>
                <ul class="floatcontainer">
                <vb:if condition="$show['member']">
                    <li class="popupmenu">
                        <a href="javascript://" class="popupctrl">My Stuff</a>
                        <ul class="popupbody popuphover">
                                <li><a href="album.php?{vb:raw session.sessionurl}">My Albums</a></li>
                                <li><a href="album.php?{vb:raw session.sessionurl}do=addalbum" rel="nofollow">Add Album</a></li>
                                <li><a href="gallery.php?{vb:raw session.sessionurl}do=mycomments" rel="nofollow">My Comments</a></li>
                                <li><a href="gallery.php?{vb:raw session.sessionurl}do=pending" rel="nofollow">Pending Albums</a></li>
                        </ul>
                    </li>
                </vb:if>
                    <li><a href="gallery.php?{vb:raw session.sessionurl}do=latestpictures">Latest Pictures</a></li>
          <li><a href="gallery.php?{vb:raw session.sessionurl}do=latestalbums">Latest Albums</a></li>
          <li><a href="gallery.php?{vb:raw session.sessionurl}do=latestcomments">Latest Comments</a></li>
          <li><a href="gallery.php?{vb:raw session.sessionurl}do=search">Search</a></li>
                </ul>
            </li>
        <vb:else />
            <li><a class="navtab" href="gallery.php">{vb:rawphrase sc_gallery}</a></li>
        </vb:if>

3. Done!

Leica.Robbiani 06-20-2012 08:15 PM

Hi Scandal,

Thanks a lot for this updated version, I'll try it and update the translation. In the current translation there are also some forgotten phrases, sorry.

Best regards

L.R.

sadiq6210 06-21-2012 06:33 AM

As usual, great work and professional support

Is there any feature to show the latest comments in the main page (i.e in sidebar)?
+ Can we have a live demo or if anybody install it and can put his website link?

Thanks dear

romolus 06-21-2012 11:40 AM

Quote:

Originally Posted by sadiq6210 (Post 2341659)
As usual, great work and professional support

Is there any feature to show the latest comments in the main page (i.e in sidebar)?
+ Can we have a live demo or if anybody install it and can put his website link?

Thanks dear

yes here is my link for my gallery.
http://www.antiquus.lu/gallery.php

a lot of fun

dopeytjen 06-21-2012 12:59 PM

Any option to enable age locking so people under/above a certain age can't view the category? there's already a plugin for this, but only for forums, not for your plugin.

CharlieDelta 06-21-2012 02:37 PM

Hi Scandal.
I really like your product and think it would fit my needs very well, especially the ability to add categories to albums.
The only thing that would be missing for me is a lot of my members add pictures to their posts as attachments. Would there be a way of incorporating this into your great mod?

Leica.Robbiani 06-21-2012 03:06 PM

Hi there,

I updated my posting with the language file(s). Please follow the link in the product description above.

Quote:

The only thing that would be missing for me is a lot of my members add pictures to their posts as attachments. Would there be a way of incorporating this into your great mod?
This would be another nice feature, but there exists a mod "attachment gallery". Maybe this one's a solution?

But another great feature would be boxes with latest and random pics on gallery.php.

Best regards

L.R.

Scandal 06-21-2012 04:40 PM

I'm open to new ideas for Scandal's vBGallery.

Thank you very much for your support with new ideas, language packs and bug reports. :up:

flussmitteldj 06-21-2012 05:15 PM

Can I convert the "Photoplog Pro - Pictures" in the [Scandal's] vBGallery?

CharlieDelta 06-21-2012 06:52 PM

Quote:

Originally Posted by Leica.Robbiani (Post 2341761)
This would be another nice feature, but there exists a mod "attachment gallery". Maybe this one's a solution?

I am using the attachment gallery already but would rather one mod do everything and I like Scandal's mod a lot. The attachment gallery does not have the options Scandal's does.

If you could somehow incorporate this Scandal, I would make the switch in a heart beat. :D :up:

BaanFarsang 06-22-2012 01:32 PM

There are duplicated of categories when edit albums for moving to desired categories!

http://img838.imageshack.us/img838/8...2555212623.png

ia7 06-22-2012 01:40 PM

Any demos of this being run on a custom style? :) Thanks.

Front Range 4x4 06-22-2012 08:48 PM

I uninstalled due to problems with my albums then found it wasn't due to this mod. Thanks Scandal, looking good!

I have a different style ia7, here's a link: http://www.frontrange4x4.com/forums/gallery.php

I just installed it so almost everything is still Uncategorized until my members change them.

Obviously I need to change the thumbnail sizes but I'm having a bit of trouble with that which isn't related to this mod.

Front Range 4x4 06-22-2012 11:39 PM

Quote:

Originally Posted by BaanFarsang (Post 2342031)
There are duplicated of categories when edit albums for moving to desired categories!

Check your template edit, looks like you pasted the code twice.

Front Range 4x4 06-22-2012 11:45 PM

1 Attachment(s)
Hi Scandal, I don't like my gallery display as show below. I suspect I need to resize my thumbnails which are at 175px but worry that it may change things elsewhere. Maybe just change it so alignment isn't off? It's the only thing that I'm not thrilled with outside of some needed navigation tweaks that I can handle.

Any help would be appreciated!

TIA!

Scandal 06-23-2012 08:36 AM

Quote:

Originally Posted by Front Range 4x4 (Post 2342167)
Check your template edit, looks like you pasted the code twice.

Yes, the problem was twice code.
Quote:

Originally Posted by Front Range 4x4 (Post 2342171)
Hi Scandal, I don't like my gallery display as show below. I suspect I need to resize my thumbnails which are at 175px but worry that it may change things elsewhere. Maybe just change it so alignment isn't off? It's the only thing that I'm not thrilled with outside of some needed navigation tweaks that I can handle.

Any help would be appreciated!

TIA!

Try to change the admincp option "Gallery Display Layout: width of albumbits?". ;)

As regards your Uncategorized Albums, every Sunday members receive notification with their Albums to "Uncategorized" and urged to move to a subject category. This function is very useful for big Galleries when the admin cannot organize alone the Gallery by moving all albums to subject categories. (there is an on/off button for notifications to admincp options).

Thank you very much for pasting link to your site's Gallery! It looks great!

Front Range 4x4 06-23-2012 10:51 AM

Thanks Scandal, that did it! I should remember to look for an easy answer instead of over thinking it. :o

The members notification about the Uncategorized category is a real + too. I'm 100% happy with it now. 5 stars & nominated!

CharlieDelta 06-23-2012 02:58 PM

Quote:

Originally Posted by CharlieDelta (Post 2341755)
Hi Scandal.
I really like your product and think it would fit my needs very well, especially the ability to add categories to albums.
The only thing that would be missing for me is a lot of my members add pictures to their posts as attachments. Would there be a way of incorporating this into your great mod?

Scandal, do you think this is something that you are interested in adding?

Scandal 06-24-2012 09:01 AM

Quote:

Originally Posted by CharlieDelta (Post 2342317)
Scandal, do you think this is something that you are interested in adding?

I'm working on it. ;)

flussmitteldj 06-24-2012 02:39 PM

@scandal, can i importet the Photoplog Pro Pictures?

conradk 06-25-2012 09:37 PM

Thanks for this. The "home" gallery page was a little boring for me - so I made the default to, "?do=latestpictures"

Scandal 06-26-2012 03:57 PM

v2.0 available!
- New feature: forum pictures attachment gallery (with ability to act it as gallery category + forum filtre). Admin can turn off attachments gallery if he want.
- search feature for attachment gallery
- 2 phrase issues fixed
- 1 bug fixed

Quote:

Originally Posted by Leica.Robbiani (Post 2341761)
But another great feature would be boxes with latest and random pics on gallery.php.

Best regards

L.R.

Nice idea, but I suggest to a similar mod (random album pictures) for vBulletin's sidebar. ;)

Notice: If you like this hack, nominate it for MOTM! :)

Alfa1 06-26-2012 04:19 PM

Quote:

Originally Posted by Scandal (Post 2343079)
Notice: If you like this hack, nominate it for MOTM! :)

Way ahead of you. :)

Leica.Robbiani 06-26-2012 09:46 PM

Quote:

Originally Posted by Scandal (Post 2343079)
Nice idea, but I suggest to a similar mod (random album pictures) for vBulletin's sidebar. ;)

Yeah, I'll try this. But notice, the sidebar must be enabled. There are people out there who don't like it, for whatever reason. Maybe it will be an idea to create an own sidebar block, with further information about the pics (just if you want to do this).

Quote:

Originally Posted by Scandal (Post 2343079)
Notice: If you like this hack, nominate it for MOTM! :)

Well done days ago.

I installed the update, now I make the translation.

Thank you again for the update, it looks drop dead beautiful.

Best regards

L.R.

DM BoNeZ 06-27-2012 12:09 AM

if not already suggested. you should try to add a like system on pictures

Front Range 4x4 06-27-2012 01:16 AM

1 Attachment(s)
Installed the update showing attachments, is this what it's supposed to look like? :confused:

Scandal 06-27-2012 11:44 AM

Quote:

Originally Posted by Front Range 4x4 (Post 2343183)
Installed the update showing attachments, is this what it's supposed to look like? :confused:

oops, I had test it with big attachment pictures. The "wrong" is that it should be centered.

pokusek 06-27-2012 01:46 PM

Is there a way to display latest pictures above the list of categories?

Cool mod, thanks!

Scandal 06-27-2012 02:02 PM

Quote:

Originally Posted by Front Range 4x4 (Post 2343183)
Installed the update showing attachments, is this what it's supposed to look like? :confused:

hmm try new version (2.1), I use a better popup system. :up:
(don't forget to upload the new files during the installation)

Front Range 4x4 06-27-2012 02:59 PM

Nice Scandal! Lightbox is so much better! Thank you!

I guess someone has to say it so I will, wouldn't it be more consistent if lightbox was used in all the categories instead of just the attachment gallery?

Your support is top of the line! :up:

Front Range 4x4 06-27-2012 03:06 PM

Quote:

Originally Posted by Leica.Robbiani (Post 2343148)
Yeah, I'll try this. But notice, the sidebar must be enabled. There are people out there who don't like it, for whatever reason. Maybe it will be an idea to create an own sidebar block, with further information about the pics (just if you want to do this).

I agree and don't use the sidebar but think everyone should use this mod to put albums pics on FORUMHOME. - https://vborg.vbsupport.ru/showthread.php?t=228618 There's a very long thread there and someone may already have done the sidebar block but I haven't checked.


All times are GMT. The time now is 01:59 AM.

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.01643 seconds
  • Memory Usage 1,848KB
  • 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
  • (4)bbcode_code_printable
  • (19)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
  • (40)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