• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: How to mark starte or finished event at event list page

How to mark starte or finished event at event list page 13 years 10 months ago #13940

  • SLV11
  • SLV11's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Is it possible to mark anyway started or/and finished events in the frontend list before they will be pushed away in to archive?
Last Edit: 13 years 10 months ago by SLV11.
The administrator has disabled public write access.

Re:How to mark starte or finished event at event list page 13 years 10 months ago #14066

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

Unfortunately this cannot be achieved in the current version of RSEvnets!. The only class that can be used in the Event List at the moment is for full events. The placeholder {EventFullClass} will return a customizable class in the Event List in order to mark the full events as it is explained here:

www.rsjoomla.com/customer-support/docume...ed/201-settings.html
The administrator has disabled public write access.

Re:How to mark starte or finished event at event list page 13 years 9 months ago #14168

  • SLV11
  • SLV11's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Thank you fo reply,

Right now I have try to code your proposition for full events

In CSS file:
.rsevents_full
{
background-color: #99CCFF;
}

and the Layout Code set between a div tag similar to the following:
<div style="overflow: hidden" {EventFullClass}>
...rest of the layout code here...
</div>

But no background appear on full events!

If I put
<div style="overflow: hidden" class="rsevents_full">
...rest of the layout code here...
</div>

all events marked with colored background

What I do wrong?
Last Edit: 13 years 9 months ago by SLV11.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!