Hi everybody,
I have the Akobook 3.42. A "new entry"- link has been removed and added to a special user menu. I have a group of special users who should be able to add entries.
My problem is:
How am I able to change Akobook, that these users cannot pick a name they`d like to. Meaning, how is it possible to add their registered username to the Akobook name field?
I was looking here:
on line 151 (sub_writeentry.php):
Code:
echo "<TR><TD WIDTH='130'>"._GUESTBOOK_ENTERNAME." <span class='small'>*</span></TD><TD><INPUT TYPE='text' NAME='gbname' style='width:245px;' class='inputbox' VALUE='$row->name'></TD></TR>";
replaced with line 64 (user.html.php aus /com_user)
Code:
<td><input class="inputbox" type="text" name="name" value="<?php echo $row->name;?>" readonly /></td>
but it`s not working.
Anyone able to solve my quest?
best regards
Nachos