- Регистрация
- 16 Ноя 2018
- Сообщения
- 210
- Реакции
- 268
- Автор темы
- Модер.
- #11
пришли свой пагин.Подскажите, можно ли в плагине User Rating 1.1.1 в модальном окне прикрутить крестик для закрытия?
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
пришли свой пагин.Подскажите, можно ли в плагине User Rating 1.1.1 в модальном окне прикрутить крестик для закрытия?
пришли свой пагин.
<div class="new-rating-wrap" style="display:none;">
<!--mod sz-->
<button style="position: absolute; z-index: 9; top: -1%; right: -1%;">X</button>
<script>
$(document).ready(function(){
$('button').on('click', function(e) {
$('#ur-fancy-dialog').removeClass('ur-fancy-show').removeClass('ur-fancy-add').fadeOut(0);
$('#ur-fancy-overlay').fadeOut(0);
});
});
</script>
<!--mod sz-->
<?php if( ($only_logged == 1 && osc_is_web_user_logged_in()) || $only_logged == 0 ) { ?>
Это ооооочень старый плагин, бери новый!
function ruHuman() { ?>
<div class="row" style="margin-bottom: 15px;">
<label for="humancheck"><?php _e('Ты человек или робот?', 'epsilon') ; ?><em style="color:red"> *</em></label>
<?php CheckHumanInput::human_check_text() ; ?>
</div>
<?php }
function ruHumanCheck() {
if(Params::getParam('humancheck') != '') {
osc_add_flash_error_message('Уйди прочь РОБОТ!');
osc_redirect_to( osc_register_account_url() ) ;
}
}
class CheckHumanInput extends UserForm {
static public function human_check_text($user = null) {
parent::generic_input_text('humancheck',$value='Сотри это если ты не робот !',$maxlength='40') ;
}
}
osc_add_hook('user_register_form','ruHuman');
osc_add_hook('pre_user_post', 'ruHumanCheck');
UPDATE `oc_t_item` JOIN `oc_t_item_veronika` ON oc_t_item.pk_i_id = oc_t_item_veronika.fk_i_item_id SET `s_contact_phone` = `s_phone`