Keyword

Disable url field in comments

  • Steven Trooster
  • Steven Trooster's Avatar Topic Author
  • Offline
  • Premium Member
More
5 years 6 days ago #171797 by Steven Trooster
Disable url field in comments was created by Steven Trooster
Is there a setting to hide the url / link field in the comment form below an article. This fields is a trigger for spammers to post loads of comments on your site.

Additionally: is there a way to get notified when someone posts a comment. I've set comments to needs to be published by the admin. But I need to know if there are legitimate comments that need to be published.
Also: can an author be informed if there's a comment and can a user be informed if there's a reply. Engagement will work the best if users and authors know there are responses. Otherwise it will just stay with the one comment…

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

More
5 years 6 days ago #171806 by JoomlaWorks
Replied by JoomlaWorks on topic Disable url field in comments
Replying...

a) No, but you can override K2 templates (item.php in particular) and simply hide/remove the related display field. Keep in mind it's not really needed though as rel="nofollow" is always enforced by default for these links.

b) There was K2 Notify and we'll be reviving it soon. Other plugins exist as well - check the K2 Extensions Directory at: getk2.org/extend

c) See (b).

Alternatively switch to Disqus or Facebook comments. Again, there are many extensions that allow you to do this integration with K2 (even our own SocialConnect).

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Steven Trooster
  • Steven Trooster's Avatar Topic Author
  • Offline
  • Premium Member
More
3 years 10 months ago #176287 by Steven Trooster
Replied by Steven Trooster on topic Disable url field in comments
I would like to see an option to turn this url field off. Spammers especially like these kinds of fields to post their malicious websites.

What is the status of the K2 Notify plugin? We really need a new version.

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

More
3 years 10 months ago #176294 by JoomlaWorks
Replied by JoomlaWorks on topic Disable url field in comments
I highly recommend using reCaptcha or (better) Akismet in your comments. Spammers that post suspicious URLs get flagged instantly.

Regarding K2 Notify, I don't see a release before Sept/Oct.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
3 years 7 months ago #176799 by kesaris
Replied by kesaris on topic Disable url field in comments
It's very annoying that I cannot disable immediately the url field in comments.
Fotis you suggested override K2 templates. So I should go extensions // Templates // Templates // CSS // Custom CSS // and then what exactly code shall I write?

Note: I use Joomla.

Thanks in advance,
Angelos

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

More
3 years 7 months ago #176806 by JoomlaWorks
Replied by JoomlaWorks on topic Disable url field in comments

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
3 years 7 months ago #176846 by kesaris
Replied by kesaris on topic Disable url field in comments
I read it but I didn't undertand!!

Can I create an overight on custom CSS folder? What code shall I add?

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

More
3 years 7 months ago #176859 by JoomlaWorks
Replied by JoomlaWorks on topic Disable url field in comments
Use your browser's web inspector to locate the relevant HTML element to hide.

Then add CSS code to visually hide that element from users. You can add that CSS code inside your Joomla template's custom CSS file (if it has one) or the main template.css file (should have one).

If you can point me to a direct URL, I can give you the CSS code to add.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
3 years 7 months ago #176871 by kesaris
Replied by kesaris on topic Disable url field in comments
Thanks Fotis,

you are a very kind person!
The URL is here, LINK: www.rules-chess-strategies.com/el-gr/blog-gr/739-stratigiki-skaki-3-simantikoi-kanones but you might be a logged-in user to see it I guess.
Can I attach a picture?

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

More
3 years 7 months ago #176877 by JoomlaWorks
Replied by JoomlaWorks on topic Disable url field in comments
Add this CSS code in your template's CSS file:
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form input#commentURL {display:none;}

This should hide the URL field as you want to.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum