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)
(Example of Options page)
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:
- Download addon-firstpostonlyforum_v1.2.zip and unzip it.
- Upload the Andy folder to your server. The correct location is library/Andy.
- From your Admin Control Panel, go to the "Install Add-on" page.
- Upload the addon-FirstPostOnlyForum_v1.2.xml file.
- 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;
}