开发者

Invision Power Board: Add message at top of board index

开发者 https://www.devze.com 2023-02-08 13:21 出处:网络
And here I am, wasting my time trying to achieve things that would take two minutes with any other forum software.

And here I am, wasting my time trying to achieve things that would take two minutes with any other forum software. IPB's template system is insane.

Anyway: I just want to add a simple block o开发者_开发知识库f HTML, specifically a paragraph of text, on top of my board's index page, before the forums list. Could someone be so kind to point me in the right direction? i.e., what's the template I have to edit?

Thanks a lot, any hint would be appreciated.


Nevermind, I found out how to do it:

  1. ACP, Look & Feel, IP.Board, Templates, Board Index, boardIndexTemplate.

  2. Find <!-- CATS AND FORUMS -->

  3. Add after it:

    <div class="message" style="margin-top: 5px; margin-bottom: 12px;">
    Your message here
    </div>
    

Plus if you want to show the message for guests only, wrap that HTML code in this if statement:

<if test="!$this->member->getProperty('member_id')">

</if>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号