1,001

(5 replies, posted in PunBB 1.3 discussion)

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,002

(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

(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.

Add this

print_r($errors);

to 60 line of "admin/extensions.php". Are there some errors when you try install hotfix?

1,005

(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

(4 replies, posted in PunBB 1.3 bug reports)

Thank you, fixed in [1001]

1,007

(4 replies, posted in PunBB 1.3 bug reports)

Describe in more detail where the bug has appeared.

1,008

(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

(1 replies, posted in PunBB 1.2 troubleshooting)

Did you work with DB directly?

1,010

(12 replies, posted in PunBB 1.3 discussion)

Try copy/paste again, it's work fine for me

Replace variable $d with $timestamp in the code

1,012

(1 replies, posted in General discussion)

At the page <FORUM_URL>/admin_options.php there is 2 fields: Time format, Date format

1,013

(1 replies, posted in General discussion)

Copy of http://punbb.informer.com/forums/topic/ … date-set/. Closed

Thanks for reporting. It's misprint, fixed in [992]

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

(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?

Style for "New messages" link not defined in Oxygen-css files. You can change it at 458 line in "extensions/pun_pm/manifest.xml".

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

(4 replies, posted in Discussions)

And what is HTML-code at rules page?

1,020

(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>';
        }

Does the error persist? Have you tried clearing your Forum's cache?

1,022

(3 replies, posted in Feature requests)

This thread is dedicated to integration of PunBB with WordPresss

Maybe this discussion will help you

Thanks, we will check up this

1,025

(41 replies, posted in PunBB 1.3 bug reports)

Could you give us a link to your site?