The Admissions office has a separate WordPress site for their prospective student events
https://insidelaw.gsu.edu/admissions/
It is a fairly standard installation with a few special configuration changes to the Events Manager, most notably, the Default event list format:
<tr>
<td>
<p>#_EVENTDATES</p><p>#_EVENTTIMES</p>
</td>
<td>{fully_booked}<s>{/fully_booked}#_EVENTLINK{fully_booked}</s> - all spaces filled{/fully_booked}{has_spaces} - #_AVAILABLESPACES spaces available{/has_spaces}
{has_location}<br/><i>#_LOCATIONNAME</i>{/has_location}
</td>
</tr>
and the Default single event format:
<p><a href="/admissions/events" onclick="if (history.length > 1) { history.back();return false;} else{ location='/admissions/events'; }">« Back to list</a></p>
<div style="float:left; width: 370px;">
#_EVENTIMAGE{675,440}
<p><strong>Date/Time: </strong>#_EVENTDATES #_EVENTTIMES</p>
<p><strong>Space:</strong> {fully_booked} all spaces filled{/fully_booked}{has_spaces} #_AVAILABLESPACES spaces available{/has_spaces}</p>
{has_location}
<p><strong>Location:</strong> #_LOCATIONLINK</p>
{/has_location}
#_EVENTNOTES
{has_bookings}
<h3>Schedule a visit</h3>
#_BOOKINGFORM
{/has_bookings}
Add to your calendar: <span>#_EVENTICALLINK</span> - #_EVENTGCALLINK
</div>
<div style="float:left; margin: 6px; padding: 0; width: 250px; height: 300px;z-index: 999"><iframe width="250" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msa=0/" dummy="msid=205866295870760800218.0005031fdbe1c274d462b/" dummy="hl=en/" dummy="ie=UTF8/" dummy="t=m/" dummy="ll=33.753264,-84.384742/" dummy="spn=0.005352,0.005343/" dummy="z=16/" dummy="output=embed"></iframe><br /><small>View <a href="https://maps.google.com/maps/ms?msa=0/" dummy="msid=205866295870760800218.0005031fdbe1c274d462b/" dummy="hl=en/" dummy="ie=UTF8/" dummy="t=m/" dummy="ll=33.753264,-84.384742/" dummy="spn=0.005352,0.005343/" dummy="z=16/" dummy="source=embed"> in a larger map</a></small></div>
<br /><br /><br />
Note that the Google map is "hard coded"
The search form is disabled.
Development Notes
Map showing M-deck parking
Cat listings to match overall list.
fix FROM e-mail address
Open house uses G-Deck -
Left nav on actual event pages
set country - see if can default to only 1 space -
email template - booked, cancelled, reminder
Auto cancel in e-mail??
Default event list format header
<table cellpadding="0" cellspacing="0" >
<thead>
<tr>
<th width="150">Date/Time</th>
<th width="*">Event</th>
</tr>
</thead>
<tbody>
Default event list format
<tr>
<td>
#_EVENTDATES<br/>
#_EVENTTIMES
</td>
<td>
#_EVENTLINK
{has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
</td>
</tr>
Default event list format footer
</tbody></table>
Default single event format
<div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div>
<p>
<strong>Date/Time</strong><br/>
Date(s) - #_EVENTDATES<br /><i>#_EVENTTIMES</i>
</p>
{has_location}
<p>
<strong>Location</strong><br/>
#_LOCATIONLINK
</p>
{/has_location}
<p>
<strong>Categories</strong>
#_CATEGORIES
</p>
<br style="clear:both" />
#_EVENTNOTES
{has_bookings}
<h3>Reserve a space</h3>
#_BOOKINGFORM
{/has_bookings}
Date Format
d/m/Y
Location balloon format
<strong>#_LOCATIONNAME</strong><br/>#_LOCATIONADDRESS - #_LOCATIONTOWN<br/><a href="#_LOCATIONPAGEURL">Events</a>