Anthony Parsons
Well-known member
Is there a way to show pagination at the top of article pages? Long articles mean a person has to scroll the entire page to see the next page, and can't bypass via the top pagination available on normal threads.
That wouldn't make sense. That would imply that the article itself is paginated; which it is not. Only the comments are paginated, which is why the pagenav is wrapped around the comments section.Is there a way to show pagination at the top of article pages? Long articles mean a person has to scroll the entire page to see the next page, and can't bypass via the top pagination available on normal threads.
- Fixed some bugs with the importers.
- Fixed a bug that can occur if you promote a redirected thread.
- Fixed a bug that can occur if you promote a thread from an unregistered/deleted user.
We use the XF2 widget system. Check that area.Where's the edit layout grid for this version? I'm trying to add a sidebar to the front page. Thanks.
https://xenforo.com/xf2-docs/manual/add-ons/#installing-or-upgrading-an-add-onSo where is the upgrade instructions? Nothing is listed in the FAQ or youtube..... I would be upgrading from 2.0.2.2 to 2.0.23. do I just overwrite the files?
@Jaxel I’d like to use custom thread fields (star ratings) for a review type article, does article view strip the custom thread html? I can’t get it to show the stars with the Thread formatted as article option.
<div class="message-userContent lbContainer js-lbContainer {{ $isIgnored ? 'is-ignored' : '' }}"
data-lb-id="post-{$post.post_id}"
data-lb-caption-desc="{{ $post.User ? $post.User.username : $post.username }} · {{ date_time($post.post_date) }}">
<div class="message-userContent lbContainer js-lbContainer {{ $isIgnored ? 'is-ignored' : '' }}"
data-lb-id="post-{$post.post_id}"
data-lb-caption-desc="{{ $post.User ? $post.User.username : $post.username }} · {{ date_time($post.post_date) }}">
<xf:if is="$post.isFirstPost()">
<xf:macro template="custom_fields_macros" name="custom_fields_view"
arg-type="threads"
arg-group="before"
arg-onlyInclude="{$thread.Forum.field_cache}"
arg-set="{$thread.custom_fields}"
arg-wrapperClass="message-fields message-fields--before" />
</xf:if>
<article class="message-body js-selectToQuote">
<xf:ad position="post_above_content" arg-post="{$post}" />
{{ bb_code($post.message, 'post', $post) }}
<div class="js-selectToQuoteEnd"> </div>
<xf:ad position="post_below_content" arg-post="{$post}" />
</article>
<article class="message-body js-selectToQuote">
<xf:ad position="post_above_content" arg-post="{$post}" />
{{ bb_code($post.message, 'post', $post) }}
<div class="js-selectToQuoteEnd"> </div>
<xf:ad position="post_below_content" arg-post="{$post}" />
</article>
<xf:if is="$post.isFirstPost()">
<xf:macro template="custom_fields_macros" name="custom_fields_view"
arg-type="threads"
arg-group="before"
arg-onlyInclude="{$thread.Forum.field_cache}"
arg-set="{$thread.custom_fields}"
arg-wrapperClass="message-fields message-fields--before" />
</xf:if>
Any idea how to disable pagination too with this addon?
<div class="block porta-block-messages">
<div class="block-container lbContainer"
data-xf-init="lightbox{{ $xf.options.selectQuotable ? ' select-to-quote' : '' }}"
data-message-selector=".js-post"
data-lb-id="thread-{$thread.thread_id}"
data-lb-universal="{$xf.options.lightBoxUniversal}">
<div class="block-body">
<xf:macro template="EWRporta_article_macros" name="article_post"
arg-post="{$articlePost}"
arg-thread="{$thread}" />
</div>
</div>
</div>
<xf:if is="$author is not empty">
<xf:macro template="EWRporta_author_macros" name="author_block"
arg-author="{$author}" />
</xf:if>
<xf:if is="$page < 2">
<div class="block porta-block-messages">
<div class="block-container lbContainer"
data-xf-init="lightbox{{ $xf.options.selectQuotable ? ' select-to-quote' : '' }}"
data-message-selector=".js-post"
data-lb-id="thread-{$thread.thread_id}"
data-lb-universal="{$xf.options.lightBoxUniversal}">
<div class="block-body">
<xf:macro template="EWRporta_article_macros" name="article_post"
arg-post="{$articlePost}"
arg-thread="{$thread}" />
</div>
</div>
</div>
<xf:if is="$author is not empty">
<xf:macro template="EWRporta_author_macros" name="author_block"
arg-author="{$author}" />
</xf:if>
</xf:if>
Hey Guys,
Can anyone assist with guidance on how to change "Forums" to "/forums/" and make this add-on the main URL?
Thanks in advance!
How do I make my articles list the index for my forum?
Admin CP: Setup > Options > Basic Board Information
Index Page Route: ewr-porta/
It's in the FAQ.
We use essential cookies to make this site work, and optional cookies to enhance your experience.