MyBB Community Forums

Full Version: Instead of posts it return 0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
as the title says, instead of posts and private messages, it return 0 althought everything is in the database placed perfectly.


What should I do or what file/function should I look in to find the cause ?
where are you seeing such zeros ? can we have your forum url
http://krustygames.com/forum/showthread.php?tid=38
Almost everywhere.

there are some parts of the forum that don't show 0 instead of the post.
such as the very last post on the thread in the link and old posts on the first category/forum, for example
http://krustygames.com/forum/showthread.php?tid=23
your forum's web server is not working properly. connection is often reset. it should be fixed by your web host

powered by MyBB with its link is not clearly visible. no support will be provided unless you make it clearly visible.
Although the copyright is there it is not visible, you need to add it to be able to ask for support.

Report this thread after doing so.
Hi,

The MyBB Group offers support under the conditions of our Support Eligibility policy. It is apparent that one or more of your forums do not meet the conditions of our policy and therefore you are ineligible for support. This could be because of adult, piracy or hacking related content or because your forum does not display the minimum “Powered by MyBB” notice.

If you have any questions regarding this policy please post in the Private Inquiries forum.

Regards,
The MyBB Group.
Powered by notice was re-added.
Thread re-opened.
(2014-09-27, 08:51 AM)Kaeden Wrote: [ -> ]Powered by notice was re-added.
Thread re-opened.

Meanwhile I fixed it.

The problem was that, a code that I added didn't have a close return.
so it returned the result of all the code.
i.e.
// code
return
// rest of the code.
which returned 0 after then instead of the post.


Also about the copyright.
I have added the small navigation at the top, which then to give it a space I moved the whole forum down.
The copyright just lacked of "position: relative" to overlay the above it code and show up properly.
I don't mind having that copyright at the bottom and I am happy to have MyBB.
I just don't pay much attention to piece of text, so when I modify the forum and cover it, I don't notice it.