One of our advertisers offered up a prize. The competition is not over yet but my advertiser wants to know how its going. How can I see how many have entered thus far? Thanks
/competitions/archive is the link you want.
One of our advertisers offered up a prize. The competition is not over yet but my advertiser wants to know how its going. How can I see how many have entered thus far? Thanks
This was a bug, I'm just sending out a fix for this. The way the text is formatted inside the JS means that the phrase itself includes the placeholder which the JS system replaces with the actual number of days or weeks. For example, these are the new phraes:
- Where do I find the words weeks and days of the countdown in the phrases, please? Did not find them with searching in phrases.

%-d day. You need to make sure that the %-d bit stays in tact. It's kept in mostly in case people wish to translate it in a language which would be equivalent to "Days 10" etc. you'd just move the %-d bit.Can I edit/turn of the unordered list with competition rules? They include things I don't wish ("not an employee of...") or will write on a different way.
I see, depending on entering a sponsor in the settings, employees of them will be not allowed to participate.
In any case moderators and admins (that's what I have as employees) are not allowed to participate. Is there another way to allow it to them, othen then rewriting the phrase positive ( = turn this term of totally)?
avforums_competitions_competitiontype_not_open_to_employees_of_x_or_y and avforums_competitions_competitiontype_not_open_to_employees_of_y. <li>
<xen:if is="{$competition.sponsor}">
<div class="">
{xen:phrase avforums_competitions_competitiontype_not_open_to_employees_of_x_or_y, 'sponsor={$competition.sponsor}', 'site={$xenOptions.boardTitle}', 'competitiontype={$competitionType}'}
</div>
<xen:else />
<div class="">
{xen:phrase avforums_competitions_competitiontype_not_open_to_employees_of_y, 'site={$xenOptions.boardTitle}', 'competitiontype={$competitionType}'}
</div>
</xen:if>
</li>
This release now makes it possible to localise the countdown phrases. The new phrases are as follows:
- avforums_competitions_x_day
- avforums_competitions_x_days
- avforums_competitions_x_week
- avforums_competitions_x_weeks
Yes, we do it all the time. First, do you have all the permissions granted to the competition administrator role?Has anyone figured out how to confirm the winner within the add-in? I ran the first competition with "winners must be confirmed" checked, and I can't figure out how to confirm the guy so the competition goes from "picking" to completed.
It’s in development but no ETA at this point.
Lots of steps to be done manually... It would be great just to have an option to hit the button -> pay via paypal ->enter competition. Like it's done in donation addons.But to do what you want I’d recommend creating a user upgrade and have that promote the user into a special user group after payment. You can then make it so that the competition can only be entered by those users who have upgraded and are in that upgraded user group.
We use essential cookies to make this site work, and optional cookies to enhance your experience.