View Full Version : Add-On Releases - Picture and Album Gallery
tspasev
06-07-2010, 01:11 PM
It works great by me ... but I want to put ads from the right side when the user looks the pictures one by one. Is there any solution to make some custom position because there is not a place in ads management.
I'm using 4.0.2 version of vBulletin.
Thanks ... I think someone will tell me what have I suppose to do.
jiffylb1
06-08-2010, 09:53 PM
Have a small problem. Installation went smooth no problem. I am sure I am just overseeing it but I when hovering over the gallery button gets the drop down menu. But when the drop down menu comes up only whatever option i have the mouse over is readable or the font color is the same as back ground color in the drop down menu. Were to I change the font color on the drop down menu so that I can read all options an dnot only when hovering over it..Thanks all
Have a small problem. Installation went smooth no problem. I am sure I am just overseeing it but I when hovering over the gallery button gets the drop down menu. But when the drop down menu comes up only whatever option i have the mouse over is readable or the font color is the same as back ground color in the drop down menu. Were to I change the font color on the drop down menu so that I can read all options an dnot only when hovering over it..Thanks all
The base class is popupbody popuphover but you have a custom style with strange flashing hover text so I don't know what style system is being used.
Scalemotorcars
06-10-2010, 02:16 PM
Has anyone been able to get the CSS right on the drop down in all browsers? I was up until 4am trying to get it right and still no luck.
Firefox it works fine
Internet Explorer is seems fine in ie8 but ie7 is all blown out.
In Avant its almost the same as ie7 but more exaderated and expands the full width of the forum.
I know it has something to do with the CSS for the popup where width is wet to width:auto
Im just about ready to scrap the entire CSS and as phrased and start over. ( no offense to the Dev this is a great mod its just VB isn't exactly browser friendly with all their work yet ).
Any help would be great. :up:
furst
06-11-2010, 05:27 AM
thanks works nicely except there is no line under my tab like my other tabs, any suggestions?
http://www.bowrd.com/content.php
fragov
06-13-2010, 03:11 PM
What have to be done to make guest see all albums too? Now it show an error.
uglyduck
06-13-2010, 09:34 PM
installed on 4.0.3, I uploaded the two files to my forum folder and imported "product-gallery-108.xml".
I do not have a Gallery item on the navbar or navtab but I can manually browse to the albums by pointing directly to album.php or picall.php. Did I missing something that keeping the link/dropdown funtion from appearing in the navbar.
thx
Videx
06-14-2010, 12:24 AM
"It doesn't show on my navbar/tab" is a hard question to answer, especially if you're using custom themes. You can try reimporting, using overwrite and making sure to import the correct xml. You may just have to learn how to make a navbar tab and put it there manually. Be sure to read back through this thread for possible solutions.
If Guests can't see albums then it's probably a permissions issue in Usergroup Manager>edit Unregistered>User Album Permissions.
uglyduck
06-14-2010, 03:12 AM
I am not getting a link to the Gallery in the navbar. I've tried reimporting with overwrite allowed but still nothing. I think you're probably correct and I'll have to manually add a tab or link.
This is using the 1.08 xml
Not having any permissions issues.
thanks,
I am not getting a link to the Gallery in the navbar. I've tried reimporting with overwrite allowed but still nothing. I think you're probably correct and I'll have to manually add a tab or link.
This is using the 1.08 xml
Not having any permissions issues.
thanks,
I hate to state the obvious but you did install the navbar/tab products didn't you (step 5 - check if it/they show in the plug in manager)?
If they show then the only reason why it wouldn't work is that the navbar template doesn't have the template hooks for the menu bar (i.e. it's a hacked template).
By default, vB doesn't allow guests to view album images - this behaviour is not changeable. This mod does allow guests to view album and picture thumbnails provided the permissions are set properly.
Videx
06-14-2010, 11:37 AM
By default, vB doesn't allow guests to view album images - this behaviour is not changeable. This mod does allow guests to view album and picture thumbnails provided the permissions are set properly.Negative. I just fired up Chrome (Not Logged In) and went to both Album or Picture Gallery and I can click the thumbnails and get pictures.
Webbstre
06-14-2010, 11:46 AM
Negative. I just fired up Chrome (Not Logged In) and went to both Album or Picture Gallery and I can click the thumbnails and get pictures.
Ditto, I just tested this as well.
I have a request for this mod though. I would like the ability to Sticky certain albums to the top of the albums page, so that my users can know what albums are endorsed and maintained by the staff.
Scalemotorcars
06-14-2010, 01:58 PM
For those using the Tab xml and your having problems seeing the links, try using this in your plugin. Copy and replace the entire code for the tab plugin and of course you can manually edit the font color values.
Im sure its not the best way but it works in FF, IE, Chrome and Avant browsers.
// change $allowguests from 'true' to 'false' if you do NOT want guests to see the gallery menu
$allowguests = true;
/******** NO EDITS below here! ************/
/******************************************/
if ($show['member'] OR $allowguests)
{
global $vbphrase, $vbulletin, $stylevar;
$sess = $vbulletin->session->vars['sessionurl_q'];
$template_hook[navtab_end] .= '
<li class="popupmenu">
<a href="javascript://" class="popupctrl navtab">
' . $vbphrase['gallery'] . '<img src="' . vB_Template_Runtime::fetchStyleVar('imgdir_misc') . '/arrow.png" align="' . vB_Template_Runtime::fetchStyleVar('right') . '" />
</a>
<ul class="popupbody popuphover" style="color:' . vB_Template_Runtime::fetchStyleVar('navbar_tab_lin khover_color') . ';font:' . vB_Template_Runtime::fetchStyleVar('navbar_tab_fon t') . '">
<li></li>
<li><a href="albumall.php?' . $sess . '"><font color="#333333">' . $vbphrase['album_gallery'] . '</font></a></li>
<li><a href="picall.php?' . $sess . '"><font color="#333333">' . $vbphrase['picture_gallery'] . '</font></a></li>
' . ($show['member'] ? '
<li><a href="album.php?' . $sess . '&do=latest"><font color="#333333">' . $vbphrase['latest_albums'] . '</font></a></li>
<li><a href="album.php?' . $sess . '&u=' . $vbulletin->userinfo['userid'] . '"><font color="#333333">' . $vbphrase['my_albums'] . '</font></a></li>
<li><a href="album.php?' . $sess . '&do=addalbum"><font color="#333333">' . $vbphrase['add_album'] . '</font></a></li>
' : '') . '
</ul>
</li>';
}
fayax
06-14-2010, 08:24 PM
This is an excellent mod but since I am no coder I will wait till an updated version with no major issues comes up. That way I dont run into the particular menu issues mentioned here.
Waiting...
Tagged.
uglyduck
06-16-2010, 05:16 PM
I hate to state the obvious but you did install the navbar/tab products didn't you (step 5 - check if it/they show in the plug in manager)?
If they show then the only reason why it wouldn't work is that the navbar template doesn't have the template hooks for the menu bar (i.e. it's a hacked template).
By default, vB doesn't allow guests to view album images - this behaviour is not changeable. This mod does allow guests to view album and picture thumbnails provided the permissions are set properly.
Thank you!! Yes, it was the obvious, lol.
fluentdesigns
06-17-2010, 01:25 AM
Anyone know why after I run the rebuild thumbnails a bunch of album picture covers are now missing? The albums still work and so do the images in the albums but the covers are completely gone and all I get is the alt tag showing "picture"
ArchAngelz
06-21-2010, 03:21 AM
Can I ask how I can :
(a) Change the default navtab name from "Gallery" to something else, say "Photo Gallery"
(b) Change the position of the navtab; I'm currently using the following to manage my tabs and this one results in it always going to the extreme right.
https://vborg.vbsupport.ru/showthread.php?t=233629
Can I ask how I can :
(a) Change the default navtab name from "Gallery" to something else, say "Photo Gallery"
(b) Change the position of the navtab; I'm currently using the following to manage my tabs and this one results in it always going to the extreme right.
https://vborg.vbsupport.ru/showthread.php?t=233629
Just use Tabs Add to put the tab on the menu bar instead of importing the included tabs product - that way you can put it where you wish and call it whatever you want.
The phrases for this mod can be found in AdminCP>Languages and Phrase-> ... and search for "Gallery"
fluentdesigns
06-22-2010, 12:25 AM
Anyone know why after I run the rebuild thumbnails a bunch of album picture covers are now missing? The albums still work and so do the images in the albums but the covers are completely gone and all I get is the alt tag showing "picture"
Still haven't got any help on this. Anyone that can jump in and give me some kind of solution? I have rebuilt thumbnails 3 times already. Tried switching album cover to another photo. Still nothing works. Getting frustrated :(
Still haven't got any help on this. Anyone that can jump in and give me some kind of solution? I have rebuilt thumbnails 3 times already. Tried switching album cover to another photo. Still nothing works. Getting frustrated :(
It could be many things =- a few things to check are:
Can you view the album cover thumbnail as a picture thumbnail (in other words, does the picture thumbnail actually exist) - check in the picture gallery and in the users profile album gallery? I don't mean the full-size picture - just the thumbnail.
Check the HTML code for the page in the browser - what image URL is used? Check that it points to a valid file on your site. If their is no URL for the missing image then it means that the thumbnail file itself is missing.
Lastly, I would check the database if you are comfortable with doing this (extract the filedataid field from the album row for a missing image then use it to get the thumbnail_filesize from the filedata row. Te thumbnail_filesize value should be non-zero if the image has a thumbnail available.
TheBish
07-01-2010, 06:19 PM
EDIT>> This is working in 4.04.
Thanks!
TheBish
07-02-2010, 01:47 AM
Is there a way to get this into the CMS? I read every post in this thread and there has not been a single mention of this. Maybe it is not remotely possible or maybe it is so easy and I am simply missing it.
intelgio2
07-04-2010, 03:10 PM
I have uninstalled this but the dropdown menu is still there. Where do I go to remove the menu? I have just installed PhotoPost....
cmiller1014
07-04-2010, 07:41 PM
How do you get your albums to be small and organized like that? My pictures and album previews are all HUGE!
onlyamd4000
07-06-2010, 01:30 AM
Having trouble letting unregistered members view photos. They can see the albums but cannot view images inside the album. Any advice would be great. Nice plugin!
Alfa1
07-07-2010, 01:23 AM
I would love to have global categories for images, so that images from multiple users can be shown in a Gallery category.
Nosfer@tu
07-07-2010, 10:16 PM
Have a look at mine: http://www.mx5nem.org.uk/albumall.php?
My thumbnail pics are set to 100x75 which for me are ample enough.
Can you add a screenshot or link to your public albums? I may be able to help out here.
Other than that, uninstall and reinstall the product to see if that resets the dimensions.
The vB CSS dynamically calculates the div size using the current admincp thumbnail dimensions - unless you've messed with the CSS as a previous poster suggested?
.
Where do you configure this ?
Are we talking, because that is also for posts/theads?
"Message Attachment Options"
Thumbnail Size
Maximum width and height that the thumbnail can have. The image will be proportionately resized so that the longest side is no larger than this setting. If you change this setting, you will need to go to Maintenance -> Update Counters -> Rebuild Attachment Thumbnails.
EDIT:
Works fine with VB 4.0.4 PL1
neiljedmonds
07-08-2010, 09:34 AM
Superb,
Installed and worked first time....I have one small problem the text in my tab is black and so is my background and I cant see the "Album Gallery/Picture Gallery etc" until I hover over the text.
Cheers
furst
07-08-2010, 11:15 PM
this has been working fine for awhile now but today im getting errors as below
The following errors occurred:
kookaburra.jpg: Unable to move/copy file
EquinoxWorld
07-16-2010, 09:51 PM
Any news anyone on this mod working with 4.0.5?
KProjects
07-16-2010, 10:02 PM
No problems so far w/ 4.0.5
--> http://www.glockforums.org
EquinoxWorld
07-16-2010, 10:03 PM
No problems so far w/ 4.0.5
--> http://www.glockforums.org
Thanks for the reply friend. Also received other responses that it's working ok as well.
CrosseyedGamer
07-18-2010, 03:16 PM
it's actually mind boggling that this isn't just built into VB.
Works just great for me as well on 4.0.5.
The only thing I would ask someone is , how do I move the tab over a few spots?
Thanks!
hqarrse
07-20-2010, 04:15 AM
Excellent mod - thank you.
Can you put categories in this pretty please :)
I would second this. I think a cats system is essential particularly for larger forums. I'd certainly donate again if this were added :)
sergioloporto
07-20-2010, 08:35 PM
Excellent! I am using it on 4.0.5 and is looks fine. However I would feel safer if you could test it :)
Gursimran
07-21-2010, 08:08 AM
very nice mod,
thanks a lot
InsomniacP
07-24-2010, 11:01 PM
This is a great MOD but my images have lost lots of there quality once i uploaded them, and it didn't keep there transparent BG, is it possible to enable them to accept PNG rather than converting them to JPG?
Webbstre
07-24-2010, 11:24 PM
I'm pretty sure those are settings you can fix within the vBulletin admincp - settings area, and aren't related to this mod. I also had quality settings until I went through and fixed everything and added a few more accepted file types.
safakuygur
07-29-2010, 12:39 PM
very ni,ce thanks
hemi6pack
08-04-2010, 10:10 AM
The picall and album all options dont work for me - page not found.
I run vB Suite 4.05 but not in the root directory - its installed in the forum directory (common for those of us who used to run vBA and other CMS's before VBsuite.
Very probably this is a pathway issue but has anyone seen it?
The rest of the options on the navtab work fine.... only the picall.php and albumall.php are "missing".
Thanks for your help..... GREAT mod!!
The picall and album all options dont work for me - page not found.
Simplest solution is just to copy the two files to your web site root directory (hover over the menu options and the browser status will tell you where it is looking to find the file).
hemi6pack
08-05-2010, 10:28 AM
I must have been too tired... didnt upload the two additional files.
I'm a fool... thanks for the assistance and apologies for wasting your time :)
Awesome mod.. love it!!
Thoman
08-05-2010, 10:39 AM
i need the german language phrase :-)
my english is not so good :-(
setishock
08-07-2010, 04:51 AM
I-I-I LIKE IT!!!
However...
How do you keep it from showing 1 or more albums without having to make the album private?
I-I-I LIKE IT!!!
However...
How do you keep it from showing 1 or more albums without having to make the album private?
Change the album viewing permission for the group(s) that you don't want to see the album.
KnarfR
08-07-2010, 03:19 PM
I'm sorry for my bad english.
I've used the addon so far without any problems.
Recently works only "picall" perfect, "albumall" the page displays, but the page loads and loads, because it can't show the preview images.
All other albumfunctions works fine.
I have a guess but I'm not sure.
This problem has existed since the update vBSEO 3.5.1 to 3.5.1 PL1 vBSEO (vB 4.0.5)
Does anyone have a tip for me or can help me?
Frank!
hsoen
08-08-2010, 05:04 AM
Very nice mod. Installed, thanks.
When click on Album, the picture thumbnails displayed do not show the detailed info but just picture only.
juhler
08-08-2010, 12:15 PM
No one found a fix for IE7 ?
It makes the tab expand to the end of the site
KnarfR
08-08-2010, 01:39 PM
It was a vBSEO problem and I have remedy it.
Thanks.
Frank!
WhiskeyOSS
08-12-2010, 04:11 PM
will not work with 4.06 there is a navbar issue when a hack tries to utilize it.. VB says it's the third party's problem not theres
Videx
08-12-2010, 04:36 PM
will not work with 4.06 there is a navbar issue when a hack tries to utilize it.. VB says it's the third party's problem not theresThat's not much help. Do you have a link?
WhiskeyOSS
08-12-2010, 04:55 PM
retraction Its working now ... I reinstalled it just a few mins ago and its working now.. thank you
will not work with 4.06 there is a navbar issue when a hack tries to utilize it.. VB says it's the third party's problem not theres
Just tested it and it works perfectly OK with the standard vB style.
WhiskeyOSS
08-12-2010, 06:37 PM
we just got it working with our mod style..we do not use the std vb style..
one of my do admins changed somthing in ours and it seems to be ok..
K4GAP
08-14-2010, 06:45 AM
Works great with 4.0.6 running a custom style.
daveaite
08-14-2010, 08:25 AM
Decided to give this mod a swing. I'll let you know if it works on vb4.06 as well.
Edit: It sorta...works. I can't create albums...the button "save changes" is stuck. lol
coshotgun
08-18-2010, 10:35 PM
Running Vbulletin Suite and have the following problems that we would like to see fixed if possible:
Nav-tab
The gallery tab takes up the whole length of the tab bar. when mouse over it even changes color through the search box.
When clicked the drop down box covers the entire width of the page plus some. The text is not visable until you mouse over it
The drop down box does not disapear unless you click off the box somewhere
Nav-bar
Works great but only when you are viewing the forum. Does not appear at any other time.
this is just what we are looking for if it just worked correctly for us. thanks for all the hard work!!! Any chance of it working for us in the near future???
Edit: It sorta...works. I can't create albums...the button "save changes" is stuck. lol
Nothing to do with this mod - album creation is a feature of vB - I would suggest that you check the permissions for the group wishing to create albums?
Nav-tab
The gallery tab takes up the whole length of the tab bar. when mouse over it even changes color through the search box.
When clicked the drop down box covers the entire width of the page plus some. The text is not visable until you mouse over it
The drop down box does not disapear unless you click off the box somewhere
Menu style problems are usually down to using a custom style - you haven't provided a link or example.
The drop down menu behaviour is the same as all the other normal vB menus.
Nav-bar
Works great but only when you are viewing the forum. Does not appear at any other time.
The gallery is part of the forum - it isn't part of the CMS. It's easy to add menu links as the gallery browsers are separate pages (take a look back through this thread for examples).
Capt Hair
08-21-2010, 03:23 AM
Thanks for the hack this is the first mod I'm doing myself, I am having a problem though.
I have it installed and the Gallery tab is appearing on the Nav Bar, but the "Album Gallery" and "Photo Gallery" links are not working. Any suggestions? Takes me to a 404 screen when I click on them.
Thanks
Edit: Figured it out what was wrong! Works perfectly!
Thanks again!
coshotgun
08-22-2010, 11:55 PM
I got the last problem worked out and it worked great until today when I installed vBadvanced Links Directory v4.1.0.
Now when I am in the links directory, and click on the gallery links, it does not give the correct url. It injects the /links/albumall.php? in the url address rather than /albumall.php? from the forum directory...
What do i change to fix this???
Other than that it works great in 4.0.6
NEVER MIND.... I changed the XML to fix this
TransAmDan
08-23-2010, 11:45 AM
Mod working well, installed and working within seconds.
What I'm wondering is about a bulk upload of images. I go to many car shows, may take between 50 and 900 photos, it would be great if i could do a mass directory upload of images. Is there a mod that can do this? or is there plans to add to this mod in future?
EDIT: I've just have a play with uploading photos, it looks like it can already do this and it resizes the thumbnails which I believe was a problem is an earlier revision of VB.
bada_bing
08-24-2010, 01:28 PM
Running Vbulletin Suite and have the following problems that we would like to see fixed if possible:
Nav-tab
The gallery tab takes up the whole length of the tab bar. when mouse over it even changes color through the search box.
When clicked the drop down box covers the entire width of the page plus some. The text is not visable until you mouse over it
The drop down box does not disapear unless you click off the box somewhere
Nav-bar
Works great but only when you are viewing the forum. Does not appear at any other time.
this is just what we are looking for if it just worked correctly for us. thanks for all the hard work!!! Any chance of it working for us in the near future???
How did you get this working as I have the same issue with my custom style?
Nav-tab
The gallery tab takes up the whole length of the tab bar. when mouse over it even changes color through the search box.
When clicked the drop down box covers the entire width of the page plus some. The text is not visable until you mouse over it
The drop down box does not disapear unless you click off the box somewhere
coshotgun
08-24-2010, 01:45 PM
How did you get this working as I have the same issue with my custom style?
Happened in IE 8 and in compatability mode. Turn that off and it works fine.
bada_bing
08-24-2010, 02:11 PM
Happened in IE 8 and in compatability mode. Turn that off and it works fine.
I had the same issues with IE 7.
Fishing620
08-26-2010, 05:57 AM
Hi
Thanks for doing this, it's much needed. We built a simple hack the try and achieve some sort of gallery, you did it better.
Question, on your roll out of the pictures it's rolling out the picture, the description, date it was added, by who and name of the album, but not the comment section. Is there a way you could add the ability for someone to comment on picture from this mod. i.e. if you go into a users album through their profile and look at a picture you can comment. I'd love to have the same comment ability through this mod. I'll donate to support you if you build this in. Please let me know.
Thanks for your efforts!
mgcom
08-27-2010, 06:09 PM
The following dependencies were not met:
1. This product is not compatible with version 4.0.6 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.0.3 and greater)
edit uploaded the 1.0.8 xml and it worked
cheers
svaghari
08-28-2010, 12:46 AM
Gallery integrates great with forum.
2 slight problems
1) Photo order when uploading. How do you ensure the photos are in the order that you want them
2) Window scrolling. My webguy already kinda tried to fix this. But its not quite working right. I want the window to keep its position when you click to go the next picture so you don't have to scroll all the way down.
Any ideas??
THnx
tzelon
08-28-2010, 09:33 PM
Tanks! this mod is great!
but I have one problem I'm using 4.0.6v and I install the navTab.xml, and when I selected the gallery Tab. the Forum tab is highlight and not the gallery.
can you help me?
Tilly
08-30-2010, 01:24 AM
Received a database error...any ideas why?
Database error in vBulletin 4.0.6:
Invalid SQL:
UPDATE session
SET lastactivity = 1283134313, location = '/forums/attachment.php?attachmentid=7454&thumb=1', badlocation = 0, useragent = 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0C)'
WHERE sessionhash = '766952e17c3dbb3747191628d41de802';
MySQL Error : MySQL server has gone away
Error Number : 2006
Videx
08-30-2010, 01:47 AM
"MySQL server has gone away" is a common error on oversold shared servers. However, you should not be able to turn the error on and off simply by enabling this mod.
Yurified
09-07-2010, 12:19 PM
Is it possible to have this for only one user ? I don't want it to show pictures and albums of all members, but only one. So is that possible somehow? :confused:
Received a database error...any ideas why?
...
MySQL Error : MySQL server has gone away
Error Number : 2006[/HTML]
Usually, this is caused by an overloaded shared server - software running on the server does an automated restart when it detects an overload condition and, during the restart, MySQL isn't available. If it keeps happening then move to a better shared server host. :)
1) Photo order when uploading. How do you ensure the photos are in the order that you want them
Upload them in that order? This mod shows newest images first.
2) Window scrolling. My webguy already kinda tried to fix this. But its not quite working right. I want the window to keep its position when you click to go the next picture so you don't have to scroll all the way down.If you are talking about the next GROUP of pictures then set the "number of images per page" to a lower value.
Is it possible to have this for only one user ? I don't want it to show pictures and albums of all members, but only one. So is that possible somehow? :confused: Easy - create a group for the single user with create/add albums to YES and set this permission to NO for all of the other groups.
svaghari
09-07-2010, 11:04 PM
Thanx for the reply HCB.
I mean when someone is going through the pictures individually. I was curious if it can be made like facebook etc.. or other galleries where the window keeps its position when you are going through individual pictures.
The individual picture display is done by vB code - not this mod.
buurman
09-10-2010, 10:28 AM
Simply awesome!!!!
Thank you !!
Installed 108 under 4.0.6
CLICKED INSTALLED AND NOMINATED!!!
Nephalim
09-11-2010, 03:52 PM
seems awesome but even after I rebuild thumbnail attachments, they still overlap v 1.0.8
VB 4.0.5 Any help please. thank you much
Nephalim
09-12-2010, 03:04 PM
seems awesome but even after I rebuild thumbnail attachments, they still overlap v 1.0.8
VB 4.0.5 Any help please. thank you much
Help please :confused:
mattyphatty
09-16-2010, 04:55 AM
Help please :confused:
Same here, Also when I do a rebuild thumbnails I get a fatal error
NashChristian
09-19-2010, 04:26 PM
Is this working in v4.0.7?
Phpaw
09-19-2010, 06:53 PM
Nice .. Thanks :)
robbiefritz
09-24-2010, 01:02 AM
Is this working in v4.0.7?
Yes
bferrell
09-27-2010, 01:08 AM
Is there any way to set the size of the image when you're paging through a gallery? Many of my images are larger than will fit even in a full-screen window. I would like to set this to 'fit window', and make it 1:1 scale only when you click into the image from here. Any way to do thsi?
nocte
09-28-2010, 06:04 PM
There seems to be a problem with privacy settings. When albums are set as private (only visible for contacts and friends), they are still listed by this module, but can't be opened .. :(
RCK08
09-29-2010, 12:19 AM
nice mod, can you rate the pictures??
gpc10347
10-05-2010, 10:31 AM
I might just be a victim of a template issue but it appears as though hovering over the Gallery selection highlights just fine however, once clicked, the navtab is no longer highlighted.
Is there an onClick missing somewhere that would keep the focus on the Gallery navtab once a user selects a choice from the Gallery dropdown menu?
Thanks
steve71
10-07-2010, 12:45 AM
There seems to be a problem with privacy settings. When albums are set as private (only visible for contacts and friends), they are still listed by this module, but can't be opened .. :(
This is a major problem and should be reported as a bug. Private albums should only appear as thumbnails to contacts and friends...not to everyone.
OP can you please address this bug?
southie
10-07-2010, 03:57 PM
can you make the background color of private albums and pictures a different color so users know which friends albums and photos are set to private ?
iyama
10-07-2010, 08:48 PM
Is there something like this for covers?
dvd & cd covers
Videx
10-07-2010, 10:42 PM
Is there something like this for covers?
dvd & cd coversWhat in the world are you talking about? How do you get from a forum picture gallery to ... what? You mean DVD inserts?
gpc10347
10-12-2010, 12:18 PM
I might just be a victim of a template issue but it appears as though hovering over the Gallery selection highlights just fine however, once clicked, the navtab is no longer highlighted.
Is there an onClick missing somewhere that would keep the focus on the Gallery navtab once a user selects a choice from the Gallery dropdown menu?
Thanks
Anyone know how to keep the Gallery selection highlighted when used as a Tab? Anyone?
Bueller?
hohleweg
10-12-2010, 02:31 PM
Hi
When I aktive
"Navtab menue for Gallery"
the Button "Gallery" ist to wide
pleas look at the Pictue
Why? what can i do?
!!!It is ONLY in IE Kompatibilitäts Modus!!!
Greetings Jo
gpc10347
10-15-2010, 02:25 PM
Tanks! this mod is great!
but I have one problem I'm using 4.0.6v and I install the navTab.xml, and when I selected the gallery Tab. the Forum tab is highlight and not the gallery.
can you help me?
I have the same issue and it also appears that using the navBar causes an incorrect element to be highlighted..
Seems petty to worry about it but it doesn't look right to me
hohleweg
10-16-2010, 03:38 PM
*push my question!
gokhansancar
10-17-2010, 12:31 AM
Everything is good but, there is a little problem, after i click on the pictures, the mod is not resizing the pictures, pictures are getting over sized , it would be better if you set a image size to display the pictures when you click on them.
Thanks by the way
Globus
10-17-2010, 12:13 PM
Thank You HCGB!
Soon as i get my money back from photopost developers will send it to you! Promise!
oddmud
10-18-2010, 09:18 PM
thanks works nicely except there is no line under my tab like my other tabs, any suggestions?
http://www.bowrd.com/content.php
I have this same issue, and can't find a fix for it.
Hippy
10-18-2010, 09:38 PM
it's a drop tab so it just changes color when you mosue over like the other default drop tabs
If I am not talking about the same thing please post a screenshot
thanks
I also have the bug below in IE (only some versions or compatibility mode) which is preventing me from being able to use it on my live forum.
Hi
When I aktive
"Navtab menue for Gallery"
the Button "Gallery" ist to wide
pleas look at the Pictue
Why? what can i do?
!!!It is ONLY in IE Kompatibilit?ts Modus!!!
Greetings Jo
OldSchoolDSL
10-23-2010, 07:50 PM
Working fine on 4.0.8 (thanks)
Daryn
10-24-2010, 12:23 AM
The style I'm using doesn't look quite right with the tab arrow on it. I'm looking at the code for the plugin:
$vbphrase['gallery'] . '<img src="' . vB_Template_Runtime::fetchStyleVar('imgdir_misc') . '/arrow.png" align="' . vB_Template_Runtime::fetchStyleVar('right') . '" />
I can see the arrow called here, and the label just before it. What part do I need to take out to remove the arrow?
onesexforum
10-28-2010, 11:45 AM
the gallery navtab appears at the end of the row. Is there a way to get it to appear after the forum tab?
akxt660
10-31-2010, 02:41 AM
has a way to put a website signature at all images?
way2xtreme
11-14-2010, 09:57 PM
If the titles were longer they would break the image box.
They should BE white - unless you have modified the vB css?
Hi there again,
I have set my image box to 300 px width, which means I can take at least another 15 characters. where do I find the code to edit? Most of my album names are long
Thanks in adv.
Huy Ho?ng
11-14-2010, 10:34 PM
Hi. Very good :)
NixonJr
11-20-2010, 10:39 AM
Hey Guys,
Have just installed this on 4.0.8 - works great however...
Uploaded a photo then i click on an album then theres just the photos ( no writing of what the photos are)
is this normal?
Thanks.
topladz
11-21-2010, 05:42 PM
ive just installed this mod using the navbar option when i click on album gallerey or picture gallerey it goes to a search engine the lastest album and my album is ok what have i done wrong and how do i edit it
cheers adam
lsdoodle
11-22-2010, 08:57 PM
I installed the nav bar and realized I wanted the nav tab so I disabled the navr bar plugin and the nav tab is showing in the right area great. You can create your own photogallery, but the top two drop down for album gallery and picture gallery leads to a 404 page missing error.
Just realized when you say install to root of forum, you mean of the website not the forum folder. It works!
Alibass
11-22-2010, 09:46 PM
Just realized when you say install to root of forum, you mean of the website not the forum folder. It works!
I was just about to ask you where you installed at. :)
This is nice mod and works great on 4.0.8 PL2
thespi
11-22-2010, 10:42 PM
I've got it installed but the button stretches in Internet Explorer 7 and earlier right across and over the search bar:
www.carpediem.im
Otherwise working 100%
OldSchoolDSL
11-23-2010, 12:10 AM
I've got it installed but the button stretches in Internet Explorer 7 and earlier right across and over the search bar:
www.carpediem.im
Otherwise working 100%
Does the same thing in IE8 & IE9 (beta). No problems with any other browser, just IE. However, as long as its the last item on your list... It doesn't really cause any issue (just larger)
CybaGirl
11-27-2010, 03:52 AM
For those using the Tab xml and your having problems seeing the links, try using this in your plugin. Copy and replace the entire code for the tab plugin and of course you can manually edit the font color values.
Im sure its not the best way but it works in FF, IE, Chrome and Avant browsers.
// change $allowguests from 'true' to 'false' if you do NOT want guests to see the gallery menu
$allowguests = true;
/******** NO EDITS below here! ************/
/******************************************/
if ($show['member'] OR $allowguests)
{
global $vbphrase, $vbulletin, $stylevar;
$sess = $vbulletin->session->vars['sessionurl_q'];
$template_hook[navtab_end] .= '
<li class="popupmenu">
<a href="javascript://" class="popupctrl navtab">
' . $vbphrase['gallery'] . '<img src="' . vB_Template_Runtime::fetchStyleVar('imgdir_misc') . '/arrow.png" align="' . vB_Template_Runtime::fetchStyleVar('right') . '" />
</a>
<ul class="popupbody popuphover" style="color:' . vB_Template_Runtime::fetchStyleVar('navbar_tab_lin khover_color') . ';font:' . vB_Template_Runtime::fetchStyleVar('navbar_tab_fon t') . '">
<li></li>
<li><a href="albumall.php?' . $sess . '"><font color="#333333">' . $vbphrase['album_gallery'] . '</font></a></li>
<li><a href="picall.php?' . $sess . '"><font color="#333333">' . $vbphrase['picture_gallery'] . '</font></a></li>
' . ($show['member'] ? '
<li><a href="album.php?' . $sess . '&do=latest"><font color="#333333">' . $vbphrase['latest_albums'] . '</font></a></li>
<li><a href="album.php?' . $sess . '&u=' . $vbulletin->userinfo['userid'] . '"><font color="#333333">' . $vbphrase['my_albums'] . '</font></a></li>
<li><a href="album.php?' . $sess . '&do=addalbum"><font color="#333333">' . $vbphrase['add_album'] . '</font></a></li>
' : '') . '
</ul>
</li>';
}
AWESOME!!!!
Thanks so much for posting the solution to this problem!
For my dark skin I switched where it says <font color="#333333"> in your fix to <font color="#FFFFFF"> which makes the words now show up as white instead of the grey colour in your fix.
One question though.
Is there a way to just edit the colours for only one template? If so how would this be done as in what file needs to be changed and what needs to be added where?
As this fix edits all templates.
So now if someone is using default skin the drop down menu is now displaying the links in white text.
I don't understand why the default code in this mod changes the text color for. When every other mod that is added to the nav bar on my dark skin does not do this.
Thanks.
thespi
11-29-2010, 02:19 PM
Ok there is an issue (BUG) when there are over the amount of albums then the page selsction is not shown on the user albums. This only occurs if a user has over the amount of albums to display on one page:
The page selction shows here:
http://www.carpediem.im/albumall.php?
BUT NOT HERE:
http://www.carpediem.im/album.php?u=109
Is there a change or correction I can make to fix this.
Ok there is an issue (BUG) when there are over the amount of albums then the page selsction is not shown on the user albums. This only occurs if a user has over the amount of albums to display on one page:
The page selction shows here:
http://www.carpediem.im/albumall.php?
BUT NOT HERE:
http://www.carpediem.im/album.php?u=109
Is there a change or correction I can make to fix this.
The first link shows albums for ALL users, the second link shows albums for only ONE user. The second link isn't part of this mod - it's the inbuilt vB album viewer - if it isn't working properly then report it as a bug on the vB site?
thespi
11-29-2010, 10:39 PM
The first link shows albums for ALL users, the second link shows albums for only ONE user. The second link isn't part of this mod - it's the inbuilt vB album viewer - if it isn't working properly then report it as a bug on the vB site?
OK will do, how about the NavBar tab is there away to truncate it within IE as its pushing the tabs that proceed it off & looks untidy.
P.S. I received this reply from vB support, The albumall.php file is not a vB file. & they do not support third-party add-ons ect ect... So somewhere in the php a <vb:if (user)> = show <div class="floatcontainer" id="controls_above"><div id="pagination_top">{vb:raw $pagenav}</div> is missing. Now I don't know anything about the code so that's just made up, if these issues are resolvable then it will be working fine.
fholbert
11-30-2010, 01:06 PM
Just what I'm looking for! Any one installed this on 4.0.8? Any issues with 4.08?
thespi
12-01-2010, 12:47 PM
Just what I'm looking for! Any one installed this on 4.0.8? Any issues with 4.08?
If you have the tab on the nav bar it will stretch across until the end of the navbar. And users with over the amount of albums you display on one page will page nation doesn't start.
fholbert
12-01-2010, 11:15 PM
If you have the tab on the nav bar it will stretch across until the end of the navbar. And users with over the amount of albums you display on one page will page nation doesn't start.
Thanks, I'll load it up!
Brandon Sheley
12-03-2010, 03:16 PM
This product is not compatible with version 4.1.0 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.1 and greater)
:(
Alibass
12-03-2010, 03:36 PM
I'm using it on my 4.1.0 PL1 board and it works great. Dont know what to tell you.
taxman
12-03-2010, 04:34 PM
I'm using it on my 4.1.0 PL1 board and it works great. Dont know what to tell you.
Did you have it already installed when you upgraded to 4.1.0 ?
Will not install for me,,, also states "incompatable"
Alibass
12-03-2010, 05:22 PM
Did you have it already installed when you upgraded to 4.1.0 ?
Will not install for me,,, also states "incompatable"
Yes I updated from 4.0.8.
Have you tried editing the product xml file and changing the maxversion to 4.2 and see if it will install?
taxman
12-03-2010, 10:18 PM
Chrs buddy.. it was set at 4.1
As you said, set it at 4.2 and it works fine... Thanks a lot.
aquabid
12-04-2010, 10:18 AM
Is it possible to have the albums sorted by username versus last update?
Alibass
12-05-2010, 02:51 PM
Working good on 4.1.0 PL2 :)
But when guests click on thumbnails they can view the full pic. Is there a fix for this?
Looked threw posts and did not see anything or possibly overlooked it. Any help would be greatly appreciated.
ehsanix
12-07-2010, 01:33 AM
how can tag for images in galley?
indyonline
12-09-2010, 12:16 AM
nice mod. works great! Thank you for this.
I have added it successfully and it shows in my menu bar not tab but it only shows on the forum page in VB publisher suite. How can I make it display on the CMS home page and blog pages navigation too?
Thanks.
Nice mod, really like it! Good job.
However I have a question. I find this "issue" a bit annoying.
When our users upload pictures into their albums our moderators need to moderate them.
If the user recently created the album and uploaded for example 10 pictures in it it doesnt get a "cover" automaticly. This results in that the album doesnt show in "albumall" or "latest album".
Anyone have an idea what I can do?
/M
Davey-UK
12-11-2010, 04:06 PM
Not compatible with VB 4.1 unfortunately.
I get the following error on import
The following dependencies were not met:
1. This product is not compatible with version 4.1.0 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.1 and greater)
TalkVirginia
12-12-2010, 04:11 AM
Not compatible with VB 4.1 unfortunately.
I get the following error on import
The following dependencies were not met:
1. This product is not compatible with version 4.1.0 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.1 and greater)
I'm getting this too.
Alibass
12-12-2010, 04:32 AM
I'm getting this too.
Read my post 371 and the one right under it.
SBKTR
12-12-2010, 07:51 PM
It didn't work me either until I changed the version number.. like Alibass says in his post, it now works and I'm running 4.1.0
Installation under vB 4.1. PL2 no prob, looks like it's working very well.
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!
Never mind, sorry. I found the template_hook in the plugin. Thanks!
excellent mod thanks alot really helpful works great on 4.1.0 and its MOTM imo ,like Alibass says in his post i changed the maxversion to 4.2 it works perfect thanks for sharing this .
Nice mod, really like it! Good job.
However I have a question. I find this "issue" a bit annoying.
When our users upload pictures into their albums our moderators need to moderate them.
If the user recently created the album and uploaded for example 10 pictures in it it doesnt get a "cover" automaticly. This results in that the album doesnt show in "albumall" or "latest album".
Anyone have an idea what I can do?
/M
No one?
StonePilot
12-27-2010, 06:12 PM
No one?
I have this same issue. There are some albums that do not get an album cover assigned automatically. Not sure the reason, it just says "PICTURE" with no image.
Otherwise, awesome mod! MOTM!
installed good working on 4.1 problem is with style of submenu no shown well
I have this same issue. There are some albums that do not get an album cover assigned automatically. Not sure the reason, it just says "PICTURE" with no image.
Album cover pics are created by the vB base code - not by this mod (the mod just shows whatever cover pic was allocated to the album). I would suggest you report the issue to Vbulletin as a bug if you can reliably replicate it?
Maybe this here might help you: http://www.vbulletin.com/forum/showthread.php/357647-show-all-albums-and-album-info-box-fix?highlight=recently+updated+albums
Worked well for me ;-).
jeffinj
12-30-2010, 08:26 PM
Did you have it already installed when you upgraded to 4.1.0 ?
Will not install for me,,, also states "incompatable"
same here.
I am not using the default vB Tab system, can anyone tell me if I still need to do this step:
Once the gallery import is complete, click "Add/Import Product" again and select EITHER product_gallery_navtab-xxx.xml OR product_gallery_navbar-xxx.xml depending on where you want the gallery menu to appear (navbar or navtab).
If I don't, can I manually create my own tab and link to the output page (what is that by the way?). One last question, if I do not use the nav Tab this creates, will the search function still work?
sweetpotato
12-31-2010, 04:13 PM
Just installed, love it. Thank you,
ehsanix
01-03-2011, 07:54 AM
Hi
How can I
Fixed a gallery with categories that have management is characterized
And users can not upload pictures in the gallery are separate?
Each user in the category manager has already created to upload photos
MikeWarner
01-03-2011, 09:41 AM
I would love this hack if you could add tags pre-defined by admin when uploading. Then a category listing will pull in photos with each tag.
i.e. on a car site, a Porsche or Nissan etc tag would be used to tag images when uploaded. Then a corresponding Porsche or Nissan etc category would simply pull in these photos. The category listing could simply look like a forum category listing.
This addition would make it much more like a proper gallery, and I'm sure a lot of people would be ditching photpost.
ricker
01-03-2011, 06:36 PM
waiting for 4.1 support! :)
Alibass
01-03-2011, 06:58 PM
I am not using the default vB Tab system, can anyone tell me if I still need to do this step:
Once the gallery import is complete, click "Add/Import Product" again and select EITHER product_gallery_navtab-xxx.xml OR product_gallery_navbar-xxx.xml depending on where you want the gallery menu to appear (navbar or navtab).If I don't, can I manually create my own tab and link to the output page (what is that by the way?). One last question, if I do not use the nav Tab this creates, will the search function still work?
I'm running Tab and Link Manager and I installed per directions. I also used the navtab and it works fine.
Alibass
01-03-2011, 07:00 PM
waiting for 4.1 support! :)
It works fine on 4.1.0 PL2, mate.
blankpage
01-05-2011, 09:57 AM
please..upgrade to 4.1.x :(
Kolbi
01-05-2011, 10:03 AM
^^ read Alibass's ++++ing post!
It's working!
joanne8621
01-05-2011, 02:50 PM
Just tried installing this on vB 4.1.0 PL2 and got message -
This product is not compatible with version 4.1.0 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.1 and greater)
Alibass
01-05-2011, 03:02 PM
Just tried installing this on vB 4.1.0 PL2 and got message -
This product is not compatible with version 4.1.0 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.1 and greater)
Read previous posts, it tells you how to fix that.
installed good working on 4.1 problem is with style of submenu no shown well
still now answer
StonePilot
01-11-2011, 02:12 PM
I want to change the Title displayed from "Album Gallery" to something else. Any help? I skimmed and searched this thread, but didn't see anything.
StonePilot
01-11-2011, 02:24 PM
Ok, I figured it out. In the language area. Searched and changed.
trilogy33
01-12-2011, 08:57 AM
Awesome mod :D
Eduardo Leon
01-12-2011, 02:08 PM
this dont work in vbulletin 4.1 pl 2 :S !
please, fix it !
voglermc
01-12-2011, 04:42 PM
Updated and works great! 4.1.1
oddmud
01-12-2011, 07:02 PM
this dont work in vbulletin 4.1 pl 2 :S !
please, fix it !
yes it does
Alibass
01-12-2011, 07:34 PM
What's new in v1.0.9?
OldSchoolDSL
01-13-2011, 12:08 AM
What's new in v1.0.9?
2nd the question
Videx
01-13-2011, 02:06 AM
Ok, I figured it out. In the language area. Searched and changed.If you really want to be helpful, you should post a quick 'how to', including each step. Write it assuming a complete newbie is reading it. I've done this many times myself, so I know it won't take more than 5 minutes to do.
2nd the question
Nowt - just a dependency update for 4.1
OldSchoolDSL
01-13-2011, 01:46 PM
Nowt - just a dependency update for 4.1
Thank you for the quick reply :)
blankpage
01-13-2011, 06:27 PM
How can I change the white links on white background on Gallery tab? the links are not readable
thanks..
Mark4865
01-15-2011, 12:58 PM
great add on installed thanks
TosaInu
01-16-2011, 05:39 PM
Nice hack, works in 4.1.1.
When I upgraded to the Suite, I installed all new php files to a new directory on my server and didn't move the attachment folder over (I can do that later when the update is ok). Unfortunately, the Suite changed a lot. Result is that none of the old albums are used. I did ask Jelsoft about ways to fix it, but there were none.
It's several thousand pictures, and I'ld love to have them displayed one way or the other again.
Does anyone know more about the old style storage, the new one, what the upgrade to the suite changed (dropped) and what the options are to fix this?
greg38
01-16-2011, 07:44 PM
Hello,
what is AddOns to this produckt and how i can delete/deactivate this.
https://vborg.vbsupport.ru/
egdevilboy
01-17-2011, 02:46 AM
I am trying to find out how to change the color of the dropdown links (my site is black - need links white) as well as the hover background of the photo albums?
adiosc
01-17-2011, 08:28 PM
I have the same problem...
http://www.just4cruisers.com/imagenes/web/gallery.jpg
TosaInu
01-18-2011, 09:19 AM
That's a vbul doing afaik. Those members haven't enable an album cover. The administrator could edit the picture in that album, just anyone, and set that to album cover.
jimfries
01-18-2011, 06:33 PM
Any idea where in the code I can get the line under the 'Gallery' Tag?
I attached a screenshot of the front page of our website. Every tag has a underlined border except for the gallery, and for the sake of OCD, do you know where to code that in?
http://www.distortedguild.com/images/gallery_underline.gif
oddmud
01-22-2011, 07:25 PM
i also have this issue
This is a great mod. I was wondering if Lightbox or some sort of slideshow can be added to make the navigation easier.
marius25
02-02-2011, 11:46 AM
how can we add the picture title under the picture (not above the picture) in picture gallery?
just77me
02-02-2011, 01:21 PM
Hi there i have the same problems like bankcroft and adiosk mentioned one page before
white space instead of preview images on new addes images - how can we fix that?
thank you.
Flawless install.
I can't believe how easy that was! Thank you!
just77me
02-07-2011, 02:22 PM
any idea with the white problem?
just77me
02-07-2011, 05:27 PM
white new pictures when you view the page as guest...
and is there a opportunity to get watermarks over the pictures?
beiamerica
02-07-2011, 06:45 PM
Very easy install on vBulletin 4.1.1 and it looks great. Thanks!
bulldog51981
02-10-2011, 08:16 PM
I used the code modification in here to change the color of the text in the drop down for the navtab template but the first option (album gallery) is still not changing color...anyone have any ideas on why? (I changed the text color to a pale gray but the album gallery is coming up black (or dark grey) still and not following suit). Anyone?
DeadSilence_
02-10-2011, 10:46 PM
Marked as installed.
Thank you very much, great mod.
Ethan99
02-14-2011, 03:52 AM
Great mod! Perfect!
No problems on 4.1.1
Wajdan
02-18-2011, 01:57 AM
Can we use this mod as rotating random pictures on the top of the forum home.
Videx
02-18-2011, 03:12 AM
Can we use this mod as rotating random pictures on the top of the forum home.No. Go here: New Latest Album Pictures - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=228618) (it also does random pics)
hogman
02-20-2011, 08:47 PM
Could anyone please point me in the direction on how to modify the script to have the gallery link in the navtab not be stretched across the width of the bar?
http://www.309ownersclub.com/gallery.png
Many thanks
boodog
02-21-2011, 11:16 AM
Would not install in 4.1.1 :(
DeadSilence_
02-22-2011, 05:50 PM
Would not install in 4.1.1 :(
Works flawlessly for me 4.1.1, I suggest it's probably an ID 10T error.
Alibass
02-22-2011, 07:12 PM
Works flawlessly for me 4.1.1, I suggest it's probably an ID 10T error.
LMAO :D
Videx
02-22-2011, 07:53 PM
Works flawlessly for me 4.1.1, I suggest it's probably an ID 10T error.More useful would have been if you told us if you upgraded in place or if like him you tried to install it new.
But ya, just saying "would not install" doesn't give anyone much to suggest. Make sure you're trying to install the latest version.
yayacannes
02-25-2011, 09:43 PM
Great job but now i'm on 4.1.0 PL2 it's impossible to upload more than one picture by one picture, is there an issue please ?
PAMMG
02-26-2011, 03:05 AM
New install on 4.1.2. Couple questions...
1. When adding an album, it only appears in 'my albums' and not in the album gallery. I'd like to create albums that all users can view
2. Can I prevent certain usergroups from creating an album and/or adding pictures?
Thanks
Great job but now i'm on 4.1.0 PL2 it's impossible to upload more than one picture by one picture, is there an issue please ?
Nope - this mod is a viewer - picture uploading is a built-in vB function
New install on 4.1.2. Couple questions...
1. When adding an album, it only appears in 'my albums' and not in the album gallery. I'd like to create albums that all users can view
2. Can I prevent certain usergroups from creating an album and/or adding pictures?
Thanks
Check the album isn't set to private, then check the permission settings for the groups you want to see the album. All standard vB stuff and nothing to do with this mod I'm afraid.
Even if guests do not have permission to view albums, this mod will show the album thumbnail (unless you change the setting specified in the mod) however, they will still not be able to see the actual album content.
PAMMG
02-26-2011, 08:33 PM
Check the album isn't set to private, then check the permission settings for the groups you want to see the album. All standard vB stuff and nothing to do with this mod I'm afraid.
Even if guests do not have permission to view albums, this mod will show the album thumbnail (unless you change the setting specified in the mod) however, they will still not be able to see the actual album content.
Yeah, that was pretty obvious stuff. I set the album as public when creating it.
As a test, I logged into the site as the Administrator and used the 'add album' drop down option from the drop down list that's part of the mod. When I go back into the 'album gallery' drop down option, nothing is there. If I go into the 'my albums' drop down option, the album is listed there.
I'm pretty sure the Administrator should have access to everything by default, so I'm not sure which specific usergroup permissions you're referencing. Any help would be greatly appreciated!
RESOLVED: I FOUND THAT THE ALBUMS ONLY SHOW UP AFTER UPLOADING PICS. Empty albums don't appear in the album gallery. Whoops!
yayacannes
03-01-2011, 10:36 AM
Hello,
Can an administrator create a members album and every member can upload a picture inside ?
Because one album per member is a bit heavy :(
Thanks
Grab A Lane
03-01-2011, 05:29 PM
when uploading pictures, do they upload to my forum's server or do these photos have to be hosted somewhere else?
Videx
03-01-2011, 10:32 PM
Can an administrator create a members album and every member can upload a picture inside ?
Because one album per member is a bit heavy :(An empty album uses no resources at all (if that's what you meant by 'heavy').
when uploading pictures, do they upload to my forum's server or do these photos have to be hosted somewhere else?You set up a folder to store users pictures when you installed vbulletin.
I think both you guys are in the wrong place. Instead of installing modifications you should be learning how the basic unmodified vbulletin works.
marius25
03-03-2011, 11:59 AM
In picture gallery..how can i delete the picture name above the image?
FTDave
03-06-2011, 02:41 AM
Great jOB! Installed with ease on my site.
http://www.teenbay.net
I do have a question.
Is there a way to create a side block so I can pull an image at random from the gallery?
yayacannes
03-07-2011, 12:30 PM
An empty album uses no resources at all (if that's what you meant by 'heavy').
You set up a folder to store users pictures when you installed vbulletin.
I think both you guys are in the wrong place. Instead of installing modifications you should be learning how the basic unmodified vbulletin works.
No I mean i d'ont want an album per member but only one album for all members...
No I mean i d'ont want an album per member but only one album for all members...
I have to agree with Videx - if you spent some time learning how vB works (or even reading the older posts on this thread) it would save me time providing vB support instead of Mod support :)
Check out the groups section in your user profile - you will find you can create groups with group pictures.
FTDave
03-08-2011, 12:52 AM
I found another plugin supporting this and was able to pull photos and put them on the bottom of the page. I really appreciate your hard work.
Thank you.
http://www.teenbay.net/
QuickQuestion
03-09-2011, 09:28 PM
On my forum (4.1.2), when you go to albums or pictures I get a 404 error. I'm using the navtab option. Any ideas?
Edit: Ah; not ignoring the very first step in the installation process might fix it. Problem solved. Sorry for my epic fail.
Wordplay
03-11-2011, 11:12 AM
thanks a lot, great mod.
installed.
Saad1180
03-11-2011, 02:27 PM
Thank's You for this hack
mgcom
03-11-2011, 02:52 PM
How can I change the white links on white background on Gallery tab? the links are not readable
thanks..
go to your stylevars for whatever skin your using and edit
navbar_tab_linkhover_color
marius25
03-14-2011, 10:08 AM
It will be great to have some picture categories added by admin (or albums). ..and users to submit images into the admin categories (or albums only). In this way a forum with many images will be more organized...and the end user may search pictures by categoies.
ivang
03-17-2011, 04:49 PM
I vote for the categorization of the albums. It could set by admin/creator on a preconfigured categories basis.
Another very interesting thing is to show the # comments on every image (or perhaps albums also). To do not use more space on the page than needed, it could be done over the image via css, like 8WR Media Library mod (example: http://www.peskayak.net/site/media.php)
It is installed and works!
maineGuy72
03-30-2011, 01:14 AM
is there a way to have it auto resize an image with a max width? some picture go out of the set width of the template
http://www.nhreptile.com/album.php?albumid=9&attachmentid=97
thanks
insanewhip
03-31-2011, 02:03 AM
Great mod, marked installed
Lostboyfan
04-02-2011, 07:30 PM
Is there a way to rename the gallery link to something else. Like Personal Albums?
ExciterNL
04-03-2011, 06:18 PM
Is there a way to rename the gallery link to something else. Like Personal Albums?
Just change the phrase...
media3
04-04-2011, 08:33 PM
can you in anyway add watermarking to this please
YkudzA
04-05-2011, 05:42 AM
installed !
sergioloporto
04-12-2011, 07:00 AM
Hello, I am running VB 1.0.3 and I am going to upgrade it to 4.1.3.
I have:
Navtab menu for Gallery 1.00
Picture and Album Gallery 1.08
Will the new versions available here for download work on VB 4.1.3?
If yes, should I upgrade the plugins now or after upgrading to 4.13?
Will I loose any settings during the upgrade (I see I need to uninstall)?
Thanks
Videx
04-12-2011, 10:46 AM
Good idea to completely uninstall all the old mods when making such a large upgrade. Don't forget to also delete any files that may have been uploaded.
I have no idea about the "Navtab menu" but this mod should work fine in 4.1.3 (working here in 4.1.2).
Edit: In your other post I see this is a typo and you're only upgrading from vb 4.0.3. You shouldn't need to uninstall anything then. Just upgrade vb, then upgrade mods as desired.
goxy63
04-17-2011, 05:54 PM
Hello, I am running VB 1.0.3 and I am going to upgrade it to 4.1.3.
I have:
Navtab menu for Gallery 1.00
Picture and Album Gallery 1.08
Will the new versions available here for download work on VB 4.1.3?
If yes, should I upgrade the plugins now or after upgrading to 4.13?
Will I loose any settings during the upgrade (I see I need to uninstall)?
Thanks
Iam using it with vb 4.1.3, I installed 1.08 before on VB4.0.4 did not do any upgrade now and its all fine
I would like to ask all of you, when user place new picture in his album....he gets on top of the list...but in my case picture displayed is his album cover not his last picture
is this how it should be or...?
ExciterNL
04-17-2011, 08:03 PM
Yes, it is, the user can select the cover by himself out of all the pictures in that album.
Is there any hack that gives users feature to easily embed picture from their albums into a thread?
Maybe drag/drop or similar?
/M
Is there any hack that gives users feature to easily embed picture from their albums into a thread?
Maybe drag/drop or similar?
/M
fabioski
04-19-2011, 09:57 AM
Can users rate pictures?
installed and like it :) Thank you!
Any chance of getting it to watermark the images automatically?
indreksi
04-23-2011, 08:08 PM
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
Can users rate pictures?
Nope.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:
<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
// 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
... You can see an example on the site that I am working on at http://www.wayneflix.comNice looking site! :cool:
Wayne Luke
04-29-2011, 08:54 PM
Nice looking site! :cool:
Thanks. Still working on some things.
Nice looking site! :cool:
In your welcome message, you have a double "contact contact us" FYI :)
KW802
04-29-2011, 09:15 PM
In your welcome message, you have a double "contact contact us" FYI :)
Who, what, where?
Who, what, where?
Whoops! Meant to quote Wayne.
His site had a little quirk I was pointing out, looks like he already fixed it.
ahmedipa
05-01-2011, 06:35 AM
I will try to add this feature for my site thank you very much
bad2dbone
05-04-2011, 05:50 PM
I see but what's the other 108 file for?
Gamelobby
05-06-2011, 01:01 AM
Is there any way to get a random 5 on top of forumhome, &/or modules for cmps for this.?
KW802
05-06-2011, 01:39 AM
Is there any way to get a random 5 on top of forumhome, &/or modules for cmps for this.?
This is using the stock vB Albums data so you don't need a vBa module specifically for this addon but rather a generic "Albums" module.
Try something like this: https://vborg.vbsupport.ru/showthread.php?t=249105
ThomasR
05-08-2011, 06:39 PM
Wayne : I tried your edits on the plugin, I don't see any difference. I double checked the addition of the template and plugin, no way, it doesn't work. Do you have an idea of the step I may have forgotten ?
AlexandrP
05-10-2011, 03:36 PM
Hello! Tell me, please, what can be wrong? I have vb 4.13 and vbCMPS. Your gallery looks and works very good, BUT only for Administrator usergroup. People from other user groups get database error when i enable Can View Albums for every group exept Administrstors. I try to reinstall it, but always the same. Please help me.
Awesome hack - just what I was looking for without going the PP route :-)
Anders P
05-15-2011, 04:10 PM
In the template gallery_picallbit the word "on" is hardcoded, it should have a phrase.
Apart from that it seems to be a nice plugin.
akxt660
05-15-2011, 08:40 PM
What are the updates for the 1.09 version?
8thos
05-16-2011, 02:27 AM
An empty album uses no resources at all (if that's what you meant by 'heavy').
You set up a folder to store users pictures when you installed vbulletin.
I think both you guys are in the wrong place. Instead of installing modifications you should be learning how the basic unmodified vbulletin works.
LOL So mean.
8thos
05-16-2011, 02:29 AM
What are the updates for the 1.09 version?
The 1.09 version lets people who have the latest versions of vb4 install the modification.
That is all. Nothing else has changed. Period.
8thos
05-16-2011, 02:31 AM
Is there any hack that gives users feature to easily embed picture from their albums into a thread?
Maybe drag/drop or similar?
/MYep it's called Cel Photo Popup.
8thos
05-16-2011, 02:33 AM
I remember when I was a noob.
The reason the more experienced posters are annoyed is because some of you aren't using the search function.
There's an answer to almost every question you can think of if you actually read the whole thread.
steveyos666
05-16-2011, 02:47 AM
The album gallery and picture gallery links don't work, latest/my/add links all work though. This might be because I'm the only user with an album though? I'm not sure, but either way it seems to be working besides that, but I'll have to get another member of my forum to make an album and see what happens.
bad2dbone
05-21-2011, 12:01 AM
why do i get this where do i upload these files album mall.php n picall can any1 give me a detailed des on where to upload to file on my ftp?
Not Found
The requested URL /albumall.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at www.horsepowertech.net Port 80
bad2dbone
05-22-2011, 05:04 AM
can somebody help with this?
Videx
05-22-2011, 05:47 AM
can somebody help with this?I'm not sure how anyone can make it plainer than "copy the contents of the UPLOAD folder into your forum folder.".
If you've done that and are still having trouble, have you read this entire thread for a similar problem and a solution?
bad2dbone
05-22-2011, 07:04 PM
Ya but not quite sure what the forum folder is exactly called theres no folder on my ftp called that
Nightcop
05-22-2011, 07:36 PM
why do i get this where do i upload these files album mall.php n picall can any1 give me a detailed des on where to upload to file on my ftp?
Not Found
The requested URL /albumall.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at www.horsepowertech.net Port 80
Same as what I get
Videx
05-22-2011, 07:58 PM
Ya but not quite sure what the forum folder is exactly called theres no folder on my ftp called thatMaybe you just installed your forum into the root of your server. Not a good idea IMHO, but at any rate it's the folder with showpost.php and showthread.php.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.