Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [CRUZN8R] gforum_User problem in MySQLMan

Quote Reply
Re: [CRUZN8R] gforum_User problem in MySQLMan In reply to
I found the bug and fixed it. There was an unclosed loop for col_name. This template bug was introduced when I upgraded to gforum 1.2.0

Edit the template gforum/admin/mysqlman/templates/table_browse.html (you have to manually edit and upload by FTP)

Find:

<%loop col_name%>
<TD><B><%if link%><a href=
"<%link%>"><%endif%><%name%><%if link%></a><%endif%></B></TD>
<%if pri_key%>


Replace with:

<%loop col_name%>
<TD><B><%if link%><a href=
"<%link%>"><%endif%><%name%><%if link%></a><%endif%></B></TD>
<%endloop%>
<%if pri_key%>


CRUZN8R


----------
Michael J. Challis - CRUZN8R - PT Cruiser Club - http://www.ptcruiserclub.org

http://www.ptcruiserclub.org/forum
Subject Author Views Date
Thread gforum_User problem in MySQLMan CRUZN8R 3905 Oct 15, 2003, 12:20 PM
Thread Re: [CRUZN8R] gforum_User problem in MySQLMan
CRUZN8R 3805 Oct 15, 2003, 6:42 PM
Post Re: [CRUZN8R] gforum_User problem in MySQLMan
Jagerman 3812 Oct 15, 2003, 7:27 PM
Thread Re: [CRUZN8R] gforum_User problem in MySQLMan
dougrobb 3789 Oct 17, 2003, 12:13 AM
Post Re: [dougrobb] gforum_User problem in MySQLMan
dougrobb 3769 Oct 17, 2003, 12:35 AM