Keyword

How to remove the Authors website url?

  • Bo Moeller
  • Bo Moeller's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #88817 by Bo Moeller
How to remove the Authors website url? was created by Bo Moeller
First of all, thx for a great component - it really will revolutionize the use of Joomla :)To my issue: When users entering comments I want to disable the entering of the authors website url!I disabled this in category view under "item view options" under "Author". Cleared the cache but it is still there when entering comments?!Tried many different things by tweeking the settings but it will not go away! How?Hope for some helpThx

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #88818 by Doc Chaos
Replied by Doc Chaos on topic How to remove the Authors website url?
Delete lines 30 and 31 of ...

\*ROOT*\components\com_k2\templates\default\item_comments_form.php

... if there isn't a setting somewhere o.O

lines 30 & 31
(label class="formUrl" for="commentURL")(?php echo JText::_('Website URL'); ?)(/label)
(input class="inputbox" type="text" name="commentURL" id="commentURL" value="(?php echo JText::_( 'enter your site URL...'); ?)" onblur="if(this.value=='') this.value='(?php echo JText::_( 'enter your site URL...' ); ?)';" onfocus="if(this.value=='(?php echo JText::_( 'enter your site URL...' ); ?)') this.value='';" /)
removed <> for () but should look similar

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum