George Mason University Antonin Scalia Law School

How to Post Around the Law School Photos

We recently added a new section on the homepage call Around the Law School to showcase photos from our Flickr account. Here’s the instructions for updating the photos:

  1. Choose the best photo from the Flickr album we want to showcase. Create a photo with the dimensions of  600px by 400px.
  2. Log into MODX then navigate to the Around the Law School (ID#13628) directory
  3. Pick an existing resource and duplicate it. Paste in the text that corresponds to the banner (this text will also be use for the alt tag). Check the Mark All Unpublished radio button, then hit Save
  4. Go to the new duplicated resource, make sure the Title and Long Title are the same
  5. Go to the Template Variable tab, upload the photo to Homepage Feature Image field (see screenshot)
  6. Scroll down to URL for In the News and enter a URL for the Flickr Album.
  7. Go back to the Document tab,  activate the Published radio button and then hit Save. To remove the banner from the line up, deactivate the Published and then hit Save or delete the resource.

Adding Class Notes in MODX

Instructions for adding Class Notes in MODX

  1. Navigate to the Class Notes directory (ID12416)
  2. Right click on an existing alumni, choose Duplicate from the dropdown.  Add a new name (last name, comma, first name. Example: smith, john). Check Redirect to duplicate. Select Make all unpublished. Hit Save.
  3. On the Document tab, change the name in the Long Title field with first name than last name (Example: John Smith).
  4. Go to Template Variables tab,  upload the alumni photo to Homepage Feature Image field. Make sure the image is 400px by 250px. If no photo is provided, use the default image: assets/images/alumni/thumbs/class_notes.png
  5. Enter text in the Spotlight Summary field.
  6. Scroll down to the Class Year field, add the year in digits. Example: 1991
  7. Return to the Document tab, activate the Published button, enter the Publish On date, then hit the Save button.

How to Post Homepage Hero Banners

The hero banners are randomly loaded each time a visitor land on our homepage. Here are the steps to publish or unpublished them:

  1. Create two banners: desktop (1600px by 800px) & mobile (400px by 600px)
  2. Log into MODX then navigate to the Home Banners (ID#12335) directory
  3. Pick an existing resource and duplicate it. Paste in the text that corresponds to the banner (this text will also be use for the alt tag). Check the Mark All Unpublished radio button, then hit Save
  4. Go to the new duplicated resource, make sure the Title and Long Title are the same
  5. Go to the Template Variable tab, upload the desktop version to Homepage Feature Image field and the mobile version to Spotlight/Feature Image (see screenshot)
  6. Scroll down to URL for In the News and enter a URL. A URL is required. If there’s no URL, the link will be defaulted to the homepage
  7. Go back to the Document tab,  activate the Published radio button and then hit Save. To remove the banner from the line up, deactivate the Published and then hit Save or delete the resource.

Emergency Alert Message

In case of an emergency, we have implemented an alert message that would appear on every page at law.gmu.edu. Here’s an example:

To Activate the Emergency Alert Message

  1. Log into MODX Manager, navigate to the Emergency container (id#12996), and open up the Emergency Message resource (id#12996).
  2. Go to the Template Variables tab, select the Uncategorized tab on the left. Write an emergency alert message in the Content2010 box, which is the first box. Return to the Document tab, click on the Published button, then hit the Save button.
  3. Search for the 2012_template_top chunk, scroll down to this line (around line 29):
    [[-getResources? &parents=`12995` &depth=`1` &tpl=`emergency_alert` &tvPrefix=`` &includeTVs=`1` &limit=`1` ]]
    Remove the first hyphen (-) to activate GetResources. (Because we hardly used this emergency alert message, activating this snippet might affect the site performance when we are not using it)

To Deactivate the Emergency Alert Message

To deactivate the Emergency Alert Message, simply unpublished the Emergency Message resource (id#12996). Comment out the GetResource snippet (by adding the hyphen back into the 2012_template_top chunk) is not required, but a good practice to prevent an extra dynamic call.

CSS Style

CSS style for emergency alert can be modified in the emergency_alert chunk.

Add Slide to Display Monitors

  • The slide should be a 2400px x 1500px jpg file.
  • If the slide is sent in PowerPoint format, you can either take a screenshot of the slide and crop it to this size, or open in PPT and click File —> Export —> File Format [choose JPG]. This will show you the dimensions of the slide if you export it.
  • Note: If taking a screenshot, first make sure that any words highlighted by spell check are approved so that the red underline does not appear in the image.
  • If it’s not 2400px x 1500px in Export, you can modify the dimensions: Design —> Slide Size —> Page Setup —> Slide Sized For. Choose this dropdown option: “On-screen Show 16:10”.  If you do not see this option, you can choose Slide Size and enter Width=2400px and Height=1500px.
  • Make sure logos follow Branding Guidelines.
  • Make sure everything scaled properly (you may need to resize images and/or realign text) and then export as JPG.
  • Navigate to the Events admin site.
  • In left nav bar, choose Soliloquy
  • Click on the Soliloquy Slider named “Images Slider”
  • In “Drag and Drop Files to Upload”, click “Select Files from Your Computer”
  • Upload the 2400px x 1500px jpg file
  • It make take a minute to load, but the slide will appear in “Currently in Your Slider”. It will automatically be placed at the end of the current slide rotations (drag and move it to a different spot in the rotation).
  • To set the start and stop date for when you want the slide to play, click on the blue box with the pencil icon in the top right corner of the new slide. Check the “Schedule Slide?” box. Enter a “Start Date” and “End Date”. Make sure to choose the time of day in each. Click Save Metadata.
  • Now that the slide has been added and scheduled, in the Publish box in the top right corner, click Update.
  • Clear the cache (ask Donny for the link).
  • If you added the slide to play immediately, check to see if the slide is playing.
  • How to Disable Plugins Outside MODX Manager

    Since we are using CAS Authentication plugin to add an extra security layer to our MODX Manager, we need a way to disable the plugin in case something goes wrong and we don’t want to get locked out of our own site. Here are the steps to disable plugins outside the Manager:

    1. Log into the cloud dashboard and temporarily add phpMyAdmin to the cloud
    2. Log into phpMyAdmin, browse the modx_site_plugins table for the CAS plugin, double-click on the disable column to change the value from 0 to 1 to disable the plugin
    3. Manually clear the cache by logging into sFTP and delete everything in the core/cache directory
    4. Log back into the cloud dashboard to turn off phpMyAdmin

    Create Course Schedule HTML Table Using R

    Referenced in steps below: Course Schedule Instructions.

    1. Save a copy of the original Excel file to come back to later for the Notes sections.
    2. Open up the original Excel file, merge multiple faculty into one row, then delete all the empty rows.
    3. Make sure columns are identical to the column names in script (do not include Room Number or First Name of Instructor). Delete hidden columns (Room Number, First Name of Instructor, etc.). Make sure column names match these: CRN#, CRS#, SEC, Course Title, Instructor, Cr Hr, Days, Time, Room, Exam Date, Exam Time
    4. Make sure footnotes are standardized, e.g., (E) and not (E ) with a space (Update: script has been updated to account for this)
    5. Remove all rows that are not the table header (first row) or the courses.
    6. Save DAY and EVE sheets each as two new csvs by highlighting all cells with data and copying/pasting them into a new file/save as csv (to avoid extra blank columns that may be present by saving entire sheet). Do not open them (especially in Excel) once they are saved, because this may change how the Section numbers are interpreted and may cause 001 to be 1, and so forth.
    7. The R code below covers Steps 2 – 6 in Course Schedule Instructions to create the HTML table.
    8. In R code, update the “dayNotes” variable to match the number of Day Notes. Update the file paths/names for input files and output file.
    9. Paste output into an HTML editor. Copy and paste notes from the copy of the original Excel file to the bottom of the HTML page.
    10. Once everything looks good, paste into MODX.

    Creating a Spreadsheet for Full-time Faculty

    A request to pull the following information from the full-time faculty directory:

    • Last Name
    • First Name
    • Title
    • Degrees and Schools
    • SSRN link
    • Subjects taught
    • Area(s) of Expertise
    • CV (PDF link if they have one posted)
    • Email
    • Bio (link to profile page)

    Create a chunk (ditto.faculty_list_2021_ABA) using tr and td tags:

    <tr>
    <td>[[+lname]]</td>
    <td>[[+pref_name:default=`[[+fname]]`]]</td>
    <td>[[+title_main]]</td>
    <td>[[+degree6:isnot=``:then=`[[+degree6:ReplaceDegrees]]`]][[+alma_mater6:isnot=``:then=`, [[+alma_mater6]]; `]][[+degree5:isnot=``:then=`[[+degree5:ReplaceDegrees]]`]][[+alma_mater5:isnot=``:then=`, [[+alma_mater5]]; `]][[+degree4:isnot=``:then=`[[+degree4:ReplaceDegrees]]`]][[+alma_mater4:isnot=``:then=`, [[+alma_mater4]]; `]][[+degree3:isnot=``:then=`[[+degree3:ReplaceDegrees]]`]][[+alma_mater3:isnot=``:then=`, [[+alma_mater3]]; `]][[+degree2:isnot=``:then=`[[+degree2:ReplaceDegrees]]`]][[+alma_mater2:isnot=``:then=`, [[+alma_mater2]]; `]][[+degree1:ReplaceDegrees]][[+alma_mater1:isnot=``:then=`, [[+alma_mater1]]`]]</td>
    <td>[[+ssrn:isnot=``:then=`https://ssrn.com/author=[[+ssrn]]`]]</td>
    <td>[[+faculty_subject_category:convert_ids_to_pagetitles_1]]</td>
    <td>[[+expertise:convert_output_list_1]]</td>
    <td>[[+cv_pdf:isnot=``:then=`https://www.law.gmu.edu/[[+cv_pdf]]`]]</td>
    <td>[[+email]]</td>
    <td>https://www.law.gmu.edu/faculty/directory/fulltime/[[+alias]]</td>
    </tr>

    The square brackets ([[+lname]]) correspond with the form field inside MODX. To see how the fields were created, take a look at the 2015_faculty_profile chunk.

    After creating the ditto.faculty_list_2021_ABA chunk, put it inside the script below:

    <table>
    [[getResources? &showHidden=`1` &includeTVs=`1` &tvPrefix=`` &limit=`0` &sortbyTV=`lname` &sortdirTV=`ASC` &parents=`5842` &depth=`1` &tpl=`ditto.faculty_list_2021_ABA` &sortBy=`lname` &sortDir=`ASC` &display=`all` &filter=`hide_all,1,2`]]
    </table>

    Past the script above on any page inside MODX to populate the table. The tag &parents=`5842` refers to the ID number of the full-time faculty directory.

    Adding a New Gravity Form in WordPress

    Steps for adding a new Gravity Form in WordPress:

    1. In WordPress nav bar, choose Forms (with Gravity Forms logo), then choose New Form
    2. Add Fields and update Field Settings (e.g., make a field required). Save Form and Preview it (top right)
    3. At the top of the Form Editor are Settings and Entries. Completed form submissions are located in Entries. In Settings are Form Settings, Confirmations, and Notifications:
      • Form Settings may be adjusted as needed
      • Confirmations are what the user sees after submitting the form. Defaults to Text and may be updated to Text, Page, or Redirect (use Redirect to send user to an external page after submitting the form). Conditional logic is also possible
      • Notifications are sent to admin by default when a form has been submitted (this includes tests in Preview). In Admin Notification, update ‘Send to Email’ field to update email address that will receive a notification when a form is submitted. Update other fields if needed. If needed, Configure Routing to send notifications conditionally based on form Field responses (be sure to update the ‘Any/All’ dropdown to reflect the desired logic)
    4. Create a Page for the form by clicking Pages, then Add New in left nav bar
    5. In the new page, add a title, which will autogenerate a permalink (editable)
    6. In the new page, add a shortcode to the Paragraph section to display the Gravity Form on the page. Copy shortcode from an existing page, replacing “ID” with the ID of the new Gravity Form (found in Forms area; see #1 above)
    7. Preview, then Publish page when ready. Share form via permalink (see #5 above)