Quote:
Today at 03:18 AM Sonikku said this in Post #35
I ran into a problem... not a major one, but well... I can't submit anything. I can't seem to find the submit/edit buttons anywhere. Well, I just added $.profiletagboardsubmit and it appeard, but no action took place. Like the comment didn't get recoreded. Heck the page didn't even reload. Do you need more info from my mystery? ^^;
|
I installed v1.1 for the first time, in the instructions, it says the getinfo template edit is
PHP Code:
<a href="member2.php?s=$session[sessionhash]&action=addlist&userlist=ignore&userid=$userinfo[userid]"><font color="#EEEEFF">Add $userinfo[username] to Your Ignore List</font></a>
</smallfont></td>
</tr>
</table>
</td></tr></table>
add the bellow, after it:
<br>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E"
width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td bgcolor="#1D6AA0" colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr id="cat">
<td align="left" widht="50%"><normalfont color="#EEEEFF"><b>Profile
Tagboard For $userinfo[username] </b></normalfont></td>
<td align="right" width="50%"><a href=?s=$session[sessionhash]&action=tball&userid=$userinfo[userid]><smallfont
color="#EEEEFF" class="thtcolor">Show all messages</smallfont></a></td>
</tr>
</table>
</td>
</tr>
$profiletagboard_nomsgs$profiletagboardmsgs</table>
</td></tr></table>
this doesn't give the submission box, looking in the v1.0 instructions it seems
PHP Code:
<br>
<form method=post action=>
$profiletagboardsubmit
</form>
is missing off the end. So just that part in and it will work.
--------------
Tenpit