help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Plugin "ListEvent for JEM" – fixed, adapted and extended

Plugin "ListEvent for JEM" – fixed, adapted and extended

7 years 4 months ago - 7 years 2 months ago
#24076
Dear JEM community,

As I'm not a programmer but I needed a fully functional content plugin like "ListEvent for JEM" – so I hired a developer and I'm excited to announce, that the plugin is now adapted for Joomla 3 and JEM 2.x.
The errors are fixed and I also added some features.

"ListEvent for JEM" is a plugin to display JEM events inside Joomla content (articles, custom modules (with "prepare content" = yes)) with help of the tag {listevents} and params.

Installation: just the regular "Joomla way".

Default parameters are defined in the plugin configuration and in the tag, they can be overridden with the following parameters:
Code:
{listevents [type=1|2|3|4|5];[title=on|link|off];[date=on|link|off];[time=on|off];[catid=n];[category=on|link|off];[venueid=n];[venue=on|link|off];[max=n];[cuttitle=n];[noeventsmsg=msg]}
('n' stands for a positive number, | divides options you can choose from = 'or')

For example:
Code:
{listevents type=2,catid=2,14,62;title=link;max=5;cuttitle=25;noeventsmsg=nothing going on!}

type=1: Today
type=2: Upcoming events, incl. today
type=3: Upcoming events
type=4: Archived events
type=5: Newest events (events with the highest IDs)

max: max number of displayed events

cuttitle: Max. length of the title

noeventsmsg: message to be displayed, when there is no events

It is version 2.0, since there was a version 1.0 for good old Eventlist.

Please give me feedback, report bugs etc.

Have fun
Hekla

Edit: an updated version of the plugin is integrated in JEM 2.2.2 as "jemlistevents". So there is no need to download and install it separately.
Last edit: 7 years 2 months ago by hekla.
The following user(s) said Thank You: jojo12, Wolfgang

Please Log in or Create an account to join the conversation.

Re: Plugin "ListEvent for JEM" – fixed, adapted and extended

7 years 4 months ago
#24093
English and German language files are included. If anybody wants to contrubute their language, I'm happy to inlcude it …
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Re: Plugin "ListEvent for JEM" – fixed, adapted and extended

7 years 3 months ago
#24171
Hi Hekla,

at first thanks for your work.
Please find v2.0.4 attached I adapted some things after first tests. :)
  • Please don't use setlocale() which may influence multiple sessions, depending on server (see PHP manual for details). Let JemOutput help instead. (This expects date formats as for PHP Date() instead of strftime())
  • Don't lowercase parameters because date/time format tags are case sensitive.
  • Always print td tags to keep table columns intact if some data is not present.
  • Also I limited the plugin to com_content to prevent unexpected effects. Maybe there are more contexts we should allow...
There maybe some more improvements possible but for now I think it's working good.

Attachments:

The following user(s) said Thank You: hekla, Wolfgang

Please Log in or Create an account to join the conversation.

Re: Plugin "ListEvent for JEM" – fixed, adapted and extended

7 years 3 months ago
#24172
Thanks Hoffi!

did you already implement these four changes?
As I'm not a coder myself, I just would have to hire one and give the work to him …

Please Log in or Create an account to join the conversation.

Re: Plugin "ListEvent for JEM" – fixed, adapted and extended

7 years 3 months ago
#24173
@Hoffi: Thanks for these changes
Please don't use setlocale() which may influence multiple sessions, depending on server (see PHP manual for details). Let JemOutput help instead. (This expects date formats as for PHP Date() instead of strftime())
Don't lowercase parameters because date/time format tags are case sensitive.
Always print td tags to keep table columns intact if some data is not present.
but:
Also I limited the plugin to com_content to prevent unexpected effects. Maybe there are more contexts we should allow...
I would need it in cb groupjive events too. With your limitation it's not possible!
@Hekla: Are there other opportunities you need it ?

Please Log in or Create an account to join the conversation.

Re: Plugin "ListEvent for JEM" – fixed, adapted and extended

7 years 3 months ago
#24174
@Hekla: Are there other opportunities you need it ?
No, for me it's fine linke this.

Please Log in or Create an account to join the conversation.

Time to create page: 0.498 seconds