bondjack
Member
Posted 9 months ago #
Hi, I try to get Category Grid View Gallery to work with WP Multisite.
It seems that the plugin works but the thumbnail creation true Timthumb doesn't. I already read that there is a fix to let timthumb work with mu, but unfortunately it doesn't work in comination with - Category Grid View Gallery.
Any one with a idea how to glue this plugin and fix toghether?
plugin - Category Grid View Gallery
WP multisite fix - timthumb fix
http://wordpress.org/extend/plugins/category-grid-view-gallery/
dunskii
Member
Posted 6 months ago #
How did you get this to work in mulitsite.
I could activate it but can't see anywhere for it settings
Cheers,
D
pictureitsolved
Member
Posted 5 months ago #
dunskii:
There aren't any admin settings. You need to use the [cgview] shortcode.
See http://wordpress.org/support/topic/doesnt-work-53
for more detail.
toddhuish
Member
Posted 3 months ago #
Figured I would add a quick note for the 2 multisite issues I had with this plugin but here 's what I did to fix it.
1) I'm using domain mapping so I had to add the real name of my site to the timthumb $ALLOWED_SITES array before timthumb would allow the requests. I think I can add it to that array with DOMAIN_CURRENT_SITE but I haven't tried that part yet.
2) in includes/Options.php I had to change the !current_user_can('edit_plugins') to !current_user_can('manage_options') otherwise only network admins can see the options on sub-sites which seems a little too restrictive.