Show First Post Only

Addon 1x Show First Post Only

Shows first post only to guests

Description:

Show first post only to guests.

No replies are show, a single message indicates how many replies there are and that in order to view the replies the visitor needs to log in.

(Example)

pic001.webp


(Example of Options page)

pic002.webp


Features:
  • Option to select which forum is effected by this add-on.
  • Option to select all forums.
  • Thread status only shown if there is more than one post in a thread.
  • All phrases start with andy_showfirstpostonlyone_ for your convenience.
Installation:
  1. Download addon-firstpostonlyforum_v1.2.zip and unzip it.
  2. Upload the Andy folder to your server. The correct location is library/Andy.
  3. From your Admin Control Panel, go to the "Install Add-on" page.
  4. Upload the addon-FirstPostOnlyForum_v1.2.xml file.
  5. Click the Install Add-on button.
Setup:

Add the following to your EXTRA.css template:
Code:
.showfirstpostonlyone {
    background: @primaryLightest;
    border: 1px solid @primaryLighter;
    border-radius: 5px;
    max-width: 100%;
    padding: 5px 5px 5px 10px;
}

Questions & Answers:

Q: Will robots be able to see the hidden posts?
A: No.
 

Attachments

Back
Top