Skip to content

Latest commit

 

History

History

Event Content End Buttons Move to Meta

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Event Content End Buttons Move to Meta

Version 0.2d0

SS Version 7.1

Fluid Engine Compatible : Unknown


Quick Install

  • For each event item content at the very end add a line block and the buttons you want. The arrangement of these blocks is critical to the code working. The line block must span the whole twelve column layout. In other words the line block must be on a line by itself. Add button blocks below the line block, arranged in a row. Only one row of buttons will work. Any more than that and the code will not work properly. If you need only one button then add the button block and a spacer block in a row. Following are some layout examples.

    two buttons layout example

    one buttons layout example

  • Add the following to Website > Pages > Website Tools > Code Injection > HEADER.

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
  • Add code from file event content end buttons move to meta.html to Event List Settings > Advanced > Page Header Code Injection for the Event page.

Make a Donation

Please consider making a donation.

Changes

  • 2021-09-08

    • generalized code to work for more users
    • bumped version to 0.2d0
  • 2021-02-25

    • initial version