Brummbaer
Forum Replies Created
-
Forum: Plugins
In reply to: [User Access Manager] UAM hides labels in NextGEN settingsHello, I have the same problem. All other works nice.
Forum: Plugins
In reply to: [Link Library] some Warnings, if debug onThank you for your work!
Forum: Plugins
In reply to: [Link Library] some Warnings, if debug onHello, thanks for the fast support. One message is still standing.
Notice: Undefined index: paginationposition in …/wp-content/plugins/link-library/link-library.php on line 2556
Forum: Plugins
In reply to: [Search & Replace] Search not workingI have the same problem. Search finds nothing. I use PHP 5.5 and WP 3.9.
Forum: Plugins
In reply to: [Link Library] Link Library issues in WP 3.9@fightthecore, thank’s your fix works very fine.
Addition: The menu item to change the “id = 1” can not be seen, thus you can not change the ID by “iThemes Security”.
Hello, is the change in the wpconfig $ table_prefix = ‘mynewprefix_’; changed?
It works in the Version 2.2, if the size of a single picture is smaller as the WP upload limit. Single Upload works only, if any picture has a title bevor uploaded it.
Same problem as bradcoll…
Resolved…
make a change in link-library.php near line 4370
$title .= ' ('.__('Last updated', 'link-library') . ' ' . date(get_option('date_format'), $linkitem['link_updated'] + (get_option('gmt_offset') * 3600)) .')';
to
$title .= ' ('.__('Last updated', 'link-library') . ' ' . date(get_option('date_format'), $linkitem['link_date'] + (get_option('gmt_offset') * 3600)) .')';
I have the same or like problem. The picture list is shown, but if you click the slideshow the loading bar endless run.