- Posts: 28
- Thank you received: 4
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
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.
Question Shorten text in activity stream.
- Blogmudgeon
-
- Offline
- Junior Member
-
- Never a dull moment...
templarart wrote:
I assume that you're using the default template for JomSocial. (Most of the other templates don't show content but if you're using a different template, just substitute the name for 'default' below.)
Edit /components/com_community/templates/default/activities.index.php
Not a big file...
Find: <?php echo $act->content; ?>
Change to: <?php echo substr($act->content,0,1000); ?>
You might want to change '1000' to however many characters you want to display.
Save and you're done.
Unfortunately, this file does not exist in blueface... Yet my activity stream runneth over from forum posts. I really need to get forum content into activity stream--but not more than 250 words. Is there any other file to edit--or other change?
P
73 de Patrick
Joomla! 1.5.22
JomSocial 1.8.11
Kunena 1.6.1
EasyBlog 1.1.116
Please Log in or Create an account to join the conversation.
- Blogmudgeon
-
- Offline
- Junior Member
-
- Never a dull moment...
- Posts: 28
- Thank you received: 4
I suppose that if someone has a forum filled with Twitter Tweeting style posts, or those who cannot bring themselves to write more than one paragraph, all would be well. But with a busy forum filled with thinking people--trying to stream posts to activity wall simply overwhelms it and shoves any Jomsocial community activities right out the door.
Has anyone at all come close to a real solution for this? In the alternate, are there any plans to address this formally?
73 de Patrick
Joomla! 1.5.22
JomSocial 1.8.11
Kunena 1.6.1
EasyBlog 1.1.116
Please Log in or Create an account to join the conversation.
- dylanphelan
-
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
Please Log in or Create an account to join the conversation.
IMO, only the discussion title should be displayed, linking to the full post in the forum.
Please Log in or Create an account to join the conversation.
- Blogmudgeon
-
- Offline
- Junior Member
-
- Never a dull moment...
- Posts: 28
- Thank you received: 4
The solution needs built into the core Kunena package, or a plugin with user definable length and "read more" insertion developed and offered.
73 de Patrick
Joomla! 1.5.22
JomSocial 1.8.11
Kunena 1.6.1
EasyBlog 1.1.116
Please Log in or Create an account to join the conversation.
MarkBoy81 wrote: Actually, the activity stream gets cluttered.
IMO, only the discussion title should be displayed, linking to the full post in the forum.
That is a default feature of JomSocial. You can set it up to only show the post content after you hit the more button.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.