Show First Post Only One

Addon 1x Show First Post Only One

Show first post only to guests


Compatible XF Versions: 1.2, 1.3, 1.4, 1.5

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)

1.jpg



(Example of Options page)

2.jpg


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;
}
 

Attachments

Back
Top