SMF Discussbot & ContentBlog not working

Started by dcabbar, July 31, 2005, 03:26:37 PM

Previous topic - Next topic

dcabbar

Hi,

When you create a menu item of type: "Blog - Content Category" and navigate to this blog, smf discussbot does not show the link for discussing the article on the forum. As far as I could see, there is a line in the php for this discussbot in function MOSBOT_add_smfforumlink as:

"if (empty($_REQUEST['id']) || $_REQUEST['id']==$row->id)  {"

And, for the case of blog-content content category, this "if " is not working, but when you change it to:

"if (empty($_REQUEST['id']) || $_REQUEST['id']==$row->id || $task == 'blogcategory')  {"

It works fine.

Just wanted to share this with others who might want this functionality.

Thanks.


Orstio

Thanks.  I hadn't thought of that instance.  It will be added to the next release.  :)

Advertisement: