- Compatible XF 1.x versions
- 1.2
- 1.3
- 1.4
- 1.5
Description:
Show only the forum title to guests.
This add-on allows showing you have many great forums, but hide thread information to guests.
(Example of Options page)
(Example of Forum Permissions)
Features:
In order to use this feature, you will need to use the Sidebar Positions add-on so you can edit the andy_new_posts template. This will hide the New Posts to those who have not met the minimum posts criteria.
Add the first and last line.
Sending a donation:
If you like this add-on, please consider sending a small donation. My PayPal email address provided upon request via Private Conversation.
Thank you.
Show only the forum title to guests.
This add-on allows showing you have many great forums, but hide thread information to guests.
(Example of Options page)
(Example of Forum Permissions)
Features:
- All phrases start with showforumlistonly_ for your convenience.
- Download showforumlistonly_v1.2.zip and unzip it.
- Upload the Andy folder to your server. The correct location will be library/Andy.
- From your Admin Control Panel, go to the "Install Add-on" page.
- Upload the addon-ShowForumListOnly_v1.2.xml file.
- Click the Install Add-on button.
- Add forum ID to Options page.
- Set the Node Permissions to "Revoke" for View thread content of the Unregistered / Unconfirmed and specific forum.
Admin CP -> Applications -> Display Node Tree -> Permissions
In order to use this feature, you will need to use the Sidebar Positions add-on so you can edit the andy_new_posts template. This will hide the New Posts to those who have not met the minimum posts criteria.
Code:
<xen:if is="{$visitor.message_count} > 0">
<xen:if is="{$threads}">
<div class="section threadList">
<div class="secondaryContent">
<h3><a href="{xen:link find-new/posts}">{xen:phrase new_posts}</a></h3>
<xen:include template="sidebar_new_posts" />
</div>
</div>
</xen:if>
</xen:if>
Add the first and last line.
Sending a donation:
If you like this add-on, please consider sending a small donation. My PayPal email address provided upon request via Private Conversation.
Thank you.