View Full Version : akocomments - no registration required but still "guest"??
My site does not require registration or log-in, and I've set up akocomments so that guests may post.
Is there a way to allow guests to enter their name when posting a comment? Would hate to see them all just have to be "Guest"
TIA
caterpilar
11.01.2006, 00:47
Did you find a solution to this? Having the same problem.
In file akocommentbot.php find line:
$akoinputforum .= _AKOCOMMENT_GUESTNAME."<INPUT TYPE='hidden' NAME='acname' value='"._AKOCOMMENT_GUESTNAME."'>";
Replace with this line:
$akoinputforum .= "<INPUT TYPE='text' NAME='acname' style='width:145px;' class='inputbox'>";
and your visitors are able to enter their own name!
xjumper84
30.03.2006, 21:40
thank you very much. great help indeed!
vBulletin® v3.8.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.