By Albert on Monday, 09 May 2016
Posted in General Issues
Likes 0
Views 432
Votes 0
I created a group and applied thereto by another Joomla template. When I open the group page Discussions and Announcements are opened with this template. But the pages Events, Videos and Albums open with the main site template.
I want the users being on the pages of the group, seen design of this group.
When link is generated Announcements added at the end Itemid=141 (141=group1 id link in the Main Menu).
When link is generated Events, Videos and Albums is added to the end Itemid=121.
How do I make so that links were formed as well as for Announcements
Currently the albums and videos are using menu items that are associated with the view. It doesn't actually associate this with the group.

We'll see what we can do to enforce the item id to be from the group menu item instead in the future releases.
·
Monday, 09 May 2016 16:56
·
0 Likes
·
0 Votes
·
0 Comments
·
For me is very important. I would be very grateful if you could help me. Do I understand correctly that link for Events is created in the following file - \plugins\finder\easysocialevents\easysocialevents.php
code: $item->url = 'index.php?option=com_easysocial&view=events&id=' . $event->getAlias() . '&layout=item';

Tell me which file creates links for a Announcements
·
Monday, 09 May 2016 21:48
·
0 Likes
·
0 Votes
·
0 Comments
·
This is more than just the finder plugin. We need to alter our router library for the events / albums / videos router so that it also detects the group menu item.
·
Monday, 09 May 2016 23:45
·
0 Likes
·
0 Votes
·
0 Comments
·
I did not understand what files make up this function
·
Tuesday, 10 May 2016 15:23
·
0 Likes
·
0 Votes
·
0 Comments
·
This is why I mentioned that this will be fixed in the upcoming release of EasySocial, 1.4.10 We can't provide a patch file for this yet as this takes time to fix internally.
·
Tuesday, 10 May 2016 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much! When approximately can we expect the new release?
·
Tuesday, 10 May 2016 22:31
·
0 Likes
·
0 Votes
·
0 Comments
·
We just released 1.4.9 but we'll try to push for another update soon.
·
Tuesday, 10 May 2016 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I will wait for the update. I'll write some fixes to be included in the next release.
·
Tuesday, 10 May 2016 22:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for understanding Albert
·
Tuesday, 10 May 2016 23:06
·
0 Likes
·
0 Votes
·
0 Comments
·
I added link to a user profile User1.
Added link - index.php?option=com_easysocial&view=profile&layout=about&id=734:user1
How to make a link was added to the activity stream (instead - layout=about - layout=timeline).
Used the Joomla template, but the partial links to the user in the activity stream opens the standard template (as well as with the activities of the group)
Is it possible links for the user too to alter?
·
Thursday, 12 May 2016 02:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Albert,

I have a little bit lost here, can you elobarate more details regarding this why you would like to add this link?

By the way, if you want to link to user profile timeline page, you can use following link format :

/index.php?option=com_easysocial&view=profile&id=734:user1&layout=timeline
·
Thursday, 12 May 2016 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
I can't change the link. It is automatically created
·
Thursday, 12 May 2016 18:26
·
0 Likes
·
0 Votes
·
0 Comments
·
You have to create another new xml file for this section.

Try download my attached file and replace into JoomlaFolder\components\com_easysocial\views\profile\tmpl\timeline.xml , then try select "Profile Timeline' menu type from backend menu creation page.
·
Thursday, 12 May 2016 20:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much, it worked....
·
Thursday, 12 May 2016 21:31
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Thursday, 12 May 2016 22:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post