Jump to content

James W

Clients
  • Posts

    42
  • Joined

  • Last visited

Reputation Activity

  1. Like
    James W got a reaction from Meddysong in Pages SuperDocs support topic   
    Thanks @Meddysong, I suppose this was more of a suggestion than a 'request for support'. Regardless, the line to remove in the template would be under the "record" item:
    {{if $record->editLine()}} <span class='ipsType_light ipsType_medium ipsType_reset'> ({lang="edited_lc"}) </span> {{endif}} In case anyone wants to remove/modify it. To do what I was suggesting, just move the if statement around the $record->editLine() to allow for easy removal/adding back via the actual SuperDocs settings:
    <p class='ipsType_reset ipsType_large ipsType_blendLinks'> {{if settings.SuperDocs_showauthor}} {lang="content_record_started_by" htmlsprintf="$record->author()->link()"} {{if $record->editLine()}} <span class='ipsType_light ipsType_medium ipsType_reset'> ({lang="edited_lc"}) </span> {{endif}} {{endif}} </p> Anyways. Much love. My comment to you @opentype wasn't meant to be sarcastic, hope ya know!
  2. Thanks
    James W got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    Thanks for the support! You're awesome!
×
×
  • Create New...