Removing week number and centering module in ext 
JEvents 2.0 was launched over 2 years ago and the latest stable version is version 2.2 which will run on Joomla 1.5 and Joomla 2.5. JEvents 1.5 is therefore no longer actively supported - you should upgrade to JEvents 2.2+ as soon as possible.
Forum rules
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Removing week number and centering module in ext
by bethcca » Thu Nov 11, 2010 7:55 pm
I have having trouble removing the week column from the calendar layout in both the regular calendar and the module. Neither the regular calendar or the calendar module are centered correctly.
Please see what I'm talking about:
www.ccalouisiana.com/ccajoomla15
I have been fighting this for months now and I need to get this new site up and running.
Thanks!
Please see what I'm talking about:
www.ccalouisiana.com/ccajoomla15
I have been fighting this for months now and I need to get this new site up and running.
Thanks!
- bethcca
- Posts: 5
- Joined: Thu Aug 12, 2010 6:53 pm
Re: Removing week number and centering module in ext
by Geraint » Fri Nov 12, 2010 9:13 am
Both of these are CSS issues - I recommend you use the firebug addon for firefox to investigate what stylesheet tweaks to applye to force the centering and to suppress the display of the week number column.
Geraint
Geraint
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30518
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Removing week number and centering module in ext
by johnhom » Fri Jun 15, 2012 6:22 pm
This posting is quite old now but I've just started using JEvents version 2.1.18 (and very nice it is too), and removed the weeks column. As suggested elsewhere I modified events_css.css, with display: none;
.cal_td_weeklink {
vertical-align:middle!important;
border:solid 1px rgb(207,207,207);
display: none;
}
which removes the weeks column, but to center it I had to modify .../views/alternative/month/tmpl/calendar_body.php
<table width="100%" align="center" cellpadding="0" cellspacing="0" class="cal_table">
<tr valign="top" style="height:25px!important;line-height:25px;font-weight:bold;">
<td width="2%" rowspan="2" />
The line <td width="2%" rowspan="2" /> is missing </td> at the end. However, the row showing the month is centered again after removing this line.
John
.cal_td_weeklink {
vertical-align:middle!important;
border:solid 1px rgb(207,207,207);
display: none;
}
which removes the weeks column, but to center it I had to modify .../views/alternative/month/tmpl/calendar_body.php
<table width="100%" align="center" cellpadding="0" cellspacing="0" class="cal_table">
<tr valign="top" style="height:25px!important;line-height:25px;font-weight:bold;">
<td width="2%" rowspan="2" />
The line <td width="2%" rowspan="2" /> is missing </td> at the end. However, the row showing the month is centered again after removing this line.
John
- johnhom
- Posts: 2
- Joined: Fri Jun 15, 2012 6:06 pm
Re: Removing week number and centering module in ext
by carcam » Sat Jun 16, 2012 7:44 pm
You may want to create an overrides to not loose the changes in future upgrades:
http://www.jevents.net/en/jevents-15-to ... jevents-15
After that, you might update to the latest 2.1.20
http://www.jevents.net/en/jevents-15-to ... jevents-15
After that, you might update to the latest 2.1.20
-
carcam
- Contributor
- Posts: 3391
- Joined: Wed Aug 06, 2008 7:50 pm
- Location: Córdoba
Re: Removing week number and centering module in ext 
by johnhom » Sun Jun 17, 2012 2:53 pm
Ah, that's useful. I wasn't sure how I was going to manage the upgrades. Thanks for the tip Carcam
John
John
- johnhom
- Posts: 2
- Joined: Fri Jun 15, 2012 6:06 pm
5 posts
• Page 1 of 1
Return to JEvents 1.5 (No longer actively supported)
Who is online
Users browsing this forum: No registered users

