abeyang / a2f-Medium-Hatch

act2fellowship 2013 theme. Uses Kirby CMS.
Other
2 stars 2 forks source link

Create "event" button for posts #23

Open abeyang opened 11 years ago

abeyang commented 11 years ago

The button should bring up a modal with these fields:

Hitting save from the modal would populate the post's content with some special text, which would then in turn be translated to html code. I don't have the final html code for it, but for now, why don't you see if you can transform it into:

<div class="event">
   <h3>eventname()</h3>
   <div>date() time()</div>
   <div>location()</div>
   <div>misc()</div>
</div>

Sub-task of #1.

abeyang commented 11 years ago

Let's put some conditionals in there. Location and Misc should only have html codes if they exist.