| User | Post |
|
7:22 pm September 11, 2008
| kentlt
| | |
| Member | posts 4 | |
|
|
I'm getting an error when atttempting to save options:
"Are you sure you want to do this? Please try again."
Does this plugin work with WPMU 1.5.1?
I'm using Revolution Media Pro theme with Anarchy Media Player plugin. The DCG plugin seems to work fine on the demo Revolution City theme. I'll also post this error to Brian over at Revolution.
http://sds.smus.ca/blogs/smustube/
|
|
|
8:28 pm September 11, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
Hi,
I've never tested it on MU. It's possible that with MU the Options work differently. I'll do a little research and post back.
Ade.
|
|
|
|
|
8:33 pm September 11, 2008
| kentlt
| | |
| Member | posts 4 | |
|
|
|
8:48 pm September 11, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
kentlt said:
adew has it running successfully, check this out:
http://www.revolutiontheme.com/support/viewtopic.php?f=7&t=6440&p=35273#p35273
"Adew" is me 
I haven't tried it on MU at all – maybe it's someone else who has it running on MU?
I know that MU has stricter requirements for how plugins connect with the database (even the Options table, I believe). Are you installing this sitewide and uploading to /wp-content/mu-plugins/? You could try uploading to /wp-content/plugins/ and activating manually for each blog that requires it. I'm not familiar with MU but this is a little info I've picked up via google.
Ade.
|
|
|
|
|
11:55 pm October 15, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
The good news is… I've worked out why the Dynamic Content Plugin doesn't work in WPMU.
The bad news is… I need to make some changes to the plugin's code.
The better news is… I will release a WPMU compatible version in the next few days! 
For techies out there, the reason the plugin doesn't currently work is that WPMU has additional security features in place (compared with WP). This requires that in order to save “options” in WPMU, those options must be whitelisted using the add_option_update_handler() API (introduced in WPMU 1.3.2). Which means I have to rewrite some code and functions…
Watch this space!
|
|
|
|
|
12:49 am October 16, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
Update:
If anyone out there would like to test my WPMU compatability fix, your help will be much appreciated.
To test the fix, replace your existing dynamic-gallery-plugin.php file with the file you can download from here.
All other files remain the same – only this one needs to be changed.
Please post back if it works, or if it doesn't! Thanks. 
|
|
|
|
|
7:15 pm October 16, 2008
| cmc
| | |
| New Member | posts 1 | |
|
|
Say Ade,
We have two 2.6.2 wpmu test installations each with Revolution Developers themepack uploaded. It seems like we need to start over on a 3rd install but we can make either or both available to you to test your beta. You can see the revolution magazine theme malfunctioning at http://www.carnaval-travel.com
Chris
|
|
|
8:02 pm October 16, 2008
| kentlt
| | |
| Member | posts 4 | |
|
|
Thanks for working on this, Ade. I tried it with the new file and was still not able to modify options. Could this be a file permissions issue?
|
|
|
9:58 pm October 16, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
cmc said:
Say Ade,
We have two 2.6.2 wpmu test installations each with Revolution Developers themepack uploaded. It seems like we need to start over on a 3rd install but we can make either or both available to you to test your beta. You can see the revolution magazine theme malfunctioning at http://www.carnaval-travel.com
Chris
Chris,
That would be great – thanks! You can email me a login and password via my email address which you can find here
Ade.
|
|
|
|
|
10:01 pm October 16, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
kentlt said:
Thanks for working on this, Ade. I tried it with the new file and was still not able to modify options. Could this be a file permissions issue?
Hi,
Did you get any error messages other than the usual one? I'm going to be testing on a WPMU install very shortly, so hopefully I'll have this sorted soon.
Yes, it could be a file permissions issue but I think it is more likely that my attempted fix isn't working as I expected. As mentioned before, WPMU has stricter security when saving Options to the database and it will take me a little trial and error to get the code right.
|
|
|
|
|
10:14 pm October 16, 2008
| kentlt
| | |
| Member | posts 4 | |
|
|
Did you get any error messages other than the usual one? I'm going to be testing on a WPMU install very shortly, so hopefully I'll have this sorted soon.
…just the usual: "Are you sure you want to do this? Please try again.”
|
|
|
10:38 pm October 16, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
kentlt said:
Did you get any error messages other than the usual one? I'm going to be testing on a WPMU install very shortly, so hopefully I'll have this sorted soon.
…just the usual: “Are you sure you want to do this? Please try again.”
Ok, thanks. Working on it…
|
|
|
|
|
10:10 am October 18, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
Ok, I've uploaded a new version here.
I've completely overhauled the code (no change in functionality).
Replace the existing file: dynamic-gallery-plugin.php with the new version which you can download from the above link.
Delete the existing file: options.php in the dynamic-gallery folder. It is no longer needed for this beta.
Let me know if it works!
|
|
|
|
|
7:24 pm October 20, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
Still not working with WPMU. I'm working hard on this and hope to fix this glitch asap. Sorry for the delay – I know some of you out there are looking for a good result here. 
|
|
|
|
|
2:14 am October 22, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
Latest news:
I've finally sorted out the Options page for the WPMU version of the plugin. 
However, now that I've got that sorted out, I realise that WPMU poses some additional challenges, not least being that WPMU Blog admins generally do not have direct access to folders on the web server (for obvious reasons, really). This means that I will have to deal with "default" images in a different way to the WP version. Additionally, I need to deal with the definition of the site url for each blog – not difficult, but it means further code changes…
In the meantime, for what it's worth, I've uploaded a new beta "wpmu" version of the plugin here if anyone wants to test that the saving of options now works. Although the Options page now works, the plugin itself will not display the images due to the previously mentioned url/file structure issue.
Meanwhile, the WPMU development goes on and I'll post more news as soon as possible. 
|
|
|
|
|
12:29 am October 25, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
Latest news:
I have created a new thread for Using the Dynamic Content Gallery with WPMU.
This contains the latest information for using this plugin with WPMU.
|
|
|
|
|
7:38 am November 5, 2008
| Ade
| | |
| Admin
| posts 1233 | |
|
|
Announcement
Version 2.0 of the Dynamic Content Gallery is now WPMU compatible and can be downloaded from here.
Thanks for your patience!
|
|
|
|