PDA

View Full Version : Mini Mods - Forum Display - Last Post By [Private to Guests]


TheJacob
05-19-2011, 10:00 PM
Last Post By [Private to Guests]

Preamble

For those that have a lot of guests that are constantly viewing their website and not registering, this is the mod for you. Guests take advantage of loose permissions to avoid registering - ultimately because they are able to navigate through threads on your forum. This template modification eliminates the possibility of Guests being able to view the last post by x on your forum, therefore encouraging them to register so they can navigate throughout your forum with ease.

-----

Install

To install this template modification, follow the instructions below.

1. Open "Styles & Templates -> Style Manager -> Your Style -> Forum Home Templates -> forumhome_forumbit_level1_post".

2. Find the following code below.



$forum[lastpostinfo]



3. Replace the above code with the following code below.



<if condition="$show['member']">$forum[lastpostinfo]<else />Private</if>



4. Open "Styles & Templates -> Style Manager -> Your Style -> Forum Home Templates -> forumhome_forumbit_level2_post".

5. Find the following code below.



$forum[lastpostinfo]



6. Replace the above code with the following code below.



<if condition="$show['member']">$forum[lastpostinfo]<else />Private</if>



-----

Author(s)

Jacob Pollack (thejacobpollack@gmail.com).