Aesqe
Forum Replies Created
-
Forum: Plugins
In reply to: [File Gallery] Broken in current wordpress?@elizzza: unfortunately, I can’t reproduce the problem with the 1.7-RC4 version of the plugin :/
Please try deactivating and then reactivating plugin if you haven’t already, as there are options that need to be updated with the plugin, and they will only be updated on activation.
Let me know if it works.
Thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] center aligning gallery items@jedimasta: yes, File Gallery takes over the gallery shortcode, but you can disable it on the media settings screen (section “File Galley”, first option – “Disable ‘File Gallery’ handling of [gallery] shortcode?”) and use it only in backend, if you like.
Forum: Plugins
In reply to: [File Gallery] Lightbox@thedarkmist: you need to do one or both of the following things for it to work, as it is done automatically.
1. on the media settings screen, add your rel tag name to the “Auto enqueue lightbox scripts for which link classes (separate with commas)?” field (that would be ‘lightbox’ in your case)
this will add a rel attribute of value ‘lightbox[gallery_number_in_post]’ to your links (for example: lightbox[1]), but only if gallery items are linked to files, and not attachment pages.
2. you can then filter the values of the link rel attribute, link class attribute and image class attribute by using the ‘file_gallery_lightboxes_options’ filter (see example here: File Gallery help file)
if you don’t want to use a filter, just tell me which lightbox plugin you are using and I’ll gladly add it to the supported list 🙂
Forum: Plugins
In reply to: [File Gallery] File Gallery v1.7-RC4 download@missdanni: unfortunately – no. File Gallery can only handle attachments that are already in the database…
Forum: Plugins
In reply to: [File Gallery] Broken in current wordpress?@fundf: please try out version 1.7-RC4 until v1.7 full isn’t out, thanks! 🙂
http://wordpress.org/support/topic/file-gallery-v17-rc4-download
Forum: Plugins
In reply to: [File Gallery] File Gallery v1.7 Final – Suggestionsre: “Inline Image editing” – I’ve added that it opens in a thickbox, thanks for the suggestion.
But, could you explain the following a bit further? You mean that File Gallery should pull all the filters added on media.php into its inline editor?
– Lets include any other plugs that load in main media.php into that inline editor. I have a few enhancements (like image focus point fix) that would be nice to have handy in there.
Thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] File Gallery v1.7 Final – Suggestions@alx359: regarding the first post:
Attachment copies are just database copies and use the same actual file as the original attachment.
So in scenario1: only the copy is deleted from database, the original attachment is not touched
and in scenario 2, there should be a pop up dialog notifying you that you are about to delete the original attachment, and offer you to either cancel, delete just this attachment from database, or delete all the attachments (copies included).
if there is no pop up, then that’s a bug and I’d appreciate if you could check if any other plugins are interfering with it (there should be javascript errors in the console if you’re using firefox).
regarding second post:
yes, it’ll be editable one day, it’s just informational for now 😀
Forum: Plugins
In reply to: [File Gallery] Media-Tag duplicate submenus fixok, added similar functionality, thanks 🙂
Forum: Plugins
In reply to: [File Gallery] "attach all checked items to current post" fix [RC3]ok, added to RC4, will update soon, thanks alx359 🙂
Forum: Plugins
In reply to: [File Gallery] File Gallery v1.7-RC3 download@ben: I will add a check for FORCE_SSL_ADMIN constant. File Gallery relies on get_bloginfo() function, but if you’re using SSL only in admin, it will get it wrong. Thanks for the heads up, I’ll update it today.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Checkboxes with jQuery 1.6.1i’ve fixed all the wp 3.2 incompatibilities in 1.7-RC3 (download from here), 1.7 will be out soon, sorry it’s taking so long
Forum: Plugins
In reply to: [File Gallery] Media-Tag duplicate submenus fixok, v1.7-RC3 is in the trunk.
you can download it from here: http://downloads.wordpress.org/plugin/file-gallery.zip
thank you so much for testing it! 🙂
Forum: Plugins
In reply to: [File Gallery] File Gallery cannot load imageshey woken 🙂
could you please paste a link to your site here, so I can check it out?
thanks!
Forum: Plugins
In reply to: [File Gallery] how do I control the file destination behavior@kc media: I do not plan to add a “destination” option, but you could easily create your own template and set the links to have a
target="_blank"attribute, or link to a custom PHP file which would force image download.Forum: Plugins
In reply to: [File Gallery] Media-Tag duplicate submenus fixi’ve added a couple of lines of code to address the checkboxes issue, will try to update the development version tonight