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


Login with username, password and session length

Search

 
Advanced search

8022 Posts in 1850 Topics- by 2099 Members - Latest Member: roi
Calendar Script CommunityCustomizationCustomizing CalendarScript (Moderators: scott, DanO, Marty)Carriage Return After Grid Date Text
Pages: [1]   Go Down
Print
Author Topic: Carriage Return After Grid Date Text  (Read 233 times)
0 Members and 1 Guest are viewing this topic.
BusterMcT
New Member
*

Karma: 0
Offline Offline

Posts: 0

Marketing / Sales Amtrak


WWW
« on: November 07, 2004, 09:09:00 PM »

I would like a carriage return after Grid Date Text (The numbers) that appears in the grid cells.  I want the first event to always appear just beneath the number rather than to the right of the number.

I recall that I had to edit the code in a specific template.  A little guidance would be greatly appreciated.

Thanks Terry

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 220

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


WWW
« Reply #1 on: November 08, 2004, 01:18:00 PM »

Edit the default.html template file and add a <BR> tag between where the times are printed and the event title.

Dan O.

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

Logged
BusterMcT
New Member
*

Karma: 0
Offline Offline

Posts: 0

Marketing / Sales Amtrak


WWW
« Reply #2 on: November 08, 2004, 05:52:00 PM »

Dan, could I trouble you for a favor.  Would be able to copy the string, the point at which I have to insert the tag, and paste it into your response.  

I was just shifting though the code and I'm a little crossed eyed looking at all those lines.

I'll be able to do a search based on the string you provide.

Thanks Terry

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 220

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


WWW
« Reply #3 on: November 08, 2004, 07:32:00 PM »

The times are printed in the area of this line:

<% if ($EVENT->{'schedule'}->{'start_time'}) { %> : <% } %>

and in several (probaly 4) areas of the template. You may just be able to replace the ":" in the above code to a <BR> to acheive what you're after.

I don't know that all of the areas use exactly the same code.

Dan O.

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

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