PDA

View Full Version : akocomments - no registration required but still "guest"??


aly
01.08.2004, 13:43
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.

dejanr
12.01.2006, 12:26
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!