CB ext_sef-php change required
- GwaiTsi
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 7 months ago #565
by GwaiTsi
Hi amir
I have completed a groupjive sef_ext which can be downloaded from sjr.greatsouthernwines.com
I also found a small problem with groupjive that prevented it from working properly with your CB extension.
www.groupjive.org/index.php?option=com_j...view&id=911&catid=14
I have one last issue which requires a change in the cb extension please.
Groupjive calls the CB extension through the following code in a template.
<a href="<mos:sef>index.php?option=com_comprofiler&task=userProfile&user={ID_USER}</mos:sef>">{USERNAME}</a> ;
I believe you need a case in the CB extension create() function so that;
case "user" = {ID_USER}
"user" = $_REQUEST
I know you don#t officially support this extension but could you please add a case for groupjive and i can test for you.
you can see the groupjive in action at www.canza.cz
thanks
I have completed a groupjive sef_ext which can be downloaded from sjr.greatsouthernwines.com
I also found a small problem with groupjive that prevented it from working properly with your CB extension.
www.groupjive.org/index.php?option=com_j...view&id=911&catid=14
I have one last issue which requires a change in the cb extension please.
Groupjive calls the CB extension through the following code in a template.
<a href="<mos:sef>index.php?option=com_comprofiler&task=userProfile&user={ID_USER}</mos:sef>">{USERNAME}</a> ;
I believe you need a case in the CB extension create() function so that;
case "user" = {ID_USER}
"user" = $_REQUEST
I know you don#t officially support this extension but could you please add a case for groupjive and i can test for you.
you can see the groupjive in action at www.canza.cz
thanks
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 7 months ago #566
by Saka
Emir Sakic
www.sakic.net
The extension should already parse userid from the string.
Please contact me on mail regarding this, it needs to be explained in detail and you need to point me to the exact URL and link to the problem.
Please contact me on mail regarding this, it needs to be explained in detail and you need to point me to the exact URL and link to the problem.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.