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)

AnabolicResourc 03-22-2010 05:57 PM

Great hack, thanks !

TimberFloorAu 03-22-2010 07:54 PM

Could you code this so that Menu is in Navbar not sub menu below it.

If not I dont mind doing it, and just disabling your menu hook in product

oddmud 03-22-2010 10:12 PM

This isn't working on Internet Explorer for me. Only in firefox. It displays the thumbnail, but the picture itself is blank.

jmfemedia 03-23-2010 07:24 PM

is there anyway to make it so that in the admin panel you create the album names etc and that each member/usergroup can put the images into a "public" gallery rather than having galleries for individual members?

hohleweg 03-24-2010 07:34 AM

Hi
Can i ses it on a live forum?
Greetings Jo

mobe00 03-24-2010 08:30 AM

still my unregistered user cant see the gallery. Even thou i set the user permission for them to view albums..something strange here ? anyone ?

mobe00 03-24-2010 08:43 AM

Also did a change in the template gallery_navbar so the unregistered users dont see the options My Albums and Add New Albums, since those are of no use for them.

<li class="popupmenu">
<a href="javascript://" class="popupctrl" accesskey="99">Gallery</a>
<ul class="popupbody popuphover">
<vb:if condition="$show['member']">
<li><a href="picall.php?{vb:raw session.sessionurl}">Picture Gallery</a></li>
<li><a href="albumall.php?{vb:raw session.sessionurl}">All Albums</a></li>
<li><a href="album.php?{vb:raw session.sessionurl}do=latest">Latest Albums</a></li>
<li><a href="album.php?{vb:raw session.sessionurl}u={vb:raw bbuserinfo.userid}">My Albums</a></li>
<li><a href="album.php?{vb:raw session.sessionurl}do=addalbum">Add New Album</a></li>
<vb:else />
<li><a href="picall.php?{vb:raw session.sessionurl}">Picture Gallery</a></li>
<li><a href="albumall.php?{vb:raw session.sessionurl}">All Albums</a></li>
<li><a href="album.php?{vb:raw session.sessionurl}do=latest">Latest Albums</a></li>
</vb:if>
</ul>
</li>

HCGB 03-24-2010 04:01 PM

Quote:

Originally Posted by jmfemedia (Post 2008927)
is there anyway to make it so that in the admin panel you create the album names etc and that each member/usergroup can put the images into a "public" gallery rather than having galleries for individual members?

No - this mod uses the vB albums system. Users can create and add to as many albums as they wish or they can use common group albums.

Quote:

Originally Posted by hohleweg (Post 2009223)
Hi
Can i ses it on a live forum?
Greetings Jo

Look at any of the forums marked "installed" in this thread :p

Quote:

Originally Posted by mobe00 (Post 2009250)
still my unregistered user cant see the gallery. Even thou i set the user permission for them to view albums..something strange here ? anyone ?

You are using an out-of-date version - the navbar template is no longer included . Please upgrade

Nurofen 03-24-2010 06:13 PM

Is there anything like this for v3.8?

nofx1982 03-24-2010 06:59 PM

there will be a release with rating images?

TimberFloorAu 03-24-2010 10:05 PM

Hey John.

I shot thru that code for you, hope you got it ok. :)
I guessed at your email, as the one in pm you sent was wrong ! you dillpickle ;)

Regards Ste

Rayiw 03-25-2010 03:47 AM

Hi ,

Does your product support a slideshow of an album?

Thanks
Rayiw:)

HCGB 03-25-2010 07:25 AM

Quote:

Originally Posted by Nurofen (Post 2009548)
Is there anything like this for v3.8?

Yes, but it only does albums - https://vborg.vbsupport.ru/showthrea...ght=all+albums

Quote:

Originally Posted by nofx1982 (Post 2009573)
there will be a release with rating images?

Not until vB support picture rating :)

Quote:

Originally Posted by TimberFloorAu (Post 2009682)
Hey John.
I shot thru that code for you, hope you got it ok. :)
I guessed at your email, as the one in pm you sent was wrong ! you dillpickle ;)
Regards Ste

Thanks Steve - sorry about the email typo. I'll get it sorted today (hopefully :) )
Quote:

Originally Posted by Rayiw (Post 2009811)
Hi ,
Does your product support a slideshow of an album?
Rayiw:)

No - it links to the normal album viewer in vB

Bill_Reilly 03-26-2010 07:02 PM

HAHAHA this is perfectly what I needed. This plugin just eliminated 17 trillion complaints in my inbox LOL

Verionia 03-26-2010 08:29 PM

Can you put categories in this pretty please :)

taxick 03-27-2010 11:52 AM

Thanks

ShawnV 03-27-2010 03:26 PM

In 106 sub-menu,

The links for Album and Picture gallery's are backwards, album link takes you to pic and pics link takes you to albums.

Also, what class or stylevar are you using for the hover-over highlight?

HCGB 03-27-2010 04:45 PM

Quote:

Originally Posted by ShawnV (Post 2011126)
In 106 sub-menu,

The links for Album and Picture gallery's are backwards, album link takes you to pic and pics link takes you to albums.

Also, what class or stylevar are you using for the hover-over highlight?

Yep- the links in the navtab are backward - the navbar is OK though. I'll upload a new version later :o

The navTab popup uses the same style as the navBar popup. There are no navTab popumenu stylevars so I've used the popupmenu popuphover class with navbar_tab_linkhover_color and navbar_tab_font to keep it consistent with the other menus. Unless anyone has any better ideas?

Lore Master 03-27-2010 06:46 PM

Installed, thanks, works well. :)

As I'm not fond of a drop down in Nav Tabs, I wrote a new plugin and added a new template so that the Gallery Nav Tab works like the other Tabs. I also did a check so that a user in Albums will still highlight my Gallery Tab instead of the Forums Tab.

You can see it here: www.reawebservices.com/reaforum/

(new forum, no members yet, with a test album for ummm testing :p ). The My Albums I converted into a drop-down with View My Albums, and Add New Albums. Guests can not view that in the navbar.

svandanam 03-27-2010 10:00 PM

Thank you for the mod !!

ShawnV 03-28-2010 12:50 AM

Quote:

Originally Posted by HCGB (Post 2011155)
Yep- the links in the navtab are backward - the navbar is OK though. I'll upload a new version later :o

The navTab popup uses the same style as the navBar popup. There are no navTab popumenu stylevars so I've used the popupmenu popuphover class with navbar_tab_linkhover_color and navbar_tab_font to keep it consistent with the other menus. Unless anyone has any better ideas?


Groovy, thanks.

I meant to say, (lack of coffee) what class or stylevar is used for the picture and album mouse over highlight background, not the navigation.

HCGB 03-28-2010 09:53 AM

Quote:

Originally Posted by ShawnV (Post 2011347)
I meant to say, (lack of coffee) what class or stylevar is used for the picture and album mouse over highlight background, not the navigation.

The album thumbnails use the vB album_latestbit template (class albumthumbcontainer) and the picture thumbnails use the picture class.

Monty NC 03-28-2010 01:37 PM

Quote:

Originally Posted by Lore Master (Post 2011205)
Installed, thanks, works well. :)

As I'm not fond of a drop down in Nav Tabs, I wrote a new plugin and added a new template so that the Gallery Nav Tab works like the other Tabs. I also did a check so that a user in Albums will still highlight my Gallery Tab instead of the Forums Tab.

You can see it here: www.reawebservices.com/reaforum/

That's perfect - would you be willing to share the code you used?

Lore Master 03-28-2010 02:28 PM

Quote:

Originally Posted by Monty NC (Post 2011607)
That's perfect - would you be willing to share the code you used?

I'll post the steps in this thread if the owner of the Mod doesn't mind. He can freely include the code and update it to if he chooses.

I defaulted the tab to use picall.php as that is the one that makes most sense for me to use.

The options (links) that are displayed below the tab, regardless if you are viewing albums or pictures are:

Picture Gallery Album Gallery Latest Albums My Albums (drop down -> View My Albums, Add Album). I didn't phrase the word View as I was only planning to use it on my site and seen no need.

Bojangles 03-29-2010 04:25 AM

Quote:

Originally Posted by HCGB (Post 2002036)
It look like the thumbnails might be different sizes - try AdminCP->Maintenance->Update Counters->Rebuild Attachment Thumbnails

I note you are running vb 4.0.1 - this mod has only been tested on 4.0.2 :)

I recently updated to 4.0.2 PL4 and also the the 1.0.7 version of this mod, and the problem has been resolved.

Thanks again for an awesome mod!

yellowpinky 03-30-2010 11:33 AM

1 Attachment(s)
Quote:

Originally Posted by Lore Master (Post 2011205)
Installed, thanks, works well. :)

As I'm not fond of a drop down in Nav Tabs, I wrote a new plugin and added a new template so that the Gallery Nav Tab works like the other Tabs. I also did a check so that a user in Albums will still highlight my Gallery Tab instead of the Forums Tab.

You can see it here: www.reawebservices.com/reaforum/

(new forum, no members yet, with a test album for ummm testing :p ). The My Albums I converted into a drop-down with View My Albums, and Add New Albums. Guests can not view that in the navbar.

Can you provide the code for this?

--------------

Or author, please change Tabs to work like this.
Gallery tab should not have a drop down arrow. Gallery sub-menu items should be presented on the line below, like how all the other tabs operate.

Also, as it is today, the Gallery tab formats too wide in IE 8, formats ok in Chrome.

HCGB 03-30-2010 01:12 PM

Quote:

Originally Posted by yellowpinky (Post 2012801)
Can you provide the code for this?
Or author, please change Tabs to work like this.
Gallery tab should not have a drop down arrow. Gallery sub-menu items should be presented on the line below, like how all the other tabs operate.

Also, as it is today, the Gallery tab formats too wide in IE 8, formats ok in Chrome.

The gallery is a drop down because it doesn't point to a single page - you need to make a selection. It's impossible to provide plugin code for every type, style and position of menu layout - if you don't like either of the options provided then write your own OR look around this site for the menu mods (there are quite a few).

The Tab plugin supplied with the mod works fine with IE8 :)

DieselMinded 03-30-2010 11:25 PM

all the information dont fit on the photos

see

http://www.boerboelsonline.com/picall.php?

TimberFloorAu 03-30-2010 11:43 PM

Quote:

Originally Posted by DieselMinded (Post 2013152)
all the information dont fit on the photos

see

http://www.boerboelsonline.com/picall.php?

No point posting a link to a forum that requires registration !

HCGB 03-31-2010 02:03 PM

Quote:

Originally Posted by DieselMinded (Post 2013152)
all the information dont fit on the photos

see

http://www.boerboelsonline.com/picall.php?

If it's the images that are overflowing try:
AdminCP->Maintenance->Update Counters->Rebuild Attachment Thumbnails

kaposer 04-01-2010 12:32 PM

This is a great Mod, thank you much. I've been waiting for this a loooong time. I've choosed to add the dropdown menu to navbar and added a new button on the navtab that links to picall.php, so you can go to gallery directly or find more options if you need something specific. The search function is great

I get swapped links on the dropdown menu tho, Picture Gallery links to albumall and Album Gallery links to picall, aren't they supposed to be otherwise?

Now all I need for my gallery is an option to center pictures, I'm running at 1024 maxWidth and if I post a picture larger than 1024 it doesn't get centered

Voted for MOM!

HCGB 04-01-2010 12:59 PM

Quote:

Originally Posted by kaposer (Post 2014000)
I get swapped links on the dropdown menu tho, Picture Gallery links to albumall and Album Gallery links to picall, aren't they supposed to be otherwise?

Thanks for the vote :)

Download the latest version (1.07) - it fixed the swapped link problem.

aberg 04-02-2010 02:13 PM

Thanks for share this.
It's very nice to have this on the navbar.
Albums are difficult to find and with this mod it is very easy

kylek 04-02-2010 08:44 PM

Thank you!! marked installed, rated, and voted for MOTM.

Dr.osamA 04-03-2010 01:24 AM

Updated

thank you agen

NashChristian 04-03-2010 03:53 AM

Great Mod! Thanks for sharing!

One problem though... I just installed, tried both nav structures, didn't like the drop down tab (would prefer a regular tab to album all and then navbar drop down for the rest). Anyhow, that's not my one problem, but rather my one wish. Here is my one problem, when I installed the navbar nav, it disappears (the navigation) on the albumall.php, which means once a user gets to that page, there is NO way to navigate your product. They have to go back to the Forum, and then begin navigation again. (To clarify, the entire "forums" navbar disappears on the albumall.php, not just the nav for your gallery.)

Is there some way I can fix this? I know that I've seen other sites that use your mod without this issue, I don't know if this is due to the new plug-in installation, or ??? Bothersome though... lol. Thanks again for sharing, and let me know Santa's address so I can mail that WISH to him! ;)

NashChristian 04-03-2010 06:01 AM

Reinstalled the drop-down tab, and now noticed that it doesn't have an "active" state. Hmmm... guess the navbar is best, if I can get it to show up on the albumall.php.

NashChristian 04-03-2010 06:06 AM

Quote:

Originally Posted by kaposer (Post 2014000)
This is a great Mod, thank you much. I've been waiting for this a loooong time. I've choosed to add the dropdown menu to navbar and added a new button on the navtab that links to picall.php, so you can go to gallery directly or find more options if you need something specific.

Hey there,

How did you add the tab button? I would be interested in this, in conjunction with the navbar. Sounds like what I'm looking for. Please share...

:D Thanks!~

HCGB 04-03-2010 08:11 AM

Quote:

Originally Posted by NashChristian (Post 2014971)
.....
Is there some way I can fix this? I know that I've seen other sites that use your mod without this issue, I don't know if this is due to the new plug-in installation, or ???

It works OK on a standard vB installation so I can only assume you are using a modified navbar or navtab template. I would suggest you try disabling other navbar mods until you find which one is causing the issue.

BTW: the right side navtabs items on your site are hidden at 1024/800 resolution - a lot of users still use these screen sizes so it might be worth reducing the number of navtab items so they can actually see them all :)

badawidollah 04-03-2010 09:13 AM

working on my vb402

thanks alot
you help me so much


All times are GMT. The time now is 01:25 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.01938 seconds
  • Memory Usage 1,841KB
  • 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
  • (20)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
  • (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