Topic: Official PunBB 1.3 RC2 Bug talk?
You can post the bugs you find here?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → Official PunBB 1.3 RC2 Bug talk?
You can post the bugs you find here?
[Not really a bug]
On 'Administration » Extensions » Manage hotfixes', e.g. on the "Test Hotfix", you only get its full description when it's installed.
* Created by PunBB
* This hotfix for your PunBB installation was detected by automatic update.
* Created by PunBB Development Team
* Hotfix
* This hotfix extension does nothing useful. It is merely a test.
Yeah, I know you get the hotfix's description before you click the final "Install Hotfix", but having the full description before would be better.
Also, personally, I don't think "Created by PunBB" and "This hotfix for your PunBB installation was detected by automatic update" are needed.
File: 'admin/users.php'
[Line 468]
<div class="cbox info-box">
Replace:
<div class="ct-box warn-box">
[Line 486]
<span class="submit"><input type="submit" name="delete_users_comply" value="<?php echo $lang_admin_users['Delete'] ?>" /></span>
Replace:
<span class="submit"><input type="submit" name="delete_users_comply" value="<?php echo $lang_admin_users['Delete users'] ?>" /></span>
File: 'admin/users.php'
Fixed. Thanks a lot.
Yeah, I know you get the hotfix's description before you click the final "Install Hotfix", but having the full description before would be better.
Also, personally, I don't think "Created by PunBB" and "This hotfix for your PunBB installation was detected by automatic update" are needed.
Will be considered. Thanks for request.
When I go from 'index.php' to 'login.php', '$_SERVER['HTTP_REFERER']' is:
http://localhost/tests/punbb_dev/index.php
, but '$forum_user['prev_url']' is:
http://localhost/tests/punbb_dev/extern.php?action=feed&type=rss
Since, the login form redirects you to '$forum_user['prev_url']', I think that's why I keep getting redirected to the RSS feed on both test forums (PunBB's and mine).
When I go from 'index.php' to 'login.php', '$_SERVER['HTTP_REFERER']' is:
http://localhost/tests/punbb_dev/index.php
, but '$forum_user['prev_url']' is:
http://localhost/tests/punbb_dev/extern.php?action=feed&type=rss
Since, the login form redirects you to '$forum_user['prev_url']', I think that's why I keep getting redirected to the RSS feed on both test forums (PunBB's and mine).
I cannot reproduce this. What are the steps?
Browser and its' vetsion?
Steps:
Click the 'Login' link.
Check the page source and search for "redirect_url". You'll see that the "redirect_url" is actually the feed's URL.
Login with admin/admin.
You'll get redirected to the RSS feed.
This only happens when you go from 'index.php' to 'login.php'.
My Browser: Firefox 3.0.3
On the 3-rd step I have:
<input type="hidden" name="redirect_url" value="http://punbb.informer.com/demo/punbb13rc2/index.php" />
PunBB Forums → PunBB 1.3 troubleshooting → Official PunBB 1.3 RC2 Bug talk?
Powered by PunBB, supported by Informer Technologies, Inc.