Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Non Joomla 3 compliance causing issues with group discussions...

10 years 2 weeks ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Active

Been wracking my brain the past month trying to figure out why when sef is on, clicking on the group discussions button sends me back to the main groups section. Finally had sh404 peeps check it out and this is what they said:

"As for the group discussion, on the contrray, that's a bug in Jomsocial. Ihad forgotten about it, but it came back to me when I saw what was happening. They are not complying with Joomla 3+ API, and still rely on Joomla 2 routing API.
The New discussion button "works" when sh404SEF is disabled because they leave the group_id non-sef: the SEF URL is like: /musiconnect/groups/adddiscussion?groupid=14
As the group_id is not SEF, JomSocial can pick it up even on Joomla 3, despite them not complying with Joomla API.

This was reported some times ago to them so please let them know so it can be fixed in the next update..."


STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

10 years 2 weeks ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Adam,

This is can be caused by menu configuration, please you read here documentation.jomsocial.com/wiki/Toolbar_Explained

I see 2 domains on your private info, the live site and the dev one.. where should I test it?

thank you

10 years 2 weeks ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Active

you can test it out on the test site in 5 minutes. I have to match the sh404 settings to the live one.

10 years 2 weeks ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Adam,

I just test it, and seems I able to see the all discussions and see the detail of discussion

Attachments:
10 years 1 week ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Active

The issue is not that we can't see the discussions, did you click on the create discussions button? I have 2 separate esteemed joomla developers that are telling me the issues with group discussions and announcements are due to non-joomla 3 compliance which is why any sef throws it off... please don't give me the push off when this is a serious issue.

Adam

10 years 1 week ago
Licenses:

Hi, Guys.

I confirm that issue, it was also reported here: www.jomsocial.com/forum/technical-issues...-page-not-accessible

@Dimas, please, escalate this to our developers and create report in GIT.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 1 week ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I already posted this issue on our list bugs, let we wait what our developer said.

10 years 1 week ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Active

What time frame can we expect this too be fixed? Anybody who wants seo with jomsocial cant create an group discussions so this is a major thing...
Adam

10 years 1 week ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Adam,

I will let you know asap, once the dev provide me the patch..

For time bein I suggest you use default SEF from joomla instead SH404SEF.

thank you

10 years 1 week ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Active

Ok so I will keep this open so you can send me the fix when it's ready?

10 years 1 week ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Adam,

I promise, if this issue already fixed I will provide the patch.

thank you

10 years 6 days ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Active

I'm not sure I understand what you are saying?

The following user(s) said Thank You: Xristoph Conrad
10 years 6 days ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I mean, if this issue already fixed, I will give you the patch / the new code for fixing this..

9 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

sorry for delay, the patch just available

1. open this file components/com_community/controllers/groups.php, find this code :

$groupid = $jinput->request->get('groupid', '', 'INT');
replace to :
$groupid = $jinput->get('groupid', '', 'INT');

open this file components/com_community/views/groups/view.html.php
2. find this code :
$groupId = $jinput->get->get('groupid', '', 'INT');
replace to :
$groupId = $jinput->get('groupid', '', 'INT');

3. find this code :
$topicId = $jinput->get->get('topicid', '', 'INT');
replace to :
$topicId = $jinput->get('topicid', '', 'INT');

thank you

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW