Hello,
I turned sef on , but not the mod_rewrite.
However it works on all the sites and it also shows the category list in GJ.
However once I click on the groups , nothing happends. Also when trying to click on "create a group".
However I can access the groups from the user (cb tab) .
I see the difference in urls are:
The url showing in GJ category page:
www.mydomain.com/index.php/groups.html?a...wgroup&groupid=7
this doesnt work.
the url showing from cb user tab which works:
mydomain.com/index.php/component/groupji...wgroup&groupid=7
....
////
The CB groupjive tab plugin uses this code for the working link to group(file: /my_domain.com/components/com_comprofiler/plugin/user/plug_groupjivetab/templates/default.tmpl):
| Code: |
<td class="sectiontableentry1" style="vertical-align:middle;">
{GROUPLINK}<br/><font size="1">({TYPE})</font>
|
and the url for {grouplink} is:
| Code: |
$tmplrow['grouplink'] = '<a href="'.cbSef('index.php?'
. 'option=com_groupjive&'
. 'action=gj.core.groups.showgroup&groupid='
. $tmplrow['id']).'">'.$tmplrow['name']
. '</a>';
|
/////
For the not working link, the code looks like this(from file:my_domain/components/com_groupjive/templates/hemi/showcat.tmpl):
| Code: |
<mos:tmpl name="cond_show_url" type="condition" conditionvar="GJ_SHOWURL_SHOWGROUP" varscope="list_entry">
<mos:sub condition="yes">
<a href="{GJ_URL_SHOWGROUP}">
{GJ_LINKNAME_SHOWGROUP}
</a>
<br />
<font style="font-weight:normal;"><b>Description:</b> {GJ_DESCRIPTION}</font>
</mos:sub>
<mos:sub condition="no">
{GJ_LINKNAME_SHOWGROUP}
</mos:sub>
</mos:tmpl>
|
////
I use latest joomla 1.5, latest cb and latest GJ.
I turned Search Engine Friendly URLs on
Add suffix to URLs on
in global config.
Anyone know how to fix this?
thanks