zylstra
03-31-2008, 10:00 PM
/*=====================================*\
|| Show quickreply to Guests
||
|| Author : zylstra
|| Works on : vBulletin 3.5.x
|| Released : Apr 1, 2008
||
|| Time required to install: 1 minute
|| Difficulty: easy
\*=====================================*/
DESCRIPTION
This is NOT an April fools joke. ;-)
This is a small mod that shows the quickreply box at the bottom of threads to guests.
STATISTICS
Template Changes: 1
Products to Install: 1
VERSION HISTORY
0.1 Initial Release
0.2 Show "logged in as" info to visitor
In addition to installing the product you must modify your SHOWTHREAD template:
In SHOWTHREAD
Before:
$messagearea</td>
Add:
<if condition="$bbuserinfo['userid'] == 0">
$usernamecode
<br />
</if>
|| Show quickreply to Guests
||
|| Author : zylstra
|| Works on : vBulletin 3.5.x
|| Released : Apr 1, 2008
||
|| Time required to install: 1 minute
|| Difficulty: easy
\*=====================================*/
DESCRIPTION
This is NOT an April fools joke. ;-)
This is a small mod that shows the quickreply box at the bottom of threads to guests.
STATISTICS
Template Changes: 1
Products to Install: 1
VERSION HISTORY
0.1 Initial Release
0.2 Show "logged in as" info to visitor
In addition to installing the product you must modify your SHOWTHREAD template:
In SHOWTHREAD
Before:
$messagearea</td>
Add:
<if condition="$bbuserinfo['userid'] == 0">
$usernamecode
<br />
</if>