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)

TransAmDan 04-23-2012 10:14 AM

I've had some members saying the pictures in the Albums are too big. There are about 1200 pixels wide. Not huge, but where its on an HTML page, they have to scroll to the right to see the picture.
However on the CMS and forum attachments there is a pop up (is this called a light box) featre to view the images. Can this be implemented/ enabled to view the Album photos?

Chadi 05-26-2012 08:34 PM

I upgraded my custom skin to its 4.2.0 version. Then I reuploaded this plugin, which previously was working. Now its still not showing up anymore.

Chadi 05-29-2012 03:33 AM

1 Attachment(s)
This doesn't create the navbar menu automatically. It only works with navtab, however the drop down arrow is mis-aligned

Chadi 05-30-2012 01:34 PM

I hope someone can help me fix the drop down arrow :)

Hippy 05-30-2012 07:49 PM

Quote:

Originally Posted by Chadi (Post 2334684)
I hope someone can help me fix the drop down arrow :)

add them with the nav manager in your admincp

Chadi 05-30-2012 07:54 PM

What should the links/codes be though? For example, "my albums" link code should be what?

Hippy 05-30-2012 08:32 PM

Check in the plugin. I'm built sure off hand.. pm me details is you need a hand

Chadi 05-30-2012 08:44 PM

Thanks, this is what the plugin shows but not sure how that translates for links

Quote:

<li><a href="albumall.php?' . $sess . '">' . $vbphrase['album_gallery'] . '</a></li>
<li><a href="picall.php?' . $sess . '">' . $vbphrase['picture_gallery'] . '</a></li>
' . ($show['member'] ? '
<li><a href="album.php?' . $sess . '&do=latest">' . $vbphrase['latest_albums'] . '</a></li>
<li><a href="album.php?' . $sess . '&u=' . $vbulletin->userinfo['userid'] . '">' . $vbphrase['my_albums'] . '</a></li>
<li><a href="album.php?' . $sess . '&do=addalbum">' . $vbphrase['add_album'] . '</a></li>' : '') . '

mickknutson 05-31-2012 12:49 PM

I am using this tab's mod: https://vborg.vbsupport.ru/showthread.php?t=233629

How can I hook this Gallery mod into one of the configured tabs?

Chadi 06-03-2012 02:54 AM

Would appreciate help on adding the gallery links manually to drop down.

How would the below translate to a proper link?

[quote]Thanks, this is what the plugin shows but not sure how that translates for links

Quote:

<li><a href="album.php?' . $sess . '&u=' . $vbulletin->userinfo['userid'] . '">' . $vbphrase['my_albums'] . '</a></li>

Chadi 06-03-2012 09:11 PM

Anyone know please?

aberg 06-04-2012 07:18 PM

Well you can do it easy bij the navigation menu
As example
Make a new TAB like Albums
after that make new links

album.php?do=latest - Last Albums

albumall.php? - All Albums

album.php{session.sessionurl_q} - My Albums

album.php?do=addalbum - Add Album

picall.php? - Photogallery

Chadi 06-04-2012 08:54 PM

Your my albums method is not working for me though, not sure why

http://www.talkjesus.com/album.php{session.sessionurl_q}

Just redirects to home page.

Using Tabs vbSoporte mod

aberg 06-06-2012 05:51 PM

I think with the new version Vbulletin you can uninstall Using Tabs vbSoporte mod and use the built in navigation menu from Vbulletin.
The {session.sessionurl_q} is a command what you can use in the navigation menu

Chadi 06-06-2012 06:07 PM

You can't add drop down menu options

gpinjason 06-07-2012 01:57 PM

I just installed this, and its working great using the vB Navigation manager on 4.2.0, but when viewing All Albums or Photo Gallery, the "selected" tab moves back to Forum, instead of staying on Album. Does anyone know where to add the "THIS_SCRIPT" code to keep the Album tab selected when selecting these options?

Hippy 06-07-2012 02:07 PM

Quote:

Originally Posted by gpinjason (Post 2337467)
I just installed this, and its working great using the vB Navigation manager on 4.2.0, but when viewing All Albums or Photo Gallery, the "selected" tab moves back to Forum, instead of staying on Album. Does anyone know where to add the "THIS_SCRIPT" code to keep the Album tab selected when selecting these options?

Set Append parent tab id to yes on the links and the tab to I believe

gpinjason 06-07-2012 04:19 PM

Thanks Hippy! Although that didn't work completely, it did help point me in the right direction!

the links themselves don't have the option to append tab id. so I just went to the parent tab, got the tab id and on the links that needed it to show selected, I added ?tabid=xx to the end of the url.. works great!

Hippy 06-07-2012 05:17 PM

Right that's part of Andreas mod..
Glad you got it tho

muffel 06-08-2012 08:59 AM

1 Attachment(s)
I have the same problem. I want to mark the new "Album-Tab" as active, when clicked on any link in this pop-down-menu.

Attachment 139003

Can anyone please explain me again, how to do it?

We are using Vbulletin 4.1.12

Chadi 06-08-2012 11:31 AM

Quote:

Originally Posted by Chadi (Post 2336569)
Your my albums method is not working for me though, not sure why

http://www.talkjesus.com/album.php{session.sessionurl_q}

Just redirects to home page.

Using Tabs vbSoporte mod

Can someone please help me out?

Chadi 06-09-2012 11:34 PM

1 Attachment(s)
Facing this weird issue where there is no album cover on some albums. Is this normal? If so, looks bad. Can the first uploaded pic to that album be set as default until member changes it to something else?

gpinjason 06-10-2012 03:24 PM

Quote:

Originally Posted by Chadi (Post 2338272)
Facing this weird issue where there is no album cover on some albums. Is this normal? If so, looks bad. Can the first uploaded pic to that album be set as default until member changes it to something else?

I believe that's just part of vBulletin's Album software.. if the user doesn't select a picture for the album cover, there is no default..

what I did as admin was went in and selected a photo for the cover.

Smile :-) 06-26-2012 09:34 PM

can someone confirm if this modification works with vBulletin 4.2.0?

Alibass 06-26-2012 10:20 PM

yes it does...

zerious 06-27-2012 03:38 AM

Hi,

ich have the problem that the original bulletin gallery URL looks like gallery/album.php and if I click on "my albums" in the nav bar the url is gallery/album-1.php. Is there a way to edit the add-on URL structure to prevent duplicate image content?

Is it also possible to change the album and image urls "albumall.php" and "pic all.php"?

Jonathan81 08-07-2012 11:03 PM

Quote:

Originally Posted by ceho (Post 2133448)
I installed it into the navbar, however I cannot edit the navbar template to move the menu "Gallery" to another position, it's not in this template. Any advice how to put that to another position, let's say right behind Calendar and before Community?

Thanks a lot!

Quote:

Originally Posted by ceho (Post 2133453)
Never mind, sorry. I found the template_hook in the plugin. Thanks!

How exactly does this work? I'd like to move the Gallery tab as well.

Skutch05 09-16-2012 09:14 PM

<a href="http://www.thetntclan.com/" target="_blank">http://www.thetntclan.com/</a>

How do I change my Gallery Nav Button to look like the other buttons?

Also,
How can I move the gallery to the left in the order of buttons. I do not see it in the Nav Bar manager.

daniel.l 09-18-2012 03:56 PM

Where can i find the folder withe the photos

Hippy 09-18-2012 09:33 PM

Quote:

Originally Posted by Skutch05 (Post 2366003)
http://www.thetntclan.com/

How do I change my Gallery Nav Button to look like the other buttons?

Also,
How can I move the gallery to the left in the order of buttons. I do not see it in the Nav Bar manager.

diable the default button in the plugin and use the navagation manager built into vb4.2

Videx 09-18-2012 09:43 PM

Quote:

Originally Posted by daniel.l (Post 2366457)
Where can i find the folder withe the photos

I tried to answer this earlier today but got confused with all the different storage locations for different items in vb. If nobody else comes up with a definitive answer, try searching at vb.com. Note that this mod doesn't change the storage location, so it's wherever you placed it originally.

I still suspect the path is shown at AdminCP>Attachments>Attachment storage type.

mahsazn 09-23-2012 06:54 AM

I don't have these pages:
Code:

/picall.php?
/albumall.php?

what should I do?
V 4.2

zascok 09-23-2012 12:49 PM

Quote:

Originally Posted by mahsazn (Post 2367826)
I don't have these pages:
Code:

/picall.php?
/albumall.php?

what should I do?
V 4.2

Upload the files probably

T2020T 10-05-2012 10:11 AM

Thanks!

FrancoUA 10-19-2012 04:24 PM

It's possible to make a porting from "all albums" (a plug-in about albums)

turbosatan 10-20-2012 12:10 PM

i would also like to know about how to make this properly replace the all albums plugin

is there a simple rewrite rule we can add to vbseo in order to make it redirect all items to this plugin?

JazzleBug 11-21-2012 07:50 PM

I, too, am interested in importing from the All Albums plugin...

Cobro 11-22-2012 09:02 PM

Is it possible to have private album or password protected ?
So only visable to the creator of the album ?

Installed and MOTM

Thank you for this plugin keep up the good work

JhonDoz 11-23-2012 09:36 AM

But it need permission while Google index these pictures, for example if Google spiders comee to our site an d view these pictures it need register so my question:
From where set this permission to allow that unregistered and spiders view pictures without register.

datoneer 12-08-2012 04:24 PM

Doesn't work with 4.2


All times are GMT. The time now is 03:27 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.02516 seconds
  • Memory Usage 1,819KB
  • 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
  • (11)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