Development of new themes and extensions is not a priority for the developers, and has nothing to do with the status of development of punbb's core. If you want new themes/mods, do it yourself or find someone in the community to do it, but don't go around spouting falsities.
102 2011-06-13 15:27
Re: userlist in this forum (10 replies, posted in Discussions)
Probably wouldn't be too hard to write a query for mysql to delete all banned users?
103 2011-06-12 15:28
Re: How to backup a database to import to another database on another host (7 replies, posted in Discussions)
Could you post the exact text/a screencap of the error you're getting?
104 2011-06-12 15:20
Re: Forum attacked by spamer (16 replies, posted in General discussion)
mmm i know!
Then stop spouting "punbb is dead", because it's not, and it gives the wrong idea to people who read it that aren't familiar with the project.
105 2011-06-12 06:11
Re: Forum attacked by spamer (16 replies, posted in General discussion)
give punbb to users!
If you're asking for development to be given to users, maybe you should read the announcements at the top of the board/familiarize yourself with github.
106 2011-06-08 15:10
Re: Forum attacked by spamer (16 replies, posted in General discussion)
Without a moderator or admin, no, you can't really do anything.
If you can get one of your admins/mods to take a look at the extensions forum though, there are some good user-made antispam extensions they could install.
107 2011-06-07 18:52
Re: Server Down? (6 replies, posted in PunBB 1.3 troubleshooting)
I'm pretty sure that site has no official relation to Informer or the PunBB project, so there's really nothing anyone here can do about it.
You could buy your own domain/hosting and run your forums off that.
108 2011-06-04 02:02
Re: Search page brings error message (1 replies, posted in PunBB 1.3 troubleshooting)
It seems that there's some kind of error, but I can't say what specifically without some more detailed error information. For detailed error information (necessary for troubleshooting), enable "DEBUG mode". To enable "DEBUG mode", open up the file config.php in a text editor, add a line that looks like "define('FORUM_DEBUG', 1);" (without the quotation marks), and re-upload the file. Once you've solved the problem, it is recommended that "DEBUG mode" be turned off again (just remove the line from the file and re-upload it). Then just post the information that gives you, and hopefully we can figure out what's wrong!
109 2011-05-19 21:51
Re: Sort of dropping box... (2 replies, posted in Discussions)
I do not think there is built-in functionality for this, but it could be added by way of extension or theme.
110 2011-05-19 15:17
Re: Wii - polish forums (14 replies, posted in PunBB show off)
Imitation is the sincerest form of flattery
111 2011-05-18 20:32
Re: Removing items from the post (3 replies, posted in PunBB 1.2 discussion)
Im working for media queries in 1.4
Awesome, thank you very much!
112 2011-05-18 14:34
Re: Removing items from the post (3 replies, posted in PunBB 1.2 discussion)
Perhaps put a request in for a mobile theme? I am really bad with advanced CSS and I don't have a smartphone, but since you can make a seperate CSS for mobile devices with the media selector, it may not be a bad idea.
113 2011-05-17 01:16
Re: help me fight bots (1 replies, posted in PunBB 1.3 discussion)
Check out this thread.
114 2011-05-15 01:51
Re: Link to categories? (1 replies, posted in Feature requests)
The cool thing about punBB is that you can get as much or as little extra functionality as you want through extensions. I'm not sure if the functionality you're talking about already exists as an extension, but if not one could definitely be written.
115 2011-05-14 23:52
Re: Modified PunBB (6 replies, posted in Discussions)
Just restore the database, re-upload the files for the forum, then put the new info for the database in your config.php file.
116 2011-05-14 23:49
Topic: [Release] Remove quoted text when making quote replies (1 replies, posted in PunBB 1.3 extensions)
Not sure if this has been done before, but it was kind of annoying me on my board so I threw this together as an excuse to sharpen my regex blade. Basically, when a user clicks quote to reply to a message, this extension strips out any quote tags in the automatically generated new message.
The idea is to cut down on the insidious "quote pyramids" that fill pages with tons of crap.
117 2011-05-14 23:43
Re: Modified PunBB (6 replies, posted in Discussions)
Do you mean table names or just the forum database name? If you mean just the latter, take a look in your config.php file
118 2011-05-12 21:38
Re: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
It depends on what FTP software you use. Look in the software's documentation for how to change a file/folder's permissions (CHMOD) and change the uploads folder to something where the user and group have write permission.
119 2011-05-12 17:47
Re: Style help (4 replies, posted in PunBB 1.2 discussion)
You may also want to check out http://perishablepress.com/press/2009/0 … -makeover/.
If you use a separate stylesheet for mobile devices, you can maintain the same look that your users are used to on your site when it's served to the PC, but have a mobile-friendly version as well that is automatic.
120 2011-05-12 17:26
Re: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
my guess is you need to chmod the folder that the extension uploads files to (I think it is called "uploads"?) so that the script has permissions to write the files to it.
121 2011-05-11 06:37
Re: show latest post like phbb (listing) (5 replies, posted in Feature requests)
Did you look in the wiki?
(Hint: It is in the wiki)
122 2011-05-11 05:11
Re: connect punbb to php-nuke (4 replies, posted in PunBB 1.3 discussion)
No, you would have to write an extension for one/both softwares that inserts a duplicate user in the other software when they register.
Technically you could use the same DB if the table names are different, but since they're probably prefixed with something it shouldn't matter.
123 2011-05-10 16:24
Re: The PunBB IRC Channel (10 replies, posted in News)
Just wanted to say thanks again for you guys making and sticking with this channel- it's been a good resource for me to get feedback and advice, or just to observe some of the development process in action.
124 2011-05-10 16:08
Re: connect punbb to php-nuke (4 replies, posted in PunBB 1.3 discussion)
AFAIK there is no existing extension to integrate punbb with php-nuke.
Do you know PHP/mysql?
125 2011-05-10 15:20
Re: Just installing PunBB with is error (3 replies, posted in PunBB 1.3 bug reports)
CHMOD your cache directory (and avatar directory while you're at it) so the script has permissions to write to those folders.