caevan
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] group albumIf you have access to phpMyAdmin you can modify the wordpress MySQL database. If you are not familiar with doing this it might be better to enlist the help of someone who does. Otherwise contact me through my website and I will see what I can do.
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Tag Not workingHi,
I am about to release a fix for this through wordpress in the interim you can download a beta release from my web site.https://www.amkd.com.au/wordpress/bp-gallery-v1-2-6-beta2-download/138
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Tag Not workingHi I have created an account on smeak (same account name as wordpress), I created a gallery and uploaded an image. When I go to the image I can’t see anything that allows me to tag it.
Can I get a bit more information so I can fix it for you.Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Bp Gallery already existThanks for the link, but it only refers to what to do once you have your plugin svn directory already allocated. I have tried changing the plugin directory by changing the BP_PLUGIN_PATH, but that only breaks the plugin as anybody doing an automatic install will have there plugin files in the same svn directory. I have done everything that can be done other than submit a totally new plugin with a different name so it gets assigned a new directory. Not something I really want to do.
The author of the other plugin is better placed than me to change their install directory as he has complete control, since he is working outside the wordpress plugin system. I am surprised after all this time he has not contacted me.Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] some simple add on's pleaseIf you are using the Fancybox viewer, when you click on an image it should popup in a window, you should be able to navigate to the next and previous images by clicking on the left and right arrow buttons that appear on the page.
If you are not getting the pop up window, javascript has most likely stopped running due to an error. Firstly make sure you are using the latest version of the plugin. If you are there might be other page errors, the default buddypress theme has a number of errors in global.js. If you are using the default theme I can show you how to fix these errors.Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Bugfix…Thanks will add to the next release.
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Images in member headerStill looking into this one.
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Tag Not workingI have tested the latest version. When you click the tag button you should then be able to click anywhere on the image and a square should appear you can then type the name of the person you are tagging under the square. Please let me know if this is not happening for you.
Firstly the image should appear horizontally centred on the page, if not there is a javascript error which will stop the tagging from working. There are a number of buddypress plugins including buddypress that use the jQuery .live() function which is no longer supported in their javascript.Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Parse error:Hi
I have run a syntax check on the current albumcomments.php (v1.2.5) using https://www.piliapp.com/php-syntax-check/ and I get no errors if I remove the } as you have said I get a syntax error.<?php else : ?> <? if(bp_is_my_profile() && bp_gallplus_comments_enabled()) { ?> <div id="message" class="info"> <p><?php echo sprintf(__( 'Comments are disabled for this album. %sEdit the album %s to enable them.', 'bp-galleries-plus' ),'<a href="'.bp_gallplus_get_album_edit_url().'">','</a>'); ?></p> </div> <!-- /div --> <?php } endif; ?>
The closing } is required for the { after the if statement. Is it possible for you to send me the version you have to compare?
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Name changeI am happy to change the name though I think part of the problem is the install directory, which is dictated by the svn assigned by wordpress when you submit the plugin. No matter what I change in my code when someone does an automatic update or install it is always installed in the bp-gallery folder.
If you think this is no longer a problem let me know or how to getaround it.Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] group albumSorry, this is on my todo list to add a gallery to a group that is already created. If you are confident modifying your database, you just need to add a new row in the wp_bp_gallplus_albums table. The main filed you need are
owner_type = group
title = group name
description = group description or whatever you want
privacy = 5
group_id = the id of the group you would like it to belong to.Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Galleries from main menuSorry for the delay getting back to you. You basically need to create a template page in your theme. I can post a link to a child theme of the default buddypress theme that has pages for latest, updated, popular and group galleries.
Once again I apologise for the delay.Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Error on uploading a photoThe last time I had upload issues the errors were related to issues with the SQL and extra field media_type not being present in the wp_bp_gallplus_album table.
I would really like to sort this issue out quickly for you, if possible as this is a test site if you are able to give me ftp access, I can load a debug version of the code and do some testing, otherwise I can send you the file and you will have to send me back the debug file, the second will be slower.
You can contact me directly through my website https://www.amkd.com.au My timezone is GMT +10 + daylight saving, so there maybe a delay getting back to you.Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Error on uploading a photoThe error you describe is being reported back at the time of upload of the image to your server.
Can you tell me which browser you are using?
I have tested with
Chrome (current version) (single and multiple file uploads)
Firefox (current version) (single and multiple file uploads)
IE9 (current version) (IE9 only supports single file uploads)Also are you on a shared host or your own dedicated host?
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Error on uploading a photowould you be able to post and extract from the error_log file. Or if you could check whether you it is loggin an SQL error, as that was the cause the last time.