Try to append // to an URL. For example, http://punbb.informer.com/trac/browser/ … informer//
Yes, such a strange way to download...
But maybe trac will be readjusted.
You are not logged in. Please login or register.
PunBB Forums → Posts by Parpalak
Try to append // to an URL. For example, http://punbb.informer.com/trac/browser/ … informer//
Yes, such a strange way to download...
But maybe trac will be readjusted.
You mean the direction of the addon that should be installed?
I've already understood this and edited my post
See it, please.
By the way, should uninstalling an extension delete the actual files, too (or only the db content)?
No. You have to delete extension files manually, because you have to upload them manually too. Forum core doesn't know, that with pun_repository you do not really have to upload them
Is setting "extensions" to 0777 the only requirement? Or could it be that I must change some others things?
I tell you how the pun_repository extension works. It creates a directory in extensions/. For example, if you install pun_antispam, it creates extensions/pun_antispam directory. Then it tries to download the extension archive from server and saves it to creates extensions/pun_antispam/pun_antispam.tgz. After it extracts files from the archive and deletes the archive. Finally it make a redirect as if you press 'Install' link
Seems like the 0777 permissions for extensions directory is the only one requirement that makes pun_repository working.
Any ideas why it doesn't work?
Thanks for the detailed information. Looks like a command fopen('...', 'wb') fails. Is there a directory in extensions/ after this failure? In other words, please, run this command
ls /some_path/forum/extensions/ -la
EDIT: Well, I have already understood that there will be nothing
I couldn't reproduce this bug on my hosting. I ask you to edit sources of pun_repository (for bug searching). Can you do it for PunBB, please?
If yes, comment or remove the following lines (about 129-130) in pun_repository.php
unlink(FORUM_ROOT.'extensions/'.$ext_id.'.tgz');
@pun_repository_rm_recursive(FORUM_ROOT.'extensions/'.$ext_id);
and then see the output ofls /some_path/forum/extensions/ -la and ls /some_path/forum/extensions/pun_antispam/ -la (or any other extension that you will to install via pun_repository).
however i do not know what OS & web-server are installed because im using Free hosting from 000webhost.com.
You can find server info here: <forum_url>/admin/index.php?action=phpinfo, where <forum_url> is the URL of your forum.
Please, look at this page and tell us PHP and system version installed on your hosting.
I would like a theme that resizes the width of the content on the page based on the resolution. It seems to top out at 1100 pixels
We've made this intentionally.
You can undo the change manually. Just edit lines 131-137 of style/Oxygen/Oxygen.css.
BEFORE:
.brd {
padding: 1.3em 2em;
margin: 0 auto;
max-width: 1100px;
min-width: 700px;
width: 90%;
}
AFTER:
.brd {
padding: 1.3em 2em;
}
I've just installed the last version of pun_pm (1.2.2) on PunBB 1.3 final release and I can't reproduce this error.
1. Try to download the latest version of pun_pm (via pun_repository or manually from here: http://punbb.informer.com/extensions/).
2. If this doesn't help, please, write what OS and web-server are installed on your server.
Yeah, we know
You've pointed this out before.
Obviously, viewtopic.php and search.php should have the similar code making HTML output, but they don't have! There are some errors not only in search.php, but in viewtopic.php too. The code is so obscure that it is to be sorted out with a fresh head
This bug was fixed. Though it is not very critical, you may download the last version from SVN.
The bug really exists. But it appears for me on linux installation. To be fixed.
Okay i got it workin. now please tell me I can import my existing forum without issues into thsi one. Existing one is http://www.evolved.fm/forums
You can find instructions here: http://punbb.informer.com/wiki/1.3_usage
But I'm not sure that everything will be Ok during the upgrade process. Are you really sure you do not have modified 'config.php' file or renamed your database or its tables? If you are, then try to upgrade. I would advise you to make another backup of files and database before upgrading.
Anyway if you have correct database and avatars backups we will be able to help you. Make sure you have.
What if someday they all use this feature simultaneously?
According to the Second law of thermodynamics it is possible, but extremely unlikely
What would be good is if there was an easy admin side way to include in those emails an admin line asking the recipient to report any spam emails they may have received from the form.
It's quite easy. Just edit the e-mail template: .../lang/English/mail_templates/form_email.tpl
Anyway, make an extension request and describe what it should do.
Seems like this extension was developed for early beta of 1.3. Many changes have been made since then. The extension is to be updated. Try to contact with author or leave an extension request.
Thanks to lexazloy and parpalak, however it didn't work for me either.
Well, let's wait for Anatoly's reply (till Monday). It is he who tested and modified the database update script and maybe he will advise something useful.
Is it possible to list last 20 (or so) topics on forum index page?
Sure. One can make an extension deals with it.
Where on the index page must the last topics be placed?
Now I wrote the SQL by myself - before I ran the conversion. And now it worked fine for me.
Please, describe what you did. Maybe it will help other users.
parpalak wrote:Do you have ideas about when and why user wishes to disable PM?
Spam, offensive posts or simply no interest in PMs.
Added to the spec too.
By the way, do you receive spam via PM here?
Another cool idea would be to add a blacklist (to block spammers or annoying people).
Blacklist is a sound idea
Added to the spec.
parpalak wrote:Do you mean that user must be able to disable receiving messages from other users?
Exactly.
We'll consider this suggestion, but I (personally) don't think this option is really necessary. Do you have ideas about when and why user wishes to disable PM?
Is there an option to disable PMs? I didn't find any.
I meant user-side.
I didn't get it. Do you mean that user must be able to disable receiving messages from other users? There is no option like this in pun_pm.
Or anything else?
OK, and what do I do in this case
Well, let's try...
The list of acceptable values: http://www.gnu.org/software/libiconv/do … ESCRIPTION
ISO-8859 encodings: http://en.wikipedia.org/wiki/ISO/IEC_8859
Seems that you need "ISO-8859-10". I would try different values (after making database and files backup, of course).
I just tried enabling/disabling it and it works
Ah, yes. It must work.
Sorry, I've a hard day
Was I right when I told about permissons for writting a file?
PunBB Forums → Posts by Parpalak
Powered by PunBB, supported by Informer Technologies, Inc.