MyBB Community Forums

Full Version: Problem with "Last Post" of a section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Hello,
I've a problem with the last post of a forum section... If I click, from the forum homepage, to the link of the latest discussion of a section, after the click the "discussion not found" (or something like this message) appears...
I've noted that if I put the mouse on the title of the thread, in the browser's status bar it appears "showthread.php?tid=&action=lastpost".
Wich can be the problem? This is the link to the forum: http://informaticaeasy.net/forum.html
Thanks!

Paolo from Italy
P.S.: sorry for my bad english
There's no tid. It should be like showthread.php?tid=1&action=lastpost

What plugins do you have installed?? And how long has it been like this??
(2008-10-22, 02:42 PM)Matt_ Wrote: [ -> ]There's no tid. It should be like showthread.php?tid=1&action=lastpost

What plugins do you have installed?? And how long has it been like this??

Hi,
thanks a lot for your answer.
There isn't any plugin installed... I only installed the plugin needed from the merge system but after conversion I deactivated it...
IIRC I think you need that activated still. I've not used the merge system yet so I'm not totally sure why but from what I've read, it needs to stay active.
(2008-10-22, 02:56 PM)Matt_ Wrote: [ -> ]IIRC I think you need that activated still. I've not used the merge system yet so I'm not totally sure why but from what I've read, it needs to stay active.

Uhm... I have only threee plugin: the hello world sample; the merge; the spam-prevention tool. Wich of them is IIRC?!
IIRC = If I remember correctly.

I will, however, say not to activate it again just yet. I'm not sure if it might mess something up even more.
LOL sorry if I didn't understand the meaning of IIRC... If I activate that merge plugin, users can't connetct... That plugin is needed only from the merge system, in order to convert passwords and username... However, I can't activate it because it is only compatible with mybb 1.2 (the version that I used to perform the conversion... but I upgraded to 1.4.2 version...)
You need to revert your "forumbit_depth2_forum_lastpost" template. In fact, you probably have other outdated templates that you need to revert or update to 1.4.
This is the code of that template part:

<span class="smalltext">
<img src="{$theme['imgdir']}/post.png" alt="" style="vertical-align:middle"/> <a href="showthread.php?tid={$lastposttid}&amp;action=lastpost" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />
{$lang->by} {$lastpost_profilelink}</span><br />
<div align="right"><span class="smalltext">{$lastpost_date} {$lastpost_time}</span> <a href="showthread.php?tid={$lastposttid}&amp;action=lastpost" title="{$full_lastpost_subject}"><img src="{$theme['imgdir']}/lastpost.png" alt="" style="vertical-align:middle"/></a></div>

What can I do?
It's marked as customized right (i.e., it is green)? In the list of templates, click on the "Options" menu to the right of it, and click "Revert".
Pages: 1 2 3 4 5