Code: Select all
$item->link = $board_url . 'viewtopic.' . $phpEx . '?f=' . $row['forum_id'] . '&t=' . $row['topic_id'] . '&p=' . $row['post_id'] . '#p' . $row['post_id'];
I ran into the same exact problem.bvrielink wrote:We used this module for quite some time now. But last week we switched to LDAP authentication and it seems that this is not supported right now. Does LDAP ever get supported? Maybe a quick fix would be to ask for a name and password instead of encrypting it in the URL?
Looks similar to http://www.phpbb.com/community/viewtopi ... 5#p6165655An error occurred running phpBB Smartfeed. As a result, no content can be returned. Use this error information as a guide to correcting the problem. Please note that you must use this program to create a URL that can be used with phpBB Smartfeed. The error is: limit parameter is either not present or is not an allowed value.
Code: Select all
url = url + "&limit=" + news_id.post_limit.value;