vebailovity
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Activity Plus] [Plugin: BuddyPress Activity Plus] Add Image SizeHello,
You identified the portion of code responsible for this quite precisely, and to add another size you could just add another image_resize() call, using your second set of image sizes and, of course a different suffix (not bpfbt) so you’re sure the two generated thumbnails won’t overwrite each other. This is where the original thumbnail is actually generated, so you can try and use the same approach in adding the new size. Of course, you’ll probably also want to add some context awareness to the images shortcode tag template so it actually makes use of the new image size. I hope this helps.
Hi,
The reason why the feature isn’t already built-in is pretty much outlined in previous posts. I would rather not go into what Pinterest, an n amount of money (where n tends to be huge) company does or doesn’t do, as that’s entirely beside the point, and being snide is rarely the best method of bringing a point across – but let me assure you that there’s no Gods of Activity Plus.
Hello,
Can you please check if the subdirectory named “bpfb” exists in your uploads directory?
Hi there,
The latest plugin version (v1.4.1) should have this issue fixed. Thanks for the suggestion!
Thanks for the snippet – in fact, you can get pretty much the same effect without changing the plugin files, using the BPFB_USE_THICKBOX define. To assign a class name different than “thickbox” to your image links as you do in your snippet, you can do something like this:
define('BPFB_USE_THICKBOX', 'mycodename');Of course, going by your snippet, you’ll still need that extra bit of JS to wire Colorbox and your image links to work together.
Forum: Plugins
In reply to: [Custom Admin Bar] Not showing up settings menuDo you have a multisite install? At the moment, the plugin works only with multisite. The plugin options are located in Network > Settings > Custom Admin Bar.
Forum: Alpha/Beta/RC
In reply to: Unable to upload media in Fullscreen modeYes, this is probably right, as when I switched to Network I had no #add_image link. Switching back to single mode brought it back: http://i51.tinypic.com/2rhtg0n.png
Alternatively, you could trigger the click event on #add_media, as I had that one by default.
Forum: Alpha/Beta/RC
In reply to: Unable to upload media in Fullscreen modeI just managed to confirm this issue on a fresh multisite subdirectory install.
This is what I did:
1) Installed fresh WP, all defaults, no plugins.
2) Tested the upload in DFW mode – it worked as it should.
3) Activated network.
4) Created a post and switched to DFW mode.
5) “Insert/Edit image” button stopped responding.Tested in FF5, IE8, Opera 11.5 and Chrome 12.