Marcel Brinkkemper
Forum Replies Created
-
Yes, you said so, but this may break more plugins, because they rely on the site URL.
Hm, the WordPress Address should have been
localhost.com/_test/website/wp/
http://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryForum: Plugins
In reply to: [Eazyest Gallery] Subfolders title on front-endin trunk
filter:'eazyest_gallery_subfolders_title'for subfolders H3 title.Forum: Plugins
In reply to: [Eazyest Gallery] Gallery thumbnail size is hardcodedin trunk.
filter is:'eazyest_gallery_thumbnail_size'
default:'thumbnail'please try trunk
WordPress Address (URL) vs Site Address (URL) ?. In. Settings.
ok I’ll check again.
What are your General URL settings?bummer,
replaceeazyest_gallery()by
eazyest_admin()->folder_editor()add_action('eazyest_gallery_ready','kli_ezg_list_table_boxes', 1);I have nothing planned like this.
please see http://wordpress.org/extend/plugins/eazyest-gallery/faq/ when to run
remove_action()Forum: Plugins
In reply to: [Eazyest Gallery] Main folders table hides it's subfolders (in admin)you mean like this? http://brimosoft.nl/wp-content/uploads/2013/04/all-folders.jpg.
Do you use plugins to change the display of tables?Okay, missed that part 😉
remove_action('edit_form_after_editor',array(eazyest_gallery(),'list_table_attachments'),1,1); add_action('edit_form_after_editor',array( eazyest_gallery(),'list_table_attachments'),3,1);no guarantee this works…
This display is only valid for manually sorted folders. If you have other ways of sorting, the subfolders would not show.
Forum: Plugins
In reply to: [Eazyest Gallery] Subfolders title on front-endthere is no filter