Guido Scialfa

Results 42 comments of Guido Scialfa

Seems I found the issue. For some reason the 'guid' value is not canonicalized before it's stored into the database, so some plugins may save the '&' (ampersand) character, other...

@mrbm Since this is a repository when you get the master copy you get the source code not the build. Means there are additional steps to make the plugin ready...

@bueltge May be we should clarify how to get the build package, effectively from the Readme isn't clear. > Download the plugin as zip (available inside the release), use a...

@mrbm `master` it's still a branch and doesn't include build code/files, btw github is for developers and developers know hot to run/setup things, for all of the others I always...

@virgo79 If you need to get the `id` and the `idSitePrefix` you can simply create an instance of `Site` class. `$site = new MultisiteGlobalMedia\Site();` then you can call the methods...

@virgo79 @jockebq there is a filter we could use. I created an issue for that https://github.com/bueltge/multisite-global-media/issues/65 if you like to discuss about that please continue in that issue. This one...

Hello @jockebq, If I understand correctly the question: > What I cannot figure out is how to detect if the file selected was from the Media Site, and if it...

@jockebq Since it is correlated with `attachment_url_to_postid` let's talk in #65 .

I found there's the problem in the back-office too, where setting the `thumbnail` for a `variation` the `ID` need to be handled. It's probably worth another issue but since it's...

Some update after I tried to accomplishing that. 1. Filters that are executed at once. I wrote a class [SingleFilter](https://gist.github.com/widoz/a0b3b28aeae06c70d52ab3e1b0f63261#file-singlefilter-php) but then I realized that are rarely the cases where...