• Resolved moroandrea

    (@moroandrea)


    Hello there,

    thantks for this nice plugin.

    I’d like to contribute with my little two cents, giving you some suggestions for future implementations.

    a) Make possible for users choose the format of the title . Sticking on an h3 it is not the best case ever.
    b) Allow pagination in the event’s list. I didn’t create too many events yet, but I suspect the list is not split in pages.
    c) labels in a dropdown. As labels re effectively the category, these would be useful to have in a combo for later usage. Combo to contain an “add new” to display an hidden textbox in case a new one is required.

    and yes, I agree that making the description field a bit longer may be useful but not really necessary as there are different way to overcome to this limit with wordpress like creating and linking to a blog.

    https://www.ads-software.com/extend/plugins/simple-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jerry Rietveld

    (@jgrietveld)

    Hi moroandrea,

    Thanks for sharing your suggestions! Will definitely look into implementing them.

    Thanks!
    Jerry

    It would ne nice if the layout would get it’s own file to be edit.

    sec-template.php something like:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <!--CALENDAR_LIST_ENTRY_START//-->
    <div class="cmCalListingEntry">
            <div class="dtstart">
              <div>{FORMAT_DATE:d}</div>
              <div[CALENDAR_DATE]{CALENDAR_DATE}[/CALENDAR_DATE]</div>
            </div>
    
          	<div class="description">
            	<h2>[CALENDAR_TITLE]{CALENDAR_TITLE}[/CALENDAR_TITLE]</h2>
            	[CALENDAR_LOCATION][LANG_LOCATION]{LANG_LOCATION}[/LANG_LOCATION]: {CALENDAR_LOCATION}[/CALENDAR_LOCATION]
            	[CALENDAR_TIME][LANG_TIME]{LANG_TIME}[/LANG_TIME]: {CALENDAR_TIME}[/CALENDAR_TIME]
            	[CALENDAR_DESCRIPTION][LANG_DESCRIPTION]{LANG_DESCRIPTION}[/LANG_DESCRIPTION]: {CALENDAR_DESCRIPTION}[/CALENDAR_DESCRIPTION]
    [CALENDAR_SPAN]{CALENDAR_SPAN}[/CALENDAR_SPAN]
    [CALENDAR_TEASER][LANG_TEASER]{LANG_TEASER}[/LANG_TEASER]: {CALENDAR_TEASER}[/CALENDAR_TEASER]	
    
            </div>
        	</div>
    
    <!--CALENDAR_LIST_ENTRY_END//-->

    So you are more flexible and don’T have to touch the core-file.
    I would like to setup something like this:
    https://www.bootsvereinobertrave.de/index.php?veranstaltungen

    +1

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modifying the layout template’ is closed to new replies.