• 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: New Layout - RSEVENTS

New Layout - RSEVENTS 12 years 5 months ago #15685

  • aborlix
  • aborlix's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1
Hello,
I would like to share a different layout!

Final Result


Site / How it works



The directories that should change.

I chose to change a layout / design available:
In my case it was intro_layout

components / com_rsevents / designs / X (intro_layout)

line 14
<div class="box"> EventIcon {}
<a href="{EventLink}"> <h2> EventName {} </ h2> </ a>
EventSubtitle {}
<php echo JText ::_(' RSE_EVENT_INTRO_LAYOUT_AT ');?>
<br> <span> <a href="{LocationLink}"> LocationName {} </ a> </ span>
<br> <? php echo JText ::_(' RSE_EVENT_INTRO_LAYOUT_FROM ');?>
<span> EventStartDate {} </ span>
<php echo JText ::_(' RSE_EVENT_INTRO_LAYOUT_TO ');?> <STRONG> / / </ STRONG> <span> EventEndDate {} </ span>
</ div>

style.css
{# general
border: 0px none;
width: 730px;
}
 
# structure {
xwidth: 730px;
height: 0px;
border: 0px inherit;
}
 
. box {
float: left;
width: 230px;
margin: 10px 0 15px 0;
border-top: 6px solid # ff3399;
padding: 10px 0 10px 0;
border-bottom: 2px solid # d7d7d7;
  }
ALSO CHANGE THIS PATH
components / com_rsevents / views / events / tmpl

file deault.php
I added the lines 49 and 50
<div class="general">
<div id="structure">
I tried to insert all the modified code, but maybe I was wrong in case, if any, let me know!

Hope you enjoyed!
I am not a programmer, thoses codes was made ​​by two friendly people!

If you have made ​​these changes or new layout would also like to know the link / code!

Obrigado (Thank you)
Last Edit: 12 years 5 months ago by aborlix.
The administrator has disabled public write access.
The following user(s) said Thank You: msnoeck
  • 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!