besterlangen
Forum Replies Created
-
Hey there,
the plugin approach is really simple.
Just have a look over here
http://pastebin.com/PnVzukpjjust change the numbers where it states
foreach ( array( 1, 2, ) as $id ) {to the according ids of your blogs and save it as a php file in a directory in your plugins.
The activate this plugin just in the blogs that need to see each other in wordpress.realloc
I think it might be not too hard to add it into a future version.
Just have a dropdown in the settings where you can add/delete blogs that will be matched.
I think this would really help a lot of people that can not code to use your plugin fullyForum: Plugins
In reply to: [New Nine Adaptive Images] 404 image not foundI run into a similar problem – but with me it has to do with running the plugin on a multisite installation that uses permalinks i.e. http://www.blog.tld/blog1
the script tries to look for http://www.blog.tld/blog1/wp-content but naturally won’t find the images and thus returns an error…
Right now I am trying to fix it with the rewrite rules, but for now I have not figured out on how to rewrite REQUEST_URI, any tipps appreciated
Forum: Plugins
In reply to: [Google Forms] closing forms (or "not accepting responses")okay here is some more info:
i closed the form on google drive and this is what happened:
on any page where I include the form with the shortcode, it says that the page I was looking for is not available.When editing the form and then going to the page /wpforms …. it actually works. It shows the message that the form is closed – though when using the shortcode, it shows again that the page is not available.
Now I tested some more and figured out, it works with the shortcode as well, when it is not a secure connection (http instead of https). So when I change https to http the message will be shown on the /wpgforms… and shortcode page.
It’s kind of odd that google allows ssl for the open forms but not for closed ones.Hopefully this helps you a bit more – any questiosn please ask
I will have a look into writing a quick plugin
Forum: Plugins
In reply to: [Google Forms] Ajax response Page shows headerThanks, I will do it – was just wondering if it is meant to be like this – maybe for the upcoming version you can use it in your plugin to streamline the experience.
Thank you very much for the help
Forum: Plugins
In reply to: [Google Forms] Custom CSS styling for checkboxes and radio buttonsThank you for the suggestion – it is diving really deeply into css and I did not find any solution so far…
after browsing and working with it for some more it went back to the jquery method.
Since its wordpress, jquery is already loaded and I found a plugin that is called “prettycheckable” – works now after some tinkeringThank you though for your time – and I hope this helps others to work with this when customizing google forms on your own page
Hi thank you for the quick reply
Unfortunatly they might use the same theme – and the theme could change over the years, since the course and the contest are organized independently.
Do I understand correctly, that if one user is only admin of 2 blogs, your plugin would only display these blogs
Maybe this is a feature that can be included in the future:
* to select in the admin panel which blogs are linked to the current blog for the language plugin ?any other options? otherwise I will try to implement your idea and document it, so they know what to do in the future.
My last idea was, to set up 3 multisite wordpress installs, but I think this is way to much overkill