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)

J-P 04-22-2011 04:09 AM

installed and like it :) Thank you!

Any chance of getting it to watermark the images automatically?

indreksi 04-23-2011 08:08 PM

Quote:

Originally Posted by J-P (Post 2187268)
installed and like it :) Thank you!

Any chance of getting it to watermark the images automatically?

Same question here... Is it possible somehow?

8thos 04-23-2011 10:33 PM

Quote:

Originally Posted by fabioski (Post 2186243)
Can users rate pictures?

Nope.
Quote:

Originally Posted by J-P (Post 2187268)
installed and like it :) Thank you!

Any chance of getting it to watermark the images automatically?

Nope.




---



Is there a way to make a notification go off whenever someone replies to your comment from their album?

eurocrewpr 04-26-2011 03:03 PM

How can I move the navtab? I would like to appear it in the center, not at the right after the what's new tab

Wayne Luke 04-29-2011 06:15 PM

I wanted to contributing back a modification that I made to this for an upcoming site. I didn't like that the Navtab presentation was a dropdown menu and different than my other tabs. So I edited the system to work like other tabs.

First I created a new template called gallery_navbar_link:
HTML Code:

<li<vb:if condition="$vboptions[selectednavtab==='gallery'"> class="selected"</vb:if>>
    <a href="albumall.php?{vb:raw session.sessionurl}" class="navtab">{vb:rawphrase gallery}</a>
    <vb:if condition="$vboptions[selectednavtab==='gallery'">
    <ul class="floatcontainer">
        <li><a href="albumall.php?{vb:raw session.sessionurl}">{vb:rawphrase album_gallery</a></li>
        <li><a href="picall.php?{vb:raw session.sessionurl}">{vb:rawphrase picture_gallery}</a></li>
        <vb:if condition="$show['member']">
        <li><a href="album.php?{vb:raw session.sessionurl}&do=latest">{vb:rawphrase latest_albums}</a></li>
        <li><a href="album.php?{vb:raw session.sessionurl}&u={vb:raw bbuserinfo.userid">{vb:rawphrase my_albums}</a></li>
        <li><a href="album.php?{vb:raw session.sessionurl}&do=addalbum">{vb:rawphrase add_album}</a></li>
        </vb:if>
    </ul>
    </vb:if>
</li>

Then I rendered the template with this hook:
Product: Picture and Album Gallery
Hook Location: process_templates_complete
Title: Gallery Navtab Link
PHP Code:

// Add Gallery Tab
if (THIS_SCRIPT == 'album' OR THIS_SCRIPT == 'albumall' OR THIS_SCRIPT == 'picall')
{
    
$vbulletin->options['selectednavtab'] = 'gallery';
}
$templater vB_Template::create('gallery_navbar_link');
$template_hook['navtab_middle'] .= $templater->render(); 

Just an alternate presentation if you will. You can see an example on the site that I am working on at http://www.wayneflix.com

KW802 04-29-2011 08:09 PM

Quote:

Originally Posted by Wayne Luke (Post 2190070)
... You can see an example on the site that I am working on at http://www.wayneflix.com

Nice looking site! :cool:

Wayne Luke 04-29-2011 08:54 PM

Quote:

Originally Posted by KW802 (Post 2190111)
Nice looking site! :cool:

Thanks. Still working on some things.

Rofo 04-29-2011 09:06 PM

Quote:

Originally Posted by KW802 (Post 2190111)
Nice looking site! :cool:

In your welcome message, you have a double "contact contact us" FYI :)

KW802 04-29-2011 09:15 PM

Quote:

Originally Posted by Rofo (Post 2190118)
In your welcome message, you have a double "contact contact us" FYI :)

Who, what, where?

Rofo 04-29-2011 11:25 PM

Quote:

Originally Posted by KW802 (Post 2190120)
Who, what, where?

Whoops! Meant to quote Wayne.

His site had a little quirk I was pointing out, looks like he already fixed it.


All times are GMT. The time now is 03:23 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.02231 seconds
  • Memory Usage 1,760KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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