-
AuthorPosts
-
September 11, 2015 at 3:13 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 11, 2015 at 6:39 pm #683331Hi
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
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 11, 2015 at 6:39 pm #748289Hi
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
1 user says Thank You to pavit for this useful post
September 11, 2015 at 7:27 pm #683337Thanks for the prompt answer. Solved it for me.
September 11, 2015 at 7:27 pm #748295Thanks for the prompt answer. Solved it for me.
September 12, 2015 at 7:56 pm #683472Sorry, 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
September 12, 2015 at 7:56 pm #748329Sorry, 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 12, 2015 at 9:37 pm #683473Hi
Could you explain in details what you mean exactly ?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 12, 2015 at 9:37 pm #748330Hi
Could you explain in details what you mean exactly ?
September 18, 2015 at 11:16 am #686406Please find attached an image that shows what I mean. Thx
September 18, 2015 at 11:16 am #749003Please find attached an image that shows what I mean. Thx
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 18, 2015 at 2:10 pm #686420Hi
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
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 18, 2015 at 2:10 pm #749017Hi
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
1 user says Thank You to pavit for this useful post
-
AuthorPosts
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