dailybread81
Forum Replies Created
-
I’ve solved it!!!
inside the directory:
pages/site/quizedit section.php
… <form method=”post” action=”<?php echo esc_url($_SERVER[‘REQUEST_URI’]); ?>”>like that:
<?php if(qtrans_getLanguage() == “it”) : ?>
<form method=”post” action=”<?php echo esc_url($_SERVER[‘REQUEST_URI’]); ?>?lang=it”>
<?php endif ?>
<?php if(qtrans_getLanguage() == “en”) : ?>
<form method=”post” action=”<?php echo esc_url($_SERVER[‘REQUEST_URI’]); ?>?lang=en”>
<?php endif ?>
<?php if(qtrans_getLanguage() == “ru”) : ?>
<form method=”post” action=”<?php echo esc_url($_SERVER[‘REQUEST_URI’]); ?>?lang=ru”>
<?php endif ?>I’ve solved it!!!
inside the directory:
pages/site/quizedit section.php
… <form method=”post” action=”<?php echo esc_url($_SERVER[‘REQUEST_URI’]); ?>”>like that:
<?php if(qtrans_getLanguage() == “it”) : ?>
<form method=”post” action=”<?php echo esc_url($_SERVER[‘REQUEST_URI’]); ?>?lang=it”>
<?php endif ?>
<?php if(qtrans_getLanguage() == “en”) : ?>
<form method=”post” action=”<?php echo esc_url($_SERVER[‘REQUEST_URI’]); ?>?lang=en”>
<?php endif ?>
<?php if(qtrans_getLanguage() == “ru”) : ?>
<form method=”post” action=”<?php echo esc_url($_SERVER[‘REQUEST_URI’]); ?>?lang=ru”>
<?php endif ?>