Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: Event Title below date  (Read 394 times)
0 Members and 1 Guest are viewing this topic.
skeez
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« on: December 14, 2005, 02:18:00 PM »

I'm just wondering if there's a way to have the event titles start below the date in Grid view.  The calendar would appear much less cluttered if the date was on a line by itself and the events started below that.

Thanks!

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #1 on: December 15, 2005, 12:21:00 PM »

** I'm just wondering if there's a way to have the event titles start below the date in Grid view. **

Add a <BR> tag after where the event times are printed out on the default.html template file.

Dan O.

------------------

Logged
LamarM
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #2 on: February 24, 2006, 12:09:00 PM »

DanO, i've looked for this item, but not being a Perl guru I can't find it, can you help.

LamarM

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #3 on: February 25, 2006, 02:15:00 AM »

** updated reply **

The event titles are printed in the default.html file with the <%= EVENT FIELD(title) %> or <%= $EVENT->{'details'}->{title} %> tag (depending on the calendar version being used). Look for those tags and add the necessary HTML code in an appropriate place before it.

Dan O.

------------------

Logged
djeam
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #4 on: March 03, 2006, 08:52:00 AM »

I am trying a simliar task, there are 6 of these <%= EVENT FIELD(title) %> I can't figure out which one goes with calendar view-month. I have added <BR> in front of all six and no change.

------------------


[This message has been edited by djeam (edited March 03, 2006).]

[This message has been edited by djeam (edited March 03, 2006).]

Logged
odysious
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #5 on: March 03, 2006, 10:12:00 AM »

I've wanted to do the same thing. As DanO said look in the default.html file for the following:

<A HREF="<%=$CGI_URL_QUERYSTRING%>view=Event&event_id=<%= EVENT FIELD(id) %>" CLASS="gridtext"><%= EVENT FIELD(title) %></A><BR>

There should just be one. Then add <BR> tag before the <%= EVENT FIELD(title) %> Like this.

<A HREF="<%=$CGI_URL_QUERYSTRING%>view=Event&event_id=<%= EVENT FIELD(id) %>" CLASS="gridtext"><BR><%= EVENT FIELD(title) %></A><BR>

I added a <BR> tag in front of every ><%= EVENT FIELD(title) %> before I found the right one.  

Hope that helps.

------------------

Logged
Pages: [1]   Go Up
Print
Jump to: