PDA

View Full Version : Show quickreply to Guests


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>

thincom2000
04-01-2008, 04:23 PM
If you require guests to fill out image verification to post, they get an error when using quick reply, but there is no verification for them to fill out.

zylstra
04-01-2008, 05:12 PM
That functionality does not exist in 3.5.x. For that functionality look into using Guest Image Verification for New Threads/Posts (https://vborg.vbsupport.ru/showthread.php?t=174068).

ru55ian
04-01-2008, 10:27 PM
Hi, this is a cool hack, i've added it to 3.68 and it's working, all i need now is to add image verification inside that quickreply and i am set... any pointers on how to do that n 3.68?

zylstra
04-01-2008, 10:39 PM
Check out the link in my previous post.

Mr.Abdullah
07-25-2008, 08:30 PM
There are mistakes!
3.6.10

Marco van Herwaarden
07-26-2008, 08:23 AM
There are mistakes!
3.6.10
Yes!

The mistake is installing a 3.5.4 modification on 3.6.10.

yuyu
11-16-2008, 12:47 AM
It run in 3.7 :D

DarthCoder
12-20-2008, 09:33 PM
yeah it does run, but without RECAPTCHA.
Could someone intergrate repcaptcha into this mod please?