• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Site Users » I dont want security code
I dont want security code
Harina
Posts: 62
Reputation: 0

Message # 1 | 7:48 PM
I dont want user when they send private message and ask for security code for every time and i have this setting but its will not work please help
Attachments: 2668207.jpg (7.8 Kb)
Gromov
Posts: 616
Reputation: 14

Message # 2 | 12:07 PM
Harina, please specify more details, where exactly the security code is required and for what specific user.
Harina
Posts: 62
Reputation: 0

Message # 3 | 7:38 AM
Gromov, every user in user group system want they put security code when send a message to other people and I don't want this but it will not work in setting the control panel. I have put screen screenshot like below please help me.



Attachments: 2420840.jpg (70.8 Kb) · 2896873.jpg (62.8 Kb)
Harina
Posts: 62
Reputation: 0

Message # 4 | 1:53 PM
Ucoz kindly explain me why i cant add comment and all user of my site. Thankx





Attachments: 4102106.jpg (81.5 Kb) · 8000953.jpg (80.0 Kb) · 6609958.jpg (70.3 Kb)
Gromov
Posts: 616
Reputation: 14

Message # 5 | 8:07 AM
Harina, regarding the comments - we will check the issue, but it's a little bit complicated since there are lots of custom scripts on your website.

As for the security code, we need your:
IP address, your site login (email) and the script that you use to display the sending messages page.
Harina
Posts: 62
Reputation: 0

Message # 6 | 1:20 PM
IP ADRESS: 154.70.157.182

crwag20@gmail.com

Code
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>$TITLE$</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?$META_DESCRIPTION$?>
<?$META_KEYWORDS$?>
<!--[if lt IE 9]>
<script type="text/javascript">
var e = ("header,footer,article,aside,section,nav").split(',');
for (var i = 0; i < e.length; i++) {
document.createElement(e[i]);
}
</script>
<![endif]-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='http://bendella.com/assets/privatemessage/style.css' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="/_st/my.css" />
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="http://bendella.com/assets/css/header/headstyle.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Vidaloka" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<style>
.pbarContainer {display: none;}
.inputPM, .outputPM {font-size: 13px !important}
#eMessage {font-size: 15px;}
#mas_inp3 { height: 100px; border: none; font-size: 14px; !important}

#mas_inp3:focus { border: none;}

#sbm {background: #333 !important; border: none !important;}
input[type="button"] {display: none !important;}
input[type="submit"] {background: #333; padding 9px; color: #fff;}
input[type="textarea"] {height: 50px !important; font-size: 12px important;}
#ugr1, #ugr1 {display: block !important;}
#mas_inp1 {display: none;}
.over_input_1 {border: none;}
.pmCatLinkActive, .pmCatLink {display: none;}
.pbarFiller, .pbarContainer, .pm-informer {display: none;}


/****BEGIN TITLES****/
.tittle {
font-size: 30px;
color: #333;
line-height: 35px;
font-size: 16px; font-family: 'Oswald', sans-serif;
font-weight: normal;
font-size: 25px !important;
text-align: center;
}
</style>
</head>

<?if($URI_ID$="page1")?>
<body class="base">
<?else?>
<body class="base inner-page">
<?endif?>

<div class="delete-in-iframe">
<div class="intro" >
<h3><a href="http://bendella.com/index/14-0-0"><i class="fa fa-envelope" aria-hidden="true"></i> Inbox($UNREAD_PM$)</a></h3>
<h3><a href="http://bendella.com/index/14-0-1"><i class="fa fa-reply-all" aria-hidden="true"></i> Sent</a></h3>
<h3><a href="#" onClick="backAway()"><i class="fa fa-undo" aria-hidden="true"></i> Back</a></h3>
<h3><a href="$PM_URL$" target="blank"><i class="fa fa-window-maximize" aria-hidden="true"></i> Full page</a></h3>
<?if($GROUP_ID$=='4' || $GROUP_ID$=='3')?>
<h3><a href="http://bendella.com/index/14-0-5"><i class="fa fa-users" aria-hidden="true"></i> Mass dispatch</a></h3>
<?endif?>
</div>
</div>





<div id="deletetext">
<div align="center">
<div class="block">
<div class="pmb">
$BODY$
<script type="text/javascript">
$(document).ready(function() {
$("input[type=reset]").before("<input style='font-weight: bold;width: 130px; margin-right: 4px;' type='submit' id='submitMsg' value='Send message' />");
$("#sbm").hide();
$("#submitMsg").click(function() {
var subject=$.trim($("#pmSubject").val());
if(subject.length > 0) {
$("#sbm").click();
} else {
$("#pmSubject").val("(No subject)");
$("#sbm").click();
}
return false;
});
});
</script>

</div>
</div>
</div>
</div>



<script type="text/javascript">
$('body').each(function () {
$(this).html($(this).html().replace(/\[|\||\]/g, ''));
});
</script>


<script type="text/javascript">
$('body').each(function () {
$(this).html($(this).html().replace(/recipient/g, ''));
});
</script>

<script type="text/javascript">$("#ugr1, #ugr2, #ugr3, #ugr251").attr("checked","checked")</script>
<script type="text/javascript" src="http://bendella.com/assets/privatemessage/script.js"></script>
</body>
</html>





Then i will use iframe to send message like this

Code
<h3><a class="$ID$message" href="javascript:void(0);"><i class="fa fa-envelope" aria-hidden="true"></i> Message</a></h3>
<div class="$ID$sendmessage edit-menu" style="display: none; position: absolute; z-index: 99; margin-top: 10px;">
<div style="font-size: 0px; margin-bottom: 20px; margin-top: 20px;">
<iframe src="http://bendella.com/index/14-$UID$-0-1" class="messageframe" id="messageframe" frameborder="0" style="height: 550px;"/>
<p>Your browser does not support iframes.</p>
</iframe>
</div> </div>
<script>
$('.$ID$message').click(function() {
jQuery(this);
if($('.$ID$sendmessage').is(':visible')){
jQuery(this);
}else{
jQuery(this);
}
$('.$ID$sendmessage').slideToggle('slow');
return false;
});
</script>

Added (2018-11-28, 6:01 PM)
---------------------------------------------
i fixed comment tongue tongue

Gromov
Posts: 616
Reputation: 14

Message # 7 | 12:13 PM
Harina, actually, it's not possible to disconnect CAPTCHA for private message. But, there's a workaround (however you take all the risk of it because CAPTCHA is there for a reason). The method is here https://forum.ucoz.ru/forum/28-34632-1 , but it's all in Russian, Google translator should do the trick. In case it's not, contact me via a private message and I'll assist you with that one.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 8 | 4:50 PM
Gromov, as far as I know, this feature is only available for local users. So make sure to keep that in mind tongue
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
Harina
Posts: 62
Reputation: 0

Message # 9 | 11:32 AM
I dont know english and now Russian. I dont know all they said on the link because google translator will give english i dont understand. But they say i want to create a group and user will select when in registration but i check and i am using social logging in no where to select a group in registration of a user. Ok let me leave it but my user will complain of security code always.

But another one is when i edit tempalate the result will not show and i think my code is bagged. Then i clear history of browser and things work fine. So everytime i make edit of template i will have to delete history to see result and then logged out of control pannel and have to log in again how many much time. Its getting me tired and slow all the day. I try all browser and all same thing happen please help.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 10 | 12:50 PM
Quote Harina ()
i am using social logging in no where to select a group in registration of a user. Ok let me leave it but my user will complain of security code always.

You can always just move the users to the Verified group once you're sure they won't cause any trouble. It's safer for both you and your users to keep the security code for regular users. Any spambot could sign up to your website and send unsolicited spam messages on your website or directly to your users.

Quote Harina ()
So everytime i make edit of template i will have to delete history

Pressing CTRL+F5 should work as well and won't log you out.

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
Harina
Posts: 62
Reputation: 0

Message # 11 | 7:37 PM
bigblog, thanks you. It works well. Where is indicator of a user group of a user who add a post in file catalog on full entry post page? like in appearance of post we shall have $GID$ but in full page of comments there is no one.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 12 | 4:27 PM
Harina, I don't think there is a $code$ for that but it's certainly possible via the uCoz API.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
uCoz Community » uCoz Modules » Site Users » I dont want security code
  • Page 1 of 1
  • 1
Search: