Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Check If First / Last Post in current page (Portal)
Destro Offline
Junior Member
**
Posts: 39
Joined: Nov 2012
Post: #2
All about MyBB Portal again...
Hi, it's me again Frown

In the MyBB portal, I want to use template conditional to check if that announcement is first post or last post in the current page.

Because, when a new thread was created, it will be the first announcement!

For example:

PHP Code:
<div class="news-article <if $firstannouncement then>first-child</if>">
<div class="news-article-inner">
....
</div>
</div>


Which condition I need to use in this case ?


Is there any way to check if that announcement is sticky thread or not ?

Because I want to something like Featured Post... Biggrin

(This post was last modified: 07-04-2013 04:01 PM by Destro.)
07-04-2013 03:53 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
All about MyBB Portal again... - Destro - 07-04-2013 03:53 PM
RE: All about MyBB Portal again... - RateU - 07-06-2013, 06:35 AM

 Standard Tools
Forum Jump: