Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • vulkodlaks Friend
    #683263

    When a user registers they can set personal details, but I need to disable this as people are miss using it.

    This is the same form that’s in edit user profile.

    See attached

    pavit Moderator
    #683331

    Hi

    That is K2 user profile

    You can disable it from backend , go to components –> k2 –> Click on parameters button

    go to advanced tab and set Enable K2 User Profile to No

    Here resulting registration form

    Best regards

    pavit Moderator
    #748289

    Hi

    That is K2 user profile

    You can disable it from backend , go to components –> k2 –> Click on parameters button

    go to advanced tab and set Enable K2 User Profile to No

    Here resulting registration form

    Best regards

    vulkodlaks Friend
    #683337

    Thanks for the prompt answer. Solved it for me.

    vulkodlaks Friend
    #748295

    Thanks for the prompt answer. Solved it for me.

    vulkodlaks Friend
    #683472

    Sorry, I’ve just had it reported to me that if someone is leaving a comment the URL field is visible, How do I hide this?

    Thanks

    vulkodlaks Friend
    #748329

    Sorry, I’ve just had it reported to me that if someone is leaving a comment the URL field is visible, How do I hide this?

    Thanks

    pavit Moderator
    #683473

    Hi

    Could you explain in details what you mean exactly ?

    pavit Moderator
    #748330

    Hi

    Could you explain in details what you mean exactly ?

    vulkodlaks Friend
    #686406

    Please find attached an image that shows what I mean. Thx

    vulkodlaks Friend
    #749003

    Please find attached an image that shows what I mean. Thx

    pavit Moderator
    #686420

    Hi

    It is K2 comment to remove it edit this file :

    C:xampphtdocsdirectcomponentscom_k2templatesdefaultitem_comments_form.php

    <label class="formEmail" for="commentEmail"><?php echo JText::_('K2_EMAIL'); ?> *</label>
    <input class="inputbox" type="text" name="commentEmail" id="commentEmail" value="<?php echo JText::_('K2_ENTER_YOUR_EMAIL_ADDRESS'); ?>" onblur="if(this.value=='') this.value='<?php echo JText::_('K2_ENTER_YOUR_EMAIL_ADDRESS'); ?>';" onfocus="if(this.value=='<?php echo JText::_('K2_ENTER_YOUR_EMAIL_ADDRESS'); ?>') this.value='';" />

    <label class="formUrl" for="commentURL"><?php echo JText::_('K2_WEBSITE_URL'); ?></label>
    <i nput class="inputbox" type="text" name="commentURL" id="commentURL" value="<?php echo JText::_('K2_ENTER_YOUR_SITE_URL'); ?>" onblur="if(this.value=='') this.value='<?php echo JText::_('K2_ENTER_YOUR_SITE_URL'); ?>';" onfocus="if(this.value=='<?php echo JText::_('K2_ENTER_YOUR_SITE_URL'); ?>') this.value='';" />

    <?php if($this->params->get('recaptcha') && ($this->user->guest || $this->params->get('recaptchaForRegistered', 1))): ?>
    <label class="formRecaptcha"><?php echo JText::_('K2_ENTER_THE_TWO_WORDS_YOU_SEE_BELOW'); ?></label>
    <div id="recaptcha"></div>
    <?php endif; ?>

    remove the block of code highlited in red

    pavit Moderator
    #749017

    Hi

    It is K2 comment to remove it edit this file :

    C:xampphtdocsdirectcomponentscom_k2templatesdefaultitem_comments_form.php

    <label class="formEmail" for="commentEmail"><?php echo JText::_('K2_EMAIL'); ?> *</label>
    <input class="inputbox" type="text" name="commentEmail" id="commentEmail" value="<?php echo JText::_('K2_ENTER_YOUR_EMAIL_ADDRESS'); ?>" onblur="if(this.value=='') this.value='<?php echo JText::_('K2_ENTER_YOUR_EMAIL_ADDRESS'); ?>';" onfocus="if(this.value=='<?php echo JText::_('K2_ENTER_YOUR_EMAIL_ADDRESS'); ?>') this.value='';" />

    <label class="formUrl" for="commentURL"><?php echo JText::_('K2_WEBSITE_URL'); ?></label>
    <i nput class="inputbox" type="text" name="commentURL" id="commentURL" value="<?php echo JText::_('K2_ENTER_YOUR_SITE_URL'); ?>" onblur="if(this.value=='') this.value='<?php echo JText::_('K2_ENTER_YOUR_SITE_URL'); ?>';" onfocus="if(this.value=='<?php echo JText::_('K2_ENTER_YOUR_SITE_URL'); ?>') this.value='';" />

    <?php if($this->params->get('recaptcha') && ($this->user->guest || $this->params->get('recaptchaForRegistered', 1))): ?>
    <label class="formRecaptcha"><?php echo JText::_('K2_ENTER_THE_TWO_WORDS_YOU_SEE_BELOW'); ?></label>
    <div id="recaptcha"></div>
    <?php endif; ?>

    remove the block of code highlited in red

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 2 voices, and was last updated by  pavit 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum