Remove Website URL....

GK User
Tue May 17, 2011 9:52 am
Is it possible to remove the 'Website URL' within the K2 comment system please?...if so how?

Many thanks
User avatar
Expert Boarder

GK User
Tue May 17, 2011 3:24 pm
Hi

Can you be more specific?
You mean when user comments and provides URL on form?
User avatar
Platinum Boarder

GK User
Tue May 17, 2011 3:33 pm
Thanks....I have attached a screen shot...(the site is offline at mo so can't give URL)


screen_2011-05-17-2.gif
User avatar
Expert Boarder

GK User
Tue May 17, 2011 3:46 pm
If i recall well K2 Comments system doesn't have any parameter to disable this field, so you can force by doing this.
Go to appSite template parameters and enable override.css file. Them add this lines on override.css file:

Code: Select all
#k2Container .itemCommentsForm .formUrl,
#k2Container .itemCommentsForm #commentURL {display: none!important}


This should do the job.

Cheers ;)
User avatar
Platinum Boarder

GK User
Tue May 17, 2011 3:54 pm
Excellent! Thanks :)
User avatar
Expert Boarder


cron