Yes, you are right. It's necessary to add a core feature that will be marking only those topics, which users can see on the page. But for now, we have some more important tasks in the queue, so we have added a future request.
If you want, we can remove this link or move it to some other place on the page.
1,001 2009-01-22 09:44
Re: "Mark all as read" bug (5 replies, posted in PunBB 1.3 discussion)
1,002 2008-12-30 10:42
Re: pun_poll discussion (19 replies, posted in PunBB 1.3 extensions)
No, polls will not be migrated. We are going to begin working on the converting tool after the New Year's holidays.
1,003 2008-12-30 08:09
Re: RSS Troubles... (2 replies, posted in PunBB 1.3 troubleshooting)
If you are talking about Topic Feed, RSS creates a link to the post, not to the topic.
1,004 2008-12-29 13:49
Re: Download and install of a hotfix extension failed. Please wait a while (6 replies, posted in PunBB 1.3 troubleshooting)
Add this
print_r($errors);
to 60 line of "admin/extensions.php". Are there some errors when you try install hotfix?
1,005 2008-12-29 13:18
Re: test category and test forum (1 replies, posted in PunBB 1.3 troubleshooting)
To add category go to <FORUM_URL>/admin/categories.php.
To add forum go to <FORUM_URL>/admin/forums.php.
You can edit or delete topic at topic page.
1,006 2008-12-29 12:43
Re: Bug Online users (4 replies, posted in PunBB 1.3 bug reports)
Thank you, fixed in [1001]
1,007 2008-12-29 08:18
Re: Bug Online users (4 replies, posted in PunBB 1.3 bug reports)
Describe in more detail where the bug has appeared.
1,008 2008-12-26 16:54
Re: Attachment extension (98 replies, posted in PunBB 1.3 extensions)
Because of upgrading of SVN this link didn't work yet, this is the latest version of pun_attachment - http://punbb.informer.com/svn/additions … tachment/. Sorry for this, we will inform about the changes like this in the future.
1,009 2008-12-26 16:23
Re: rss feeds broken (1 replies, posted in PunBB 1.2 troubleshooting)
Did you work with DB directly?
1,010 2008-12-26 16:10
Re: BBcode in RSS feeds (12 replies, posted in PunBB 1.3 discussion)
Try copy/paste again, it's work fine for me
1,011 2008-12-26 16:04
Re: Time Stamp in the format "3 days ago" or "2 hours ago" (10 replies, posted in Feature requests)
Replace variable $d with $timestamp in the code
1,012 2008-12-26 15:48
Re: Time & Date set (1 replies, posted in General discussion)
At the page <FORUM_URL>/admin_options.php there is 2 fields: Time format, Date format
1,013 2008-12-26 15:45
Re: Time & Date set (1 replies, posted in General discussion)
Copy of http://punbb.informer.com/forums/topic/ … date-set/. Closed
1,014 2008-12-23 16:44
Re: Undefinex index: Merge topic in /home/moderate.php (1 replies, posted in PunBB 1.3 bug reports)
Thanks for reporting. It's misprint, fixed in [992]
1,015 2008-12-23 16:00
Re: "View all user's posts" show nothing (12 replies, posted in PunBB 1.3 troubleshooting)
This "mumbojumbo" mean that the search set is not empty. Try to add this
error_reporting(E_ALL | E_STRICT);
to 225 line of search.php. Are there some errors?
1,016 2008-12-23 08:35
Re: Users reporting logging in problem (41 replies, posted in PunBB 1.3 bug reports)
Reactor, I registered at your site and did everything you had written step by step. It worked fine for me. I found 2 cookies set at your site: punbb_cookie, expires at Tue, 06 Jan 2009 08:17:58 GMT; PHPSESSID, expires at end of session. Do you use sessions at your site?
1,017 2008-12-22 17:03
Re: [request] Make "New Private Message" link bright yellow & bold (9 replies, posted in PunBB 1.3 additions)
Style for "New messages" link not defined in Oxygen-css files. You can change it at 458 line in "extensions/pun_pm/manifest.xml".
1,018 2008-12-22 16:43
Re: "View all user's posts" show nothing (12 replies, posted in PunBB 1.3 troubleshooting)
This error are not connected with showing of all posts. We fixed it in [978]. What is your level of PHP? Try to see what is search-query return. Add this
print_r($search_set);
to 225 line of search.php.
1,019 2008-12-22 08:34
Re: Forum rules does not allow formatting? (4 replies, posted in Discussions)
And what is HTML-code at rules page?
1,020 2008-12-22 08:29
Re: Removing Moderated by .. line in forums (2 replies, posted in Discussions)
You can remove or comment this lines from index.php (started at 183 line):
if ($cur_forum['moderators'] != '')
{
$forum_page['mods_array'] = unserialize($cur_forum['moderators']);
$forum_page['item_mods'] = array();
foreach ($forum_page['mods_array'] as $mod_username => $mod_id)
$forum_page['item_mods'][] = ($forum_user['g_view_users'] == '1') ? '<a href="'.forum_link($forum_url['user'], $mod_id).'">'.forum_htmlencode($mod_username).'</a>' : forum_htmlencode($mod_username);
($hook = get_hook('in_row_modify_modlist')) ? eval($hook) : null;
$forum_page['item_subject']['modlist'] = '<span class="modlist">('.sprintf($lang_index['Moderated by'], implode(', ', $forum_page['item_mods'])).')</span>';
}
1,021 2008-12-22 08:20
Re: Download and install of a hotfix extension failed. Please wait a while (6 replies, posted in PunBB 1.3 troubleshooting)
Does the error persist? Have you tried clearing your Forum's cache?
1,022 2008-12-22 08:03
Re: Newbie to PunBB - Help please (3 replies, posted in Feature requests)
This thread is dedicated to integration of PunBB with WordPresss
1,023 2008-12-22 07:51
Re: Help regarding upgrade from 1.2.21 to 1.3.2 (4 replies, posted in PunBB 1.3 troubleshooting)
Maybe this discussion will help you
1,024 2008-12-22 07:30
Re: Problem with inserting img when option with detecting URL's is enabled (3 replies, posted in PunBB 1.3 bug reports)
Thanks, we will check up this
1,025 2008-12-22 07:15
Re: Users reporting logging in problem (41 replies, posted in PunBB 1.3 bug reports)
Could you give us a link to your site?