foxly
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Album] Generated warningI’m not getting this error on my test system. However, you can resolve it on your server by making the following modification:
In the file “bp-album/includes/bpa.template.tags.php”
at line 80, insert the following block of code:
if(!$this->pag_per_page){
$this->pag_per_page = 1;
}We will add this modification to future versions of the plugin.
^F^
Forum: Plugins
In reply to: [Razor] Usage Documentation?OMG …people are using our tools! Totally happy!
1) grab the latest version from github.
2) We’re too busy to write-up a full set of docs for Razor right now …but its incredibly easy to use:
a) Make sure PHP is set up so you can just go “php whatever.php<enter>” in the terminal window to run a script.
b) Then navigate to “/whatever/wp-content/plugins/razor/” and type “php test.php –plugin=plugin_name<enter>” to test a specific plugin.
3) To add Razor test capabilities to your plugin, create a “plugin_name/unit-test/” folder, and follow the design patterns shown here.
This is working code, which honestly is a lot more valuable than simple documentation.
We’ll help you get up to speed on Razor, and even write sample code for your plugin if necessary. WordPress plugins really, really need to adopt unit testing, and we want to make that happen.
^C^
Forum: Plugins
In reply to: [BuddyPress Album] About the problem in public timeline.Possible reasons:
1) You have the privacy level of your items set to something other than public, and you’re viewing the public timeline in another browser instance where you’re not logged in.
2) You have the default privacy settings on the admin screen set up in an unusual way.
3) You don’t have the latest version of BP-Album.
BP-Album is currently running properly on hundreds of test sites and posting things to the activity stream; so its probably something on your end.
^F^
Forum: Plugins
In reply to: [BuddyPress Album] Generated warningWe’ve spent some time investigating this defect, and it’s happening because another template is passing “zero” or “null” to BP-Album when its expecting a page number.
We can easily fix this, but we’d like some more details about which template is doing it.
^F^
Forum: Plugins
In reply to: [BuddyPress Album] Generated warningPost a link to a page on your site that generates that error when a user views the page.
^F^
Forum: Plugins
In reply to: [BuddyPress Album] Pagination on image pageBP-Album doesn’t currently support pagination for image galleries. We’re working on that for a future release.
^F^
Forum: Plugins
In reply to: [BuddyPress Album] Generated warningNobody’s ever reported that one before. What triggers the error?
^F^
Forum: Plugins
In reply to: [BuddyPress Album] Doesn't show pictures in public activity streamBP-Album posts images to the activity stream only if the user asks it to by ticking the “Enable activity stream and Comments” at the bottom of the item’s page, then saving the item.
If BP-Album posted every piece of content to the activity stream by default, many sites would be flooded with BP-Album items, drowning-out other conversations.
^C^
Forum: Plugins
In reply to: [BuddyPress Album] Uploading images into Communities/GroupsBP-Album doesn’t currently support “group” albums. This is on the roadmap for future releases.
^F^
Forum: Plugins
In reply to: [BuddyPress Album] image_resize deprecatedThe 0.1.8.14 release is now out on over 350 of our beta tester sites, and nobody has reported any problems.
I’m going to assume you had the 0.1.8.13 release, and mark this one as resolved for now.
^F^
Forum: Plugins
In reply to: [BuddyPress Album] image_resize deprecatedWe haven’t gotten any reports of this from our beta testers.
What is the precise series of steps that cause the problem?
^F^
Forum: Plugins
In reply to: [BuddyPress Album] image_resize deprecatedWe’re on it.
^F^
Forum: Plugins
In reply to: [BuddyPress Album] [Plugin: BuddyPress Album] broken toolClosed.
^F^
That’s normal behaviour for the plugin.
^F^
We’ve released an updated version, 0.1.8.13.
^F^