Hey, read your message and tried to reffer to everything you wrote.
Quote:
|
I'm getting too many errors since i addeded more code to the hacks counter
|
what do you mean by more code? if you have too much troubles with that file, just upload backup (which is the original file i suppose) and remodify it. that should do.
you are not the first one who's installing it so i dont see any reason for you to have such errors as you do.
Quote:
Open: /showthread.php & Find:
$postbits .= construct_postbit($post, $template);
well, i found 2, were should i apply the mod? in the first or in the second?
|
above the first one.
Quote:
in the 2 cases i get an error on thread submit:
Invalid SQL: INSERT INTO fxp_counters VALUES (1,0,1,0,0,0)
mysql error: Column count doesn't match value count at row 1
|
it means that you are trying to enter too much values to the table (you got 4 columns there and you are trying to run 6), or you got less values to enter to the table (you got 7 columns and you are trying to enter 6).
the best solution will be to
drop that table fxp_counters and rerun it

that should solve it.
Quote:
but the counters just show up if the threads are:
Use Legacy (Vertical) Postbit Template set to no
|
just add the counters to postbit_legacy and it will solve the mystery you are having.
Good Luck,
if you got anymore problems, we'll try to help you out.
Greetz,
Fury