No, only in groupcp. In the other pages it works fine.
I'm pretty sure, because i've tested previous version before your mod, I've not backup, but I can easily uninstall the mod.
Before doing that I wanna try to understand.
In another forum (identical) i got an error in the exact position:
- Code: Select all
Parse error: syntax error, unexpected '}' in /membri/forumanicomio/includes/template.php(127) : eval()'d code on line 105
P.S. Yes, I've TWO
identical forums, because, after your mod, I've copied files and DB for testing from one to other...
EDIT: I've removed the mod from one of two forums, and ALL works as before mod (works fine).
In the 2nd now I'm gonna trying ro remove mod ONLY from groupcp. then I'll post the result (I'm thinking issue is in the fact of I've increased ALL COLSPAN and -IMHO- SOME were not to increase )
BTW: is correct that:
if I have a table, with one <tr> section of 6 <td>, like this
- Code: Select all
<tr>
<td> some stuff </td>
<td> some stuff </td>
<td> some stuff </td>
<td> some stuff </td>
<td> some stuff </td>
<td> some stuff </td>
<tr>
the next section MUST BE colspan="6", isn't it??
- Code: Select all
<tr>
<td colspan="6"> some other stuff </td>
<tr>
EDIT 2: OK: my fault is: I've not understood HOW TO modify groupcp_info_body.tpl !
In 2nd forum I've restored original, leaving all other files modded by your mod. AND NOW group panel works fine (without status, of course), and the rest of forum still indicate the online/offline status.
would you add some comments, or informations for me, please?
Thank you.