1. Do you have an old account but can't access it?


    See Accessing your GIRS Account or Contact Us - We are here to help!

Website Resource Miscellaneous Tweaks

Tweaks

  1. Bud
    A running list of manual modifications made to addons, templates, phrases, etc

    template - bb_code_tag_attach: Modified

    Wrapped that line in <div> tags and added line breaks before and after, this forces every pic (only applies to attachments, not linked images) to show up on it's own line rather than be jumbled between text

    Original commented out in it's entirety to allow attachments to show up in a quoted post (rather than links to the attachments)

    Added before:
    Code:
    <div>
    <br />
    <xen:comment>
    Added after:
    Code:
    </xen:comment>
    <img src="{xen:link attachments, $attachment}" alt="{$attachment.filename}" class="bbCodeImage LbImage" />
    <br />
    </div>
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.