MyBB Community Forums

Full Version: Thanks 3.9.1 Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Welcome. I immediately say that I am Polish, and I am writing in English (translator), so sorry for any errors.
Well, yes, I have a problem with the plugin "Thanks 3.9.1".
At the beginning, the system is all about, after a while begins to happen is such a thing:
[Image: DPTP.png]
When you click
[Image: DPTQ.png]
When the page refreshes thanks is added. Please, quick help, thank you in advance. Smile

Link to download the plugin: http://mods.mybb.com/view/thanks
@@@ refresh : )
(2010-02-01, 11:19 AM)SaeedGh Wrote: [ -> ](...)
How to fix common problems:

Q: When I click on Thanks button, I get this error as a JavaScript alert: "TypeError: table is null". What should I do?

A: It's probably because your theme couldn't be edited by plugin. So please go to AdminCP -> Templates & Style -> Templates -> [your current theme] -> Post Bit Templates
Then find and edit these templates:

"postbit" and "postbit_classic". Simply you need to add {$post['thxdsp_inline']} after last </tr> and also add {$post['thxdsp_outline']} after last </table>. More explanations!:

In "postbit" template last lines should be something like this:

        </tr>{$post['thxdsp_inline']}
    </tbody>
</table>{$post['thxdsp_outline']}

In "postbit_classic" last lines should be something like this:

</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
.m. just as I have in these templates.