frekel
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] getting an error when adding a new contestFor now, you can use these sql codes:
WP PhotoContest V1.2.3.1 dbDump
DON’T FORGET TO CHANGE [WP_PREFIX] to your prefix (myprefix_)
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsFourth post (you a a busy poster 😉
Inputting an email address even when logged in
True, I will look into that to.
(if you mean, that if a user is logged in, we use the email from their profile)This will be in version 1.3
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] getting an error when adding a new contestseanx820,
Did you follow the follwing directions:
Copy page.php or index.php to skins/aqua/template.tpl
Open template.tpl (in wordpress or your favorite editor)
Replace from:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
to:<?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?>(and anything in between)
with
[WP-PHOTOCONTEST CONTENT]See for more information about The Loop: http://codex.wordpress.org/The_Loop
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] getting an error when adding a new contestOvidiu,
It looks like you have version 1.3 which was on the wordpress while it isn’t close to releasing…
Please revert back to the 1.2.3.1 version.
The SQL code is in the lib/wp-photocontest.functions.php file.
In the ‘real’ 1.3 version, I will provide an seperate sql file.Hi Joeydav,
The anser is simple. You found a bug which should be solved in version 1.2.3.1
In either case, please report back!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsFourth post (you a a busy poster 😉
Inputting an email address even when logged in
True, I will look into that to.
(if you mean, that if a user is logged in, we use the email from their profile)Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsThird post:
The far bigger problem: What file permissions set upon upload
Depends which version you are using:
< 1.2: The main directory (/plugins/wp-photocontest) needs write permissions for the user who runs the site (apache user)
>= 1.2: Only the CONTEST_HOLDER directory (default: /plugins/wp-photocontest/photocontest_holder) needs write permissions for the user who runs the site (apache user)Using the built-in settigns (media uploader?)
I will look into that and if its not to hard to integrate I will.Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsSecond post:
About PhotoRacer
The reason why I created this plugin was because the PhotoRacer plugin is outdated and seems not to be under any development. I will look at the plugin for the permalinks used there (can’t remember that that was the case)Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsOk, starting with your first post:
Permalinks:
This plugin doesn’t use any permalinks and will not be developed in the near future (or anyone is interested to help development!)Template used for the individual contests:
The plugin creates a page with a link to enter the contest (or if you use the refresh option in the admin panel, a view of the latest 9 pictues).
All other pages after that are generated by the plugin. Other have reported that the first versions of this plugin, broke their sites (mainly the position of the sidebar). I have created a function that will read the wp-photocontest/skins/<skinname>/templates.tpl file and replaces the string[WP-PHOTOCONTEST CONTENT]
with the generated content. You need to create the templates file or else the plugin will print a blank page with a warning and the generated content. View the Customization part of the documentation.
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] permalinks and other questionsSorry, the author (me 😉 didn’t know about the support forum… but I’m here and will try to answer all questions within 24 hours!!
Greets,
FrankSorry, the author (me 😉 didn’t know about the support forum… but I’m here and will try to answer all questions within 24 hours!!
Greets,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] getting an error when adding a new contestSorry, the author (me 😉 didn’t know about the support forum… but I’m here and will try to answer all questions within 24 hours!!
Greets,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Multiple security leaksVersion 1.1 is committed to SVN.
This should fix the mentioned issues.