• Hoi Frank.

    Is het mogelijk om onder de tekst “bedankt voor het uitbrengen van je stem” een link te plaatsten om terug te keren naar het volledige foto overzicht?

    Na testen met een aantal proefpersonen blijkt dat het (erg) onduidelijk is hoe terug te keren naar het hoofdmenu om nogmaals te kunnen stemmen.

    Tx!
    Wop

    Hi Frank.

    Is it possible to under the text “Thank you for casting your vote” placed a link to return to full photo gallery?

    https://www.ads-software.com/extend/plugins/wp-photocontest/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter elmo2000

    (@elmo2000)

    Ben zelf al een beetje aan het stoeien geweest. (heb een gedeelte geknipt uit photocontest-add.php en geplakt in viewimg.php. De tekst verschijnt wel alleen de Page ID wordt niet weergegeven, Hoe kan ik dit fixen?

    $vote_result_string = '<div class="updated">';
    						$vote_result_string .= __('Thanks for voting for this photo.', 'wp-photocontest');
    						$vote_result_string .= '<BR />';
    						$vote_result_string .= __('Om terug te keren naar het volledig overzicht dient u de competitie te herkiezen in het menu.', 'wp-photocontest');
                $vote_result_string .= '<BR />';
          			$vote_result_string .= "<BR /><p><a href=\"".get_option('siteurl')."/wp-content/plugins/wp-photocontest/view.php?post_id=".$photocontestPostID."\">";
    			      $vote_result_string .= __('Ga terug naar het overzicht', 'wp-photocontest');
    			      $vote_result_string .= "</a></p>";
    						$vote_result_string .= '</div><BR />';

    I will check if this is possible in the next release!

    Greets,
    Frank

    Ok, missed it in the 1.5.1 version…

    Try adding this:

    $vote_result_string = '<div class="updated">';
    							$vote_result_string .= __('Thanks for voting for this photo.', 'wp-photocontest');
    							$vote_result_string .= '<BR />';
    							$vote_result_string .= sprintf(__('<a href=\'%1$s?img_id=%2$d&post_id=%3$d&order=%4$s\'>Back to the contest</a>', 'wp-photocontest'),$_SERVER['PHP_SELF'],$img_id,$post_id,$order);
    							$vote_result_string .= '<BR />';
    							$vote_result_string .= '</div><BR />';

    Don’t forget to change the

    Back to the contest

    line into dutch!!

    Thread Starter elmo2000

    (@elmo2000)

    Hi,

    It works, but the link point me back to the last chosen photo.

    I would like that it direct to the contest overview.

    Version 1.5.2 is almost ready, which will include this feature.

    Version 1.5.2 is currently released:
    * (fixed) Voting failed when chosing a dropdown as vote mechanism
    * (added) Setting REDIRECT_AFTER_VOTE. Setting this to true, a link back to the contest is provided after voting

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: PhotoContest Plugin] Terug naar overzicht’ is closed to new replies.