- Posts: 6
- Thank you received: 4
Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question Facebook Like on threads
- Sunburst WebConsult
- Topic Author
- Offline
- New Member
I have programmed a Facebook Like feature for Kunena which displays in top of a thread:
You can do the same by following these instructions:
Find file:
Insert code (don't replace):
See more at: developers.facebook.com/docs/reference/plugins/like/
Kind regards,
Jens
Please Log in or Create an account to join the conversation.
My idea is:
1 tread 10 posts
for evry 10 posts in this tread facebook like button
when i like post nomer 3 like aktivate only for post 3 not for all 10 post
Sory for my English
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I have been using, but the problem is that if a user is viewing a particular post then the URL reflects that post rather than the whole thread. You loose the 'like' count, also clicking the like button will have different actions depending on which post you are reading. Does that make sense?
I think that it would also be useful to have a like button for every post.
I have made this work by adapting the above solution, but my solution is not very elegant - can anyone help tidy this up?
Here is what I have done
in /components/com_kunena/template/default/view/messages.php on line approx. line 96 insert the following code...
I've done this on my site only - it may not work on other's so please exercise extreme care!
My problem is the way that the href link is formed - I have hardcoded the 'forum' part and the /'s. I'm sure there would be a much better way - also to use the full SEF URLs rather than just catid, thread, and the # postnumber.
I suppose another way that would work well would be to 'like' the whole thread and to strip out the post id from the url sent to facebook- I don't know what is the best solution. Any thoughts?
Please Log in or Create an account to join the conversation.
Install one of the social bookmarking modules on the JED - I used ITPShare. Configure and publish this to the kunena_msg_1 position. I copied the module and also published to the kunena_bottom position. The result is facebook buttons in each thread - they link to the whole thread and are consistent even when a user has visited the url to a particular post e.g #12345.
It would be nice if there was a module position under every post instead of having to publish a different module under every post, if that makes sense - imagine a position of kunena_msg_all, instead of 1, 2, 3 etc. Even so this works best for me.
Thanks
Rob
Please Log in or Create an account to join the conversation.
- alexwalker
- Offline
- New Member
- Posts: 14
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Just click into the position field and type kunen_msg_1 - that's it.
@teratyke:
Thanks for the info, this works ok, only problem I have is that the url is always the one of the start page and not the link to the thread. Did you do a certain trick?
TopCop
Please Log in or Create an account to join the conversation.
- alexwalker
- Offline
- New Member
- Posts: 14
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Sorry been away for the weekend and not on the computer so much!
alexwalker, you can add a button under each post by copying the module and for each copy use the position kunena_msg_1, kunena_msg_2, kunena_msg_3 - I have 20 posts per page, so it gets a bit messy, but I guess if you just had 5 or 10 it would be feasible to do that.
TopCop, I'm not using the twitter buttons so I can't confirm that problem, I'll test it when I get a chance. I suppose you could use a different module to provide the button, if you do try any others I'd be interested to hear what works best.
Right back to the mountain of email...
Thanks
Rob
Please Log in or Create an account to join the conversation.
I installed a plugin called flodjishare. This can be found here: Flodjishare Plugin
With that plugin installed and configured I can now put it into every single post. You just have to add {flodjishare} at the end of a post and you will get all the share buttons.
Of course you have to set the kunena configuration to support joomla plugin support.
For my needs this is just perfect. There are a lot of config options and you can also change the language in the plugin options.
Here is a screen shot of the plugin at the bottom of a kunena post:
TopCop
Please Log in or Create an account to join the conversation.