Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsRC3 IssuesRC3 Issues
Previous
 
Next
New Post
2/10/2009 7:34 AM
 

Oliver Hine wrote
 

Hi, For some reason I can't start a new thread, the forum just errors out...

Anyways, I've noticed a couple minor issues.

  • List and 7 Day mode still render the Event Url as a javascript postback function, the Month View renders a standard URL that spiders can crawl
  • Can You add a new TokenReplacement string for me please? I think it would help out creating some nice templates.
  • themes aren't working on my install for some reason...

Line 2648 of EventController.vb add the following block....

If EventInfo.EventDateBegin = EventInfo.EventDateEnd Then  'one day event...
     sourceText = TokenOneParameter(sourceText, "ONEDAYEVENT",True)
     sourceText = TokenOneParameter(sourceText, "NOTONEDAYEVENT", False)
Else
     sourceText = TokenOneParameter(sourceText, "ONEDAYEVENT",True)
     sourceText = TokenOneParameter(sourceText, "NOTONEDAYEVENT", False)
End If

Then, we can do a nice display like such via a custom template....

Saturday, February 28, 2009
12:00 PM — 4:00 PM

Hi Oliver,

Both of these suggestions will be in the next 4.1.x release.

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
2/10/2009 10:10 AM
 

Roger Selwyn wrote

Both of these suggestions will be in the next 4.1.x release.

Thanks Roger!

Here is the details template I'm using at the moment, I have to admit its taken the form of the Smarter-Thinker Events module (plus I'm using his calendar backaround image)

<table cellspacing="2" cellpadding="3" border="0" width="90%" style="text-align:left">
<tbody>
<tr valign="top">
<td class="Head">
<span class="Head">[event:title]</span> [event:eventimage]
</td>
</tr>
</tbody>
</table>
[BREAK]
[BREAK]<table cellspacing="2" cellpadding="3" border="0" width="90%" style="text-align:left">
<tbody>
<tr>
<td valign="top">
<span class="datecalendar">
<span class="month">[event:startdate|MMM]</span>
<span class="day">[event:startdate|%d]</span>
</span>
</td>
<td valign="middle" nowrap>
<span class="Normal">
[ONEDAYEVENT][event:startdate|D][/ONEDAYEVENT]
[NOTONEDAYEVENT]
[NOTALLDAYEVENT][event:startdate][/NOTALLDAYEVENT][ALLDAYEVENT][event:startdate|D][/ALLDAYEVENT]
[/NOTONEDAYEVENT]
</span>
<span class="Normal">[event:timezone]</span>
[DISPLAYENDDATE]
<br/>
<span class="Normal">
[ONEDAYEVENT][event:startdate|t]&nbsp;&mdash;&nbsp;[event:enddate|t][/ONEDAYEVENT]
[NOTONEDAYEVENT]
[NOTALLDAYEVENT][event:enddate][/NOTALLDAYEVENT][ALLDAYEVENT][event:enddate|D][/ALLDAYEVENT]
[/NOTONEDAYEVENT]
</span>
<span class="Normal">[event:timezone]</span>
[/DISPLAYENDDATE]</td>
</tr>
</tbody>
</table>
[BREAK]
<table cellspacing="2" cellpadding="3" border="0" width="90%" style="text-align:left">
<tbody>
<tr valign="top">
<td class="Normal">
<span class="SubHead">[event:descriptionlabel]</span><div class="Normal">[event:description]</div></td>
</tr>
</tbody>
</table>

 
New Post
2/10/2009 10:33 AM
 

Hi Oliver,

Glad it's giving you the flexibility you need.

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsRC3 IssuesRC3 Issues


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out