Quote:
Originally Posted by Rankine
Hi John, great great work.... This hack is what i need for my forum. 
One question. I have a problem with admincp, if i click on extrafield's name this can be edit. Instead if i use button there is no action.
Perhaps it has had to the passage of parameters with the javascript function js_threadfields_jump (button edit/delete) however i have solved for the moment with this code :
Code:
$cell[2] .= "<a href=\"threadfields_admin.php?do=edit&fieldid=$threadfield[fieldid]\"><b>Edita</b></a> ";
$cell[3] .= "<a href=\"threadfields_admin.php?do=delete&fieldid=$threadfield[fieldid]\"><b>Cancella</b></a>";
/*$cell[2] .= "\n\t<div style=\"float: right;\">
<select class=\"bginput\" name=\"f$threadfield[fieldid]\">
<option value=\"edit\">Edit</option>
<option value=\"delete\">Delete</option></select>
<input type=\"button\" class=\"button\" value=\"".$vbphrase['go']."\" onclick=\"js_threadfields_jump($threadfield[fieldid]);\" />
</div>";*/
As you can see i have commented button and used a direct link to edit and delete. You can control if it is a problem only mine ? Thanks
P.s. Excuse me for my bad english... I'm italian 
Clicked install obviously 
|
Hm. That's strange. Well, atleast you got it to work

. By the way, who's John?