- Posts: 9
- Thank you received: 0
Remove commas when images
- gregy1403
- Topic Author
- Offline
- New Member
-
Less
More
12 years 3 months ago #1235
by gregy1403
Remove commas when images was created by gregy1403
Hi
One small thing
When we display images instead of text on multipleselect, those commas are not very nice to see
..
just a thought .. can we remove them, if images are shown?
Thanx
One small thing
When we display images instead of text on multipleselect, those commas are not very nice to see
just a thought .. can we remove them, if images are shown?
Thanx
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
12 years 3 months ago #1236
by mmmaug1977
Replied by mmmaug1977 on topic Remove commas when images
Hi,
Good point
Try this code please:
take care to replace ImageFieldAlias with the proper value.
I will try to handle it in the next release.
Good point
Try this code please:
Code:
<?php echo str_replace(",","",$this->item->extraFields->ImageFieldAlias->value)?>
take care to replace ImageFieldAlias with the proper value.
I will try to handle it in the next release.
Please Log in or Create an account to join the conversation.
- gregy1403
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
12 years 3 months ago #1237
by gregy1403
Replied by gregy1403 on topic Remove commas when images
nice .. working 
dam* good extension
sample of my page .. it took me 4 hours today to get it like i want it and of course to get to know MEFG
www.smartinsko-jezero.si/pod-rjuhe-na-zlico/testni-demo-vnos
dam* good extension
sample of my page .. it took me 4 hours today to get it like i want it and of course to get to know MEFG
www.smartinsko-jezero.si/pod-rjuhe-na-zlico/testni-demo-vnos
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
12 years 3 months ago #1238
by mmmaug1977
Replied by mmmaug1977 on topic Remove commas when images
Wow!
I like it
The images feature is very good I think.
Looking forward to read your review about MEFG at JED.
I like it
The images feature is very good I think.
Looking forward to read your review about MEFG at JED.
Please Log in or Create an account to join the conversation.