frekel
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsabout the default prefilled values; are you talking about the settings page or the add photocontest page?
I now see sometimes the settingspage returns empty input fields…
Will release version 1.3.3 tomorrow to fix this.Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsone can’t delete contests if the folders were previously deleted 🙁
‘Error in checking PhotoContest directory ‘test02’.
There is no directory with this contest name.
If you believe this is not correct, please remove the directory manually’True, I found that inconsistency as well. I have to think about how to handle that.
also I guess the settings should have a default value prefilled in so if a user isn’t sure and doesn’t know what to use, there should be some values filled in.
Maybe, I can write that in the help beneath the input form.
Also only published pages can be set as parents. For testing purposes I kept my contest page as a draft….
Humm, used a default wp function for the dropdown. Maybe I missed a setting. Will look into that!
The only suggestion left in this post is the Using the built-in settigns (media uploader?) (correct me if I’m wrong.
I’m sorry to say that that isn’t easy to integrate. This said, I won’t forget your request.Greets,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsLooks like you have actived the debug flag.
Goto the settings page and set DEBUG_FLAG to false.This option is really only for solving problems with other plugins!
Greets,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsVersion 1.3.2 is just released!
REMEMBER TO BACKUP YOUR FOLDERS 😉
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsOk, this confirms that the contest_folder should have (0)755 and the files (0)644?
Will try to add this into the 1.3 release (i’m testing the 1.3 version now)
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] getting an error when adding a new contestNo problem.
If you follow the instrcutions, even a newbie can create the template.
But if it fails, don’t worry; send the page.php and index.php file by email and I will create the template for you.Greets,
FrankForum: Plugins
In reply to: Do deleted plugins leave extra “stuff” in your database?Ok, thanks for the reply.
I looked at some plugins (including yours 😉 and saw how they handled it.
My plugin ‘should’ work with auto_upgrading now (including the deletion of database data!)Can you please report back if this solved you problem and if so, set this thread to ‘resolved’?
Thanks,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] getting an error when adding a new contest@tamata Did create the template.tpl inside the skins directory (see how in the 6th post)?
If so, tell me which theme you use (if you have edited your theme, send me the page.php and index.php by email: anti spam @ van der stad . nl)
Greets,
FrankNote: Can you create a new thread when replying?
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsSo the contest_folder should have (0)755 and the file (0)644?
Can you tell me with what permissions the integrated mediamanager uploads files and creates directories?
Thanks,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsHi Ovidiu,
Can you check something for me? suPhp is very picky about file permissions AND the permissions are held between apache en suPhp (in a config file).
Can you add the following line to play.php and test:
chmod($files["imagefile"]["tmp_name"],0755);this goes right after (line 241):
if (is_uploaded_file($files["imagefile"]["tmp_name"])) {Thanks,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] getting an error when adding a new contestOk, you mean that when creating a photocontest, you can select the parent, instead of the homepage?
For now, you can goto the page after creating a photocontest and select the parent page there. (I know this isn’t user-friendly, so let me see if I can add that option)
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questions- I can set the default file permissions to 755. (will be in version 1.3)
- oploaded changed into uploaded
- No max photo size integrated yet. I still need to take a look into the integrated media uploader
Greets,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsOk, I already replied on the other post!
Forum: Plugins
In reply to: Do deleted plugins leave extra “stuff” in your database?How do you handle auto-upgrades? From what I understand, it removes and then installs your plugin again. This way your tables get cleared and the user misses the data from the previous versions…
Thanks,
Frank