When I install and activate the plugin I either get a 500 error, or, I can see the gallery option but the page is not properly displaying so no images can be added. Is there a fix?
]]>is there an easy way to reuse wp categories and tags for the iamges? Plus, I’d need to define few custom fields such as exif data for example…
]]>Does any one know how to remove tagging option?
]]>After installing this plugin my site crashes, if this happens to you you will have to delete the plug in files via FTP. Not sure why this is happening. Any ideas?
]]>When network activate this plugin i have this error:
Fatal error: Call to undefined function bp_get_root_domain() in /home/domain/public_html/wp-content/plugins/bp-gallery/loader.php on line 208
At 208 line in loader.php is this:
$path = bp_get_root_domain() . ‘/wp-content/uploads/album’;
So what can i do to solve this error ?
Thank you
]]>Works really great, there is some difference in uploading pictures usinf different Browsers.
Chrome lets you upload a selection of pictures, Explorer not.
I really miss the liking and voting of pictures and making comment on pictures.
For the rest, Great Plugin.
]]>Hello,
I am trying to get BP Gallery Plus working on my installation but it’s erroring out.
After installing and activating I went to the profile page and clicked on Galleries
Then I hit upload an image or add gallery I get this error.
Warning: require_once(/home/newsite/public_html/wp-content/plugins/bp-gallery/includes/templates/members/single/plugins.php) [function.require-once]: failed to open stream: No such file or directory in /home/newsite/public_html/wp-includes/template.php on line 407
Fatal error: require_once() [function.require]: Failed opening required ‘/home/newsite/public_html/wp-content/plugins/bp-gallery/includes/templates/members/single/plugins.php’ (include_path=’.:/usr/share/pear:/usr/share/php’) in /home/newsite/public_html/wp-includes/template.php on line 407
And of course I can’t do anything else after that.
This is with BuddyPress 1.8.1 and WordPress 3.6.1.
Hello
I want to use your plugin and make some changies to it. so I will use this topic as my reports on bugs if I’m allowed to.
Hope this support still works.
I try to keep it simple like numarating my reports and then editing first this message
___
1) includes/bpa.core.php require ( dirname( __FILE__ ) . '/bpa.group.php' );
. when groups are disabled it gives an internal error
So I rewrote this as
if ( bp_is_active( 'groups' ) ) {
require ( dirname( __FILE__ ) . '/bpa.group.php' );
}
Any suggestions to remake it better?
]]>Fatal error: Class ‘BP_Group_Extension’ not found in /PATHTOMYWPSTUFF/www/www/wordpress/wp-content/plugins/bp-gallery/includes/bpa.group.php on line 21
I can’t delete the plugin either.
I just lost an entire day of work.
]]>I just installed this and could not access my site, kept being up server down.. I even went to Is it down website and it did the same thing.. I had to go to my ftp and delete this plugin to access my site again. mmm? I have about 20 diff plugins so I don’t know which one might of conflicted with it, if that was the case. I’ll try and find a different plugin if not I’ll come back and try and see what the problem is. Anyone have this problem,or could tell me why it happened?
]]>Having an issue when users view their galleries (group & persona) the gallery & album page are not placed in the main site container. I am not sure how to go about changing this myself.
It’s also working for new groups & new users but not for older users since I uninstalled/reinstalled the plugin.
]]>In my Buddypress theme there are 2 levels of navigation for the Gallery section. On the top level navigation when you click on “Galleries”, it takes you to all the images instead of the gallery list page. I would like the top navigation link to go directly to the main gallery page, rather than all images.
I am using: WordPress 3.5.2.
Theme: OneCommunity
Plugin: BPGallery Plus Version 1.2.5
Here is a graphic example: https://rains-cheap-hosting.com/test-union/wp-content/uploads/2013/07/galleries.png
I managed to change the order on the sub navigation, I thought that may take care of it, but it didn’t? I can send a login if needed to see the issue.
]]>I need to display latest uploaded photos on the home page ( or sidebar ) as well to pick one photo each day as a photo of the day. Any recommendations how to implement that?
]]>Hey there,
I just downloaded and installed the plugin, but I cant see any new slug/sub-page in my groups. Even when I create a new group and activate the Gallery in last step, nothing happens. Is this a known problem with the newest BuddyPress-Version? Or are there maybe some known problems with other plugins (like BP Group Documents or BuddyPress Docs)? Hope you can help me..
Thanks a lot!
P.S: In the admin area everything appears and seems to work properly.
]]>I really need my title and description to appear somewhere when viewing the images. When I click on a single image it goes straight to facybox and there is no title or description display. The only place I’ve been able to view a title or description is on the single image view, but that view is only available if i’m looking at my own account.
I also noticed that when you edit an image the field seems to auto wrap the text of the description in a <p> tag, and when i inspect the site it appears that this is an extra wrapper that may be causing the title not to display in the fancy box viewer?
Any help with this issue would be greatly appreciated.
]]>Hi,
I don’t have groups installed on my Buddypress install since I don’t need them. However, I get this error:
Fatal error: Class ‘BP_Group_Extension’ not found in /home/www/roger.noyadesigns.ca/wp-content/plugins/bp-gallery/includes/bpa.group.php on line 21
I think it’s due to the fact that I don’t use groups. How can I get rid of this error? I don’t need groups, but it seems like this plugin is dependent on groups to function?
Please advise. Thanks!
]]>Hi,
I get the message:
“Comments are disabled for this image. Edit the image to enable them.”
for images in an album, but the comments are enabled for the album ??
Hello
I’m looking for a solution to set up site wide galleries, where all the members can upload photos to any albums. I think that this plugin can help me creating a group called “photos or galleries” and using this plugin in the group. But there are a lot of options and I need to know if its possible to attach all the photos to one group, that all the photos that users upload gone to the group galleries.
Looking the privacy options of this plugin, I think that is possible, but I don’t know how to proceed…
Any idea?
Thanks!
]]>Hello, I have to tell you I love the interface you guys created, it seems perfect for my project. My problem is I installed and it uploads the images to the server fine but the plugin does not show the thumbnails nor the images themselves. I checked the permissions on the Album folder on the server and it is correct. Any suggestions?
]]>Hello caevan!
I am surprised that your plugin is that much underrated!
Just because another plugin has the same name…….. it is really not fair.
Your plugin is just what I needed, and it is the only one I found which is working, and doing what I exactly needed.
Thank you very much for your plugin!
PS: sorry for my bad english =)
I just have one question: where should I put the bp-album-fr_FR.mo and the bp-album-fr_FR.po files to change the language?
thank you a lot and keep up the good work please! ??
Dorem
Hello i dont use user groups component….
add bugfix:
bpa.core.php (file begining…)
global $bp;
if(array_search(“groups”,$bp->deactivated_components) === false)
{
require ( dirname( __FILE__ ) . ‘/bpa.group.php’ );
}
thx
]]>Hi there
Its great plugin for me.
-How can i see next or previous pictures just by clicking on picture in user’s page? “View Image” mode is not included for other visitors and other places
-admin’s Images & admin’s Galleries have same function for visitors, and, Galleries and View Gallery have same function for admin.
-Also can we have seperate comment for every picture?
thanks a lot
]]>In the last few versions I’v had to make a few edits to make this work fully.
Parse error: syntax error, unexpected ‘}’ in /var/www/html/blog/wp-content/plugins/bp-gallery/includes/templates/album/albumcomments.php on line 76
The fix is just to make
<?php } endif; ?>
to
<?php endif; ?>
]]>I see the option in the group setup process to make a gallery for a group.
But if the group is already made, I can’t see where is the option to make a gallery/album for the group.
Help
]]>I guess this is a cheeky question… did a few mods to yr plugin (can we not add screenshots to this forum?????)….
The plugin still seems to interfere despite the name change with the BP Gallery plugin from Buddydev…. I changed mine to BP Pix as it is a totally UNUSED name… and it worked well indeed, tagging etc, i cleaned up the css quite a bit, also added counts in buddypress sub menus to show totals of albums and images… am happy to give the css and code to you for changes…but can you PLEASE not rename this great plugin once and for all away from ALBUM and Gallery, as it will save u so much hassles with users who have ir had BP Gallery or BP Album… use BP Pix
]]>the tag button doesnt do anything.. can you help please?
]]>Hi, excellent plugin. I dont have problem with users profiles galleries.
My question is: how can I see the galleries from the main menu, example option “Photos”? I have tried to do it with a page called “album” slug, but nothing. Must I put any shortcode on the page? Many
thanks for your help.
Rob / Buenos Aires, Argentina
How can I display images of the Bp-gallery in member header?
]]>Hello..
“Parse error: syntax error, unexpected ‘}’ in …\wp-content\plugins\bp-gallery\includes\templates\album\albumcomments.php on line 76
Call Stack” appears when uploading a photo and displaying an album..
Not working with 3.5 and BP 1.6 grr..
]]>