By Dreamonde Limited / Alfred Tang on Wednesday, 16 April 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 650
Votes 0
Hi Team,

I found an issue while trying to create a GROUP Category from backend. I am using Joomla 3.2.3 with default backend template.

Please find the two images I have attached. The one with a Dropdown menu accept only SINGLE selection (default layout under J3.2.3). I've read from the description for Group Creation Access and guess this should be a multiple selection box.

Checking to code I have:
<select class="form-control input-sm" autocomplete="off" name="create_access[]" id="create_access" 1="" style="height:150px;">
<option value="1" selected="selected">COM_EASYSOCIAL_ID_PROFILE_RUSER_TITLE</option>
<option value="3" selected="selected">COM_EASYSOCIAL_ID_PROFILE_RCOMP_TITLE</option>
</select>

Not sure why the MULTIPLE option is missing with the select tag. I have added it back and now it works.
MODIFIED:
<select class="form-control input-sm" autocomplete="off" name="create_access[]" id="create_access" 1="" style="height:150px;" MULTIPLE>
<option value="1" selected="selected">COM_EASYSOCIAL_ID_PROFILE_RUSER_TITLE</option>
<option value="3" selected="selected">COM_EASYSOCIAL_ID_PROFILE_RCOMP_TITLE</option>
</select>

Guess something strange with J3.2.3 since I am only using a default backend template.

Please advise this is isolated issue or a program bug? Further, I found another issue... Click the [CANCLE] button in the Group Category Creation page will leads to an Page 404. (Because I run my backend site with http://www.domain.com/folder/administrator/ and clicking this specific CANCLE button leads to http://www.domain.com/administrator/

Thanks

Best reegards,
Alfred / Dreamonde
Hello Alfred,

Here's a quick fix, download the attached file and upload it into /administrator/components/com_easysocial/includes/template/helpers/
·
Thursday, 17 April 2014 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Thanks and it works! May I know this is J3.2.3 issue ? will you include this fix in the coming release?

Thanks.

Best regards,
Alfred/ Dreamonde
·
Thursday, 17 April 2014 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
It's actually a bug in EasySocial 1.2.7 and it will be fixed in 1.2.8
·
Thursday, 17 April 2014 03:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post