unfortunately this issue has not been solved yet.
You can download the latest version of the MOD here:
http://www.flying-bits.org/viewtopic.php?f=9&t=35
And this is my functions_recenttopics.php:
http://home.twin.at/wolfgang/functions_recenttopics.txt
The links to the first unread post and to the latest post in a topic do not work.
Examples:
Link to the first unread post: http://www.example.com/testthema-t5.htm ... ead#unread
Link to the latest post: http://www.example.com/testthema-t5.html&p=7#p7
Both links lead to a 404 error. A final solution regarding this issue would be fine.
I think the only problem is this part of code in functions_recenttopics.php:
- Code: Select all
'U_NEWEST_POST' => $view_topic_url . '&view=unread#unread',
'U_LAST_POST' => $view_topic_url . '&p=' . $row['topic_last_post_id'] . '#p' . $row['topic_last_post_id'],
But after reading this topic, I am not sure. I have to admit it: You confuse me.
Best regards
Wolfgang

English |
French


