frekel
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] problems accessing contest I just createdFor now the only way is to don’t use permalinks.
I’m having a long todo list, but its on the list 😉
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] problems accessing contest I just createdThis has (i think) something to do with the permalinks you use.
The plugin can’t handle permalinks, but I have to look into this.I will try to setup an testsite with permalinks and look into this.
Again true,
The auto-upgrade start working from 1.3.5 and up.
If you have an older version of the plugin and want to remove all the tables, run this in phpmyadmin:DROP TABLE IF EXISTS wp_photocontest;
DROP TABLE IF EXISTS wp_photocontest_admin;
DROP TABLE IF EXISTS wp_photocontest_config;
DROP TABLE IF EXISTS photocontest_votes;the problem with the auto-upgrade, is that there is no difference between deleting the plugin (you want get rid of it) and the deleting while doing an auto-upgrade.
so if I activate the above code, then you will lose all your data when using auto-upgrade…
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] theming instructions are pretty borkedTrue, the translation is bad.
It should say:
'CONTESTS_SKIN' => 'aqua',Defines which skin (kind of template) the plugin uses. (Relative to the skins directory in the wp-photocontest folder)
Will fix this in next release!
Forum: Plugins
In reply to: How to allow image & video embeds in comments (i found an exemple)I’m the developer of a Photo contest plugin: http://wordpress.org/extend/plugins/wp-photocontest/
Maybe this is (being a start of) what your are looking for!
Greets,
FrankForum: Plugins
In reply to: Is there English version for Photoracer Plugin ?I’m the author of the WP-Photocontest plugin.
read more: http://wordpress.org/extend/plugins/wp-photocontest/
Greets,
FrankForum: Themes and Templates
In reply to: Comments and images on front page?@ade_twit:
I’m the author of the WP-Photocontest plugin.It looks like you have permission problem or used the auto-upgrade function. Please contact me!
Greets,
FrankForum: Plugins
In reply to: [Plugin: Wordbook] require_once pluggable.php breaks other pluginsI have created a patch. Can I send it to you by mail?
(contact me at antispam @ vander stad . nl)Thanks,
An other WP-developerForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsHi Paul,
I’m not sure I unerstand your questions?
But I’m going on a limp here:
You cann’t edit a contest (intro text and upload text) once you have saved it. (Or you need to go into the database yourself). However, you can refresh the created page (overwrites edits made into the page) with the intro text and all the upload so far) (Click on refresh in the ‘view photocontest list’)
Greets,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsYEAH!!!!!!!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] getting an error when adding a new contestJust released version 1.3.5 where auto-upgrading is fixed.
Please read the ‘readme.txt’ file!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsJust released version 1.3.4 which should (I can’t simulate the upgrading process, so I can’t test it without pushing a new version) fix the restore.
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsTrue, but al lot of plugins don’t have ‘user-generated’ content.
The contest_holder and skins directory need to be saved, before I can upgrade the plugin.Other plugin don’t care about deleting the directory, because the new version holds all the data needed (and other user generated content will be in the database, which wordpress doesn’t delete when upgrading…)
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionstried the autoupgrade via wordpress: the plugin deleted itsself 🙁
That’s the problem with autoupgrade. It uninstalls the plugin (means delete the whole directory) and unzip the upgrade into the plugin folder. Unbelievable they made this function.
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsI now see sometimes the settingspage returns empty input fields…
Version 1.3.3 (now uploading) has the fix for the settingspage.
True, I found that inconsistency as well. I have to think about how to handle that.
Version 1.3.3 (now uploading) deletes the contest even if the contest_folder doesn’t exists or renaming fails. Warnings are still printed.