it's hard work
726 2008-11-07 23:15
Re: How to integrate punbb to my own website? (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
727 2008-11-07 23:12
Re: Official PunBB 1.3 RC2 Bug talk? (7 replies, posted in PunBB 1.3 troubleshooting)
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
728 2008-11-07 23:03
Re: What are "hooks"? (14 replies, posted in PunBB 1.3 extensions)
Oh, I get it now Thanks!
730 2008-11-07 11:52
Topic: What are "hooks"? (14 replies, posted in PunBB 1.3 extensions)
What the title says
731 2008-11-07 02:51
Re: Warning: curl_setopt() (8 replies, posted in PunBB 1.3 troubleshooting)
My hosting provider just suspended my account. I'm moving the site to another server.
Woah, you got suspended because of PunBB?
732 2008-11-06 16:00
Re: Warning: curl_setopt() (8 replies, posted in PunBB 1.3 troubleshooting)
Your server's on safe mode?
733 2008-11-06 12:41
Re: [release] pun_repository (12 replies, posted in PunBB 1.3 extensions)
Also, the extension list looks plain.
734 2008-11-06 01:31
Topic: Soldat (1 replies, posted in General discussion)
Soldat is an awesome 2D multiplayer Third-person shooter.
Please, give it a try and post what you think about it in this topic.
Also, if you're interested in editing the game's weapons to make it a lot more fun, you can use the Weapon Editor that I made.
735 2008-11-05 21:41
Re: Official PunBB 1.3 RC2 Bug talk? (7 replies, posted in PunBB 1.3 troubleshooting)
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).
736 2008-11-05 21:16
Re: [release] pun_repository (12 replies, posted in PunBB 1.3 extensions)
Yeah, open up 'extensions/pun_repository/pun_repository.php' and replace line 26 with:
define('PUN_REPOSITORY_URL', 'http://punbb.informer.com/extensions/');
737 2008-11-05 21:08
Re: Please, urgent: Install pun_antispam (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
We're all glad we could help Have fun with PunBB!
738 2008-11-05 21:06
Re: Nothing shows up under "Manage Extensions" (6 replies, posted in PunBB 1.3 troubleshooting)
Visit http://punbb.informer.com/trac/browser/ … bb-1.3-dev and click "Zip Archive" at the bottom of the page.
739 2008-11-05 12:01
Topic: common.js (1 replies, posted in PunBB 1.2 discussion)
Where/when are functions from 'common.js' used? (Besides Quick Jump, which is not included in 1.3)
740 2008-11-05 11:32
Re: PunBB 1.3 RC2 demo (3 replies, posted in PunBB 1.3 troubleshooting)
Yes, every time. Just log in with any account. Firefox 3.0.3.
741 2008-11-04 12:40
Re: Internal Server Error with 1.2.14 when Changing Users' Group (5 replies, posted in PunBB 1.2 troubleshooting)
This is caused by Mod_Security. You can disable Mod_Security by creating a .htaccess file with the following content.
SecFilterEngine Off
SecFilterScanPOST Off
This topic is 1 year old.
742 2008-11-03 19:09
Re: 1.3rc2 bug (6 replies, posted in PunBB 1.3 troubleshooting)
As Admnistrator click on user and delete it by profile.
No errors for me. Try using latest revision.
743 2008-11-03 16:05
Re: Horizontal Userlist w. Avatars, Sorted by post count (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Really nice mod. Good work
744 2008-11-03 16:04
Re: Official PunBB 1.3 RC2 Bug talk? (7 replies, posted in PunBB 1.3 troubleshooting)
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>
745 2008-11-03 16:03
Re: 1.3rc2 bug (6 replies, posted in PunBB 1.3 troubleshooting)
More info on how to reproduce the error?
746 2008-11-03 16:01
Re: [Release] Topic Image Mod (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I like your dog
747 2008-11-03 15:37
Re: style problem pleae help (3 replies, posted in General discussion)
I get this error when viewing a profile:
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/darband1/public_html/meko/profile.php on line 820
You should fix that.
748 2008-11-03 15:33
Re: Drupal & PunBB (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This was posted on February. So, probably 1.2.x.
749 2008-11-01 15:46
Re: Linux Gos gadget beta 3 problem!!! (1 replies, posted in General discussion)
Maybe you're trying to install Vista on an Ext3 filesystem.
You could:
Format your HDD
Make two partitions (both without any filesystem [a.k.a. no format])
Install Vista on one partition
Install this "gOS" you talk about on another partition
Now, since gOS is based on Ubuntu, it should have GRUB (bootloader), so the next time you restart it should let you choose between gOS and Vista.
750 2008-11-01 15:30
Re: Forum width problems in IE (5 replies, posted in PunBB 1.2 troubleshooting)
What version of PunBB are you using?