776

(5 replies, posted in PunBB 1.3 discussion)

Ok, I have modified your code:

<form id="login" name="login" method="post" action="login.php" onsubmit="return process_form(this)">
    <input type="hidden" name="form_sent" value="1" />
    <input type="hidden" name="csrf_token" value="<?php echo generate_form_token(forum_link($forum_url['login'])) ?>" />
    <input type="hidden" name="redirect_url" value="<?php echo $redirect_url ?>" />
    Username
                    
    <input type="text" name="req_username" size="16" maxlength="25" />
    &nbsp; Password
 
     <input type="password" name="req_password" size="16" maxlength="16" />
     &nbsp;<a href="#" onclick="document.login.submit(); return false"> Login</form>';

Yes, you're right. Thanks for reporting, fixed.

778

(3 replies, posted in PunBB 1.3 troubleshooting)

I think  it will be better for you to add this line

unset($forum_updates['version']);

after lines

    if ($forum_config['o_check_for_updates'] == '1')
    {

in <FORUM_ROOT>/header.php. In this case you will not miss notifications about new hotfixes when they are released.

779

(5 replies, posted in PunBB 1.3 discussion)

Please, post here the code of JS-function "process_form". Maybe there is an error in this function.

780

(3 replies, posted in PunBB 1.3 discussion)

You need to set the "Redirect wait" option to 0 at the  page: <FORUM_URL>/admin/settings.php?section=setup.

781

(55 replies, posted in Supported extensions)

Grant wrote:

Any chance of a "See more tags" button?

Do you want to limit the list of tags and show them only by clicking this button?

782

(151 replies, posted in PunBB 1.3 extensions)

I have added the new hook to the core. It is called "po_modify_quote_info" by rules of naming hooks.

Try to clear forum cache by removing all php-files from directory "<FORUM_ROOT>/cache".

784

(1 replies, posted in Feature requests)

Please post all hook requests in this topic.

785

(3 replies, posted in PunBB 1.3 troubleshooting)

This option is set for every users group. To edit it, go to "<FORUM_URL>/admin/groups.php" and press the "Edit group" link near the required group.

786

(4 replies, posted in PunBB 1.3 troubleshooting)

You can find styles in the file "<FORUM_ROOT>/style/<Style_name>/<Style_name>.css"

787

(2 replies, posted in PunBB 1.3 troubleshooting)

Please, describe your actions in more details. What version of Forum was installed?

Durkin wrote:

I assume that I have left something on my webspace that is still trying to update the forum, but I'm not sure what it is.

What actions you have done, which can affected on functionality of your forum?

788

(4 replies, posted in PunBB 1.3 troubleshooting)

You should to play with transparency of page elements with id="brd-visit" and class="main-head".

You may use our unofficial repository to store your styles. It will be easy for other users to see the changes between different versions of a style.

790

(154 replies, posted in Supported extensions)

New version 1.2.6 of pun_pm was released.
Latest changes:

  • XSS vulnerability via messages list was fixed.

  • Added Safari (and Google Chrome) support in keyboard shortcuts.

  • Added some hooks.

791

(1 replies, posted in PunBB 1.3 bug reports)

Thanks for reporting, we have got your message and fixed this possible exploit in the new version of pun_pm.

792

(4 replies, posted in PunBB 1.3 troubleshooting)

If your forum URL looks like www.example.com/forum/, for Folder Based or Folder Based (fancy) URL schemes you can use this rewrite rule:

rewrite /forum/.*[^(.php|.css|.png|.jpg|.gif)]$ /forum/rewrite.php last;

If you use File Based or File Based (fancy) URL schemes, you can use this rewrite rule:

rewrite /forum/.+\.html$ /forum/rewrite.php last;

If I understand you correctly, you need to add links in posts?
Yes, it can be an extension. But it needs more details for its development.

This problem has been reported here. The new version of pun_tags is under development now, and this error will be fixed there.

795

(2 replies, posted in PunBB 1.3 troubleshooting)

Thanks for reporting, we will fix it.

We have added a file with the list of differences between 1.3.2 and 1.3.3 in lang files, and a link to this file to the wiki page.

797

(6 replies, posted in PunBB 1.3 discussion)

On what pages do you want to hide the admin status?

798

(24 replies, posted in News)

Here you can find the list of changes

It is a very nice idea to have changes in a language pack in wiki, now you can see changes only in trac (Here are the differences between 1.3.2 and 1.3.3). It will be useful for extensions' developers too.

xdu wrote:

Are language packs backward compatible with minor versions, so we can keep only the latest 1.3.3?

In most cases they are compatible.

800

(19 replies, posted in News)

grudon66 wrote:

But since Anatoly is not developer anymore what should we do about this: http://punbb.informer.com/trac/ticket/5

This ticket is active, and Parpalak will now develop the new styles. (http://punbb.informer.com/trac/ticket/5#comment:18).