101

(16 replies, posted in General discussion)

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

(10 replies, posted in Discussions)

Probably wouldn't be too hard to write a query for mysql to delete all banned users?

Could you post the exact text/a screencap of the error you're getting?

104

(16 replies, posted in General discussion)

fantasma wrote:

mmm  tongue  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

(16 replies, posted in General discussion)

fantasma wrote:

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

(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

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

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

(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

(14 replies, posted in PunBB show off)

Imitation is the sincerest form of flattery wink

111

(3 replies, posted in PunBB 1.2 discussion)

dimkalinux wrote:

Im working for media queries in 1.4

Awesome, thank you very much!

112

(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

(1 replies, posted in PunBB 1.3 discussion)

Check out this thread.

114

(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

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

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.

DOWNLOAD: http://www.mediafire.com/?gaclm7jeledrwdb

117

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

118

(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

(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

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

Did you look in the wiki?

(Hint: It is in the wiki)

122

(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

(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

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

hklown wrote:

CHMOD your cache directory (and avatar directory while you're at it) so the script has permissions to write to those folders.