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!


All times are GMT. The time now is 01:02 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.01382 seconds
  • Memory Usage 1,754KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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