21
TheCleric
Re: CBB 3.04 postings since last visit, bug?
  • 2007/1/2 4:50

  • TheCleric

  • Just popping in

  • Posts: 22

  • Since: 2006/12/26


I am not sure what you mean by a qualified fix. I haven't read hardly anything on this site. I only registered to post that I had fixed this problem.

I just installed XOOPS and cbb because a sight I frequent uses it and there was no link to view the first unread post in a topic so I thought I could add it (which I have now done).

While I was reading the code, I realized that it was a simple mistake that made the view new posts link not work.

So, I made the change. Really, it was pretty obvious from the code for viewpost.php what the link should have been.

Hopefully this fix works for other people.



22
TheCleric
Re: CBB 3.04 postings since last visit, bug?
  • 2006/12/26 21:39

  • TheCleric

  • Just popping in

  • Posts: 22

  • Since: 2006/12/26


viewforum.php and index.php both include an incorrect link for newposts with "new=1", this should be
"type=new"

$xoopsTpl->assign('newpost_link'"viewpost.php?type=new&forum=".$forum_obj->getVar('forum_id'));


Sorry if this has been answered before.




TopTop
« 1 2 (3)