Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Bug Social icons URLS

More
13 years 11 months ago - 13 years 11 months ago #123532 by sozzled
Replied by sozzled on topic Social icons URLS
Although it's probably a waste of time replying to your last message, let me remind you of the following:

There is no company behind Kunena; everyone who contributes to Kunena is a hobbyist, enthusiast or professional web developer who gives their time freely to this project - volunteers every one of us. Our hope is to make Kunena the most reliable, scalable, durable and robust forum component for Joomla that we can make it and to give people the best solution to meeting their forum needs. The forum is a self-help community-driven resource for users to help one another. Our job, in moderating the forum, is not necessarily to answer every question but, rather, to point people in the right direction where they can find the answers.

Kunena is open-source software, licensed and freely distributed under the GPL. What this means is that you, or anyone, can take the source code and adapt it in any way that you see fit. This does not mean that the project team or other members of this community are obliged to accommodate every request that people make to tailor the Kunena component to suit individual or custom applications.

Kunena is a web-based discussion forum component for Joomla. Kunena is not a social networking, user-profiling application like JomSocial (for example) which may have the features you're looking for ... although you'll have to pay for it.
Last edit: 13 years 11 months ago by sozzled.

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

More
13 years 11 months ago #123750 by v1rto
Replied by v1rto on topic Social icons URLS
i know all that but i thought there is somebody who actually made kunena and who could just point me roughly like you said. I actually searched thru most files of kunena but couldnt find where to change what im looking for..

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

More
13 years 11 months ago - 13 years 11 months ago #123751 by sozzled
Replied by sozzled on topic Social icons URLS
I'm not a developer of Kunena and I don't pretend to fully understand everything that you've asked about, but the files that handle the Kunena user profile editing are in the ../components/com_kunena/default/profile folder. In that folder is the file socialbuttons.php

I can't make head-nor-tail of what's in that file, maybe it's a red herring and I'm not sure if it's helpful to you, but I'm doing my best as I can to point you in the right direction. Perhaps there's another file in the folder I mentioned before that has the required information. I hope this helps.
Last edit: 13 years 11 months ago by sozzled.

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

More
13 years 11 months ago #123752 by v1rto
Replied by v1rto on topic Social icons URLS
i was there and changed it to what i want but the urls of the buttons arent in this file
Code:
defined( '_JEXEC' ) or die(); if (!isset($this->showUnusedSocial)) $this->showUnusedSocial = false; ?> <div class="kiconrow"> <?php echo $this->profile->socialButton('delicious', $this->showUnusedSocial); ?> <?php echo $this->profile->socialButton('linkedin', $this->showUnusedSocial); ?> </div> <div class="kiconrow"> <?php echo $this->profile->socialButton('facebook', $this->showUnusedSocial); ?> <?php echo $this->profile->socialButton('twitter', $this->showUnusedSocial); ?> <?php echo $this->profile->socialButton('skype', $this->showUnusedSocial); ?> </div>

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

Time to create page: 0.289 seconds