K2 problem

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Jan 26, 2013 3:21 pm
hello,

I have three problems:

First one is:
I cant translate explanation of the facebook social network button at the bottom of K2 article ( when you drag mouse cursor on button, explanation appears) it s in english, i want to translate it. Explanations of google+1 and twitter buttons, i translated them.

Second one is:
anyone cant sign up with their facebook accounts. i want to let them sign up with their facebook accounts except filling registration form.

Third one is:
Any members cant type their comments at the end of K2 article because there is no comment box. i cant create a comment box at the bottom of the K2 article.

thanks for coming up replies.
User avatar
Fresh Boarder

GK User
Mon Jan 28, 2013 8:28 am
i want to edit my message so i reply again.

opossum wrote:
I want to delete all social network buttons at bottom of K2 article. how can I do it?

thanks for coming up replies.
User avatar
Fresh Boarder

teitbite
Tue Jan 29, 2013 1:12 pm
Hi

To remove social buttons please edit /html/com_k2/templates/default/item.php and search for gkSocial named layer. Please remove this layer entirely.

Please show me Your page so I'll tell more about comments. Unfortunately I do not know the answer for second question. I think You should ask on fb developers forum.
User avatar
Moderator

GK User
Wed Jan 30, 2013 12:41 am
http://www.ozalibeykoyspor.org.tr/index ... les/baskan

i want to add a comment box at the bottom of this page and all members can write their own comments.

thanks for your answer.
User avatar
Fresh Boarder

teitbite
Wed Jan 30, 2013 1:02 pm
Hi

You are using a regular joomla articles which means You need a kind of a comments plugin be installed in order to use comments. Personaly I prefere using a module instead of a plugin. Phoca Facebook Comments is free and behaves great. But it prder to use it please add this code between

Code: Select all
<div id="gkSocialAPI"> </div>


You have just edited. Here is the code to load the module:

Code: Select all
      <?php
         $modules =& JModuleHelper::getModules('comments');
         foreach ($modules as $module) {
            echo JModuleHelper::renderModule($module);
         }
      ?>
User avatar
Moderator


cron