Compose tips

  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <b> <u> <i> <img> <div> <p> <span> <table> <tbody> <thead> <td> <th> <tr> <h2> <h3> <h4> <h5> <h6> <pre>

  • To post pieces of code, surround them with <code>...</code> tags. For PHP code, you can use <?php ... ?>, which will also colour it based on syntax.
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
  • You may insert videos with [video:URL]. URL can be a youtube or vimeo URL, and even an .mp3, too.
  • Web page addresses and e-mail addresses turn into links automatically.

  • Insert view filter allows to embed views using tags. The tag syntax is relatively simple: [view:name=display=args]
    For example [view:tracker=page=1] says, embed a view named "tracker", use the "page" display, and supply the argument "1".
    The display and args parameters can be omitted. If the display is left empty, the view's default display is used.
    Multiple arguments are separated with slash. The args format is the same as used in the URL (or view preview screen).
    Valid examples:
    [view:my_view]
    [view:my_view=my_display]
    [view:my_view=my_display=arg1/arg2/arg3]
    [view:my_view==arg1/arg2/arg3]

Upcoming