What's new

code

  1. xf-guides Background code for member information in the post bit Postbit

    Copy the following code to the extra.less template Hidden content
  2. xf-guides Code to publish a new topic from within the topic New topic

    Open the thread_view template and look for the following code <xf:if is="$canInlineMod"> <xf:macro id="inline_mod_macros::button" /> </xf:if> Hidden content
  3. xf-guides Code that changes the look of private conversations to a beautiful way Conversations

    Open the conversation_message_macros template and look for the following code: <article class="message message--conversationMessage {{ $message.isIgnored() ? ' is-ignored' : '' }} {{ $message.isUnread($lastRead) ? 'is-unread' : '' }} js-message" data-author="{{ $message.User.username ...
Back
QR Code
Top Bottom