- Posts: 5
COMMUNITY FORUM
K2 Adding Comments after category description
- Evgeny
-
Topic Author
- Offline
- New Member
Less
More
9 years 3 months ago #150599
by Evgeny
K2 Adding Comments after category description was created by Evgeny
Sorry for my bad english...
I want to create a tree with matherials using category as items and matherial items as items
In category i write header, full description and then i whant to add comments
below are subcategories headers.
it need me as real SEO structure. For example /tables(about tables)/red(about red tables)/buy(how to buy red tables).
"Tables", "Red tables" and "Buy red tables" i need to set comments.
I want to create a tree with matherials using category as items and matherial items as items
In category i write header, full description and then i whant to add comments
below are subcategories headers.
it need me as real SEO structure. For example /tables(about tables)/red(about red tables)/buy(how to buy red tables).
"Tables", "Red tables" and "Buy red tables" i need to set comments.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Less
More
9 years 3 months ago #150608
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Adding Comments after category description
Hello Evgeny,
If I understood correctly, by default the category cannot handle comments. You need to use a 3rd party extension or manually integrate a service like Disqus
If I understood correctly, by default the category cannot handle comments. You need to use a 3rd party extension or manually integrate a service like Disqus
Please Log in or Create an account to join the conversation.
- Evgeny
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
9 years 3 months ago #150610
by Evgeny
Replied by Evgeny on topic K2 Adding Comments after category description
is - solution to the problem, but i want to authentify users on my site and save user comments on my site
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Less
More
9 years 3 months ago #150612
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Adding Comments after category description
Disqus will save it on their service, not your database neither will Facebook comments.
However in the JED and getk2.org/extend/ are several commenting extensions.
However in the JED and getk2.org/extend/ are several commenting extensions.
Please Log in or Create an account to join the conversation.
- Evgeny
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
9 years 3 months ago #150614
by Evgeny
Replied by Evgeny on topic K2 Adding Comments after category description
I checked all extensions in JED.
none work in categories
none work in categories
Please Log in or Create an account to join the conversation.
- Evgeny
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
9 years 3 months ago #150615
by Evgeny
Replied by Evgeny on topic K2 Adding Comments after category description
And here Russian Yandex search engine not indexing disqus....
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Less
More
9 years 3 months ago #150633
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Adding Comments after category description
Disqus is being rendered inside an iframe, so this is why it is not rendered. You can also check FB comments. There are also several other commenting services you can try.
Please Log in or Create an account to join the conversation.
- Evgeny
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
9 years 3 months ago - 9 years 3 months ago #150641
by Evgeny
Replied by Evgeny on topic K2 Adding Comments after category description
Yes in Russia we have a analog of FB - Vkontakte. It has comments, but users older than 40 years not have accounts on it.
Can you say me - what php files i must to edit in K2 and where in database comments are saving.
how can i invoke comments component form in k2 category php template for example.
If i do that then I 'll write here about it.
Can you say me - what php files i must to edit in K2 and where in database comments are saving.
how can i invoke comments component form in k2 category php template for example.
If i do that then I 'll write here about it.
Last edit: 9 years 3 months ago by Evgeny.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Less
More
9 years 3 months ago #150658
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Adding Comments after category description
I would suggest instead of hacking K2's code which will result in undesired effects, developing a K2 plugin.
You can find an example here: getk2.org/extend/extensions/90-example-k2-plugin-for-developers
You can find an example here: getk2.org/extend/extensions/90-example-k2-plugin-for-developers
Please Log in or Create an account to join the conversation.