I don't know, I just assumes it will be some problems :) Actually, I've not hade the time/will to test it yet... The test forum is online when I'm home (=my computer is on), maybe I should have mentioned that in the first post :)
426 2004-06-10 23:12
Re: PunPostPreview (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
427 2004-06-10 08:22
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yeah, was just about to post that one about the delete topic... i think it's when the user is a guest / not logged in. When you log in as another user, then the "delete" disappears.
True. Added a check so that the user is logged in too.
Just change line 51 (might differ for different versions) in include/punpoll/viewtopic.php:
<?php if($is_admmod || (!$cookie['is_guest'] && $cur_user['username'] == $poster)){ ?>
428 2004-06-10 08:13
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Done!
I've uploaded PunPoll v1.2.6 to the directory. Just replace ./punbb/include/punpoll/viewtopic.php with the corresponding file in the zip-package and It should work fine... hopefully.
429 2004-06-10 08:04
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Oh wihtout it, the error messages (no question / less than 2 answers) didn't show up. it just displayed a blank message box! :)
Yeah, you're right :) I'll change it.
And I saw the "delete"-comment in another topic here, I'll look at it right away.
430 2004-06-10 08:01
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I tried using it on 1.1.4, but I get this when running install mod:
You are running a version of PunBB that this mod does not support. This mod supports PunBB versions: 1.1, 1.1.1, 1.1.2, 1.1.3
Yet, you say it works on 1.1.4... am I doing something wrong?
Sorry, my fault. I forgot to upload the "new" (only a value in the array in the install-file that's changed) version to my temporary page. Download it again and it should work.
431 2004-06-10 07:17
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
=== Private_Message_System_v1.0.6
== readme.txt## Mod version: 1.0.4
## Works on PunBB: 1.1, 1.1.1, 1.1.2???
Well, I SUCK at updating the readme-file. Even had some thoughts about removing it from the readme or making a scripts that fixes it for me :)
432 2004-06-10 07:07
Re: Word Association Thread (1,382 replies, posted in General discussion)
Blood
433 2004-06-10 07:06
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I think you're missing 'EditPostPoll' in your lang file, but that's easily fixed.
Yes I do :) Forgot to colpy the lang-file from my test-forum to the release-dir. Thanks.
Oh one more thing...
I think in edit_save.php, it's missing:
global $pun_root, $language; require $pun_root.'lang/'.$language.'/'.$language.'_poll.php';
No, it's not needed in edit_save.php. It's just database-stuff, so there's no language-file needed there.
434 2004-06-09 15:43
Re: Punbb++ to Punbb 1.2 (2 replies, posted in PunBB 1.2 troubleshooting)
I'm not sure which mods are included in PunBB++, but I don't think it should be any problems. Though, If you've used for example Polls in the forum, they will not be visible in the new forum.
You can try this maybe:
1. Unpack a clean install of PunBB to a new directory (do not install it!)
2. Copy the config.php from the punbb++-installation
3. Check the new forum if it's okay.
This way the two forums use the same database (it'll not work perfectly as the basedir is different in the two forums). I don't know what happens if you try to run install.php in the "new" forum, so be careful there. A good solution is to backup the forum before playing around to much.
435 2004-06-09 12:34
Re: Host 'localhost.localdomain' is blocked. (3 replies, posted in PunBB 1.2 troubleshooting)
The host looks weird... Try removing ".localdomain" from the host (I assume the database-server is on the same machine as the webserver).
436 2004-06-09 10:58
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Is it okay if you must press the checkbox even if there is a new poll? (It makes it alot easier this way: it does not require me to do another query or move some code outside the included files.)
437 2004-06-09 10:51
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Done!
Open: edit.php
Find:
if (isset($checkboxes))
$checkboxes = implode('<br>'."ntttt", $checkboxes);
After add:
require $pun_root.'lang/'.$language.'/'.$language.'_poll.php';
if(($pun_config['o_polls'] || $cur_user['status'] > 0) // Polls allowed OR user is moderator or admin
&& (!$cookie['is_guest'] || $pun_config['p_guests_poll'])){ // AND NOT guest OR Guest allowed to post polls
$checkboxes .= "\n\t\t\t\t".'<br><input type="checkbox" name="showpoll" onClick="change(this);" tabindex="'.($cur_index++).'"> '.$lang_poll['EditPostPoll'];
}
Download the new version and replace form_edit.php. If you've made changes to
your form_edit.php, I can show you what's changed. (You ONLY need
to follow the steps abovve and replace this file).
438 2004-06-09 10:28
Re: PunBB 1.1.4 - Impressions (17 replies, posted in PunBB 1.2 discussion)
Hdiff is a script that generates html-files as output when "comparing" files. This helps people to alter the code instead of downloading new files to replace the old ones with.
439 2004-06-09 10:25
Re: PunPostPreview (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It's not supporting preview when editing posts. I've not had the time to fix this yet. I might fix it someday though, but untill then there's no preview there.
440 2004-06-09 10:23
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hey Chacmool! I'm a fan of your work...
I've installed PunPoll v1.2.4, and it works a treat: http://shuttertalk.com
However, just some feedback - when editing topics, the poll section should be hidden unless there is already a poll on the topic. I suggest maybe making it like the new post form -- where there's a checkbox to show the poll section or not, and then make it checked by default if there is a poll on the topic already.
What do you think?
Hehe, great you like and use it! :D
I agree on the edit-post-part, I'll probably fix this until the next release. Thanks for the feedback.
441 2004-06-09 01:51
Re: Help (1 replies, posted in PunBB 1.2 troubleshooting)
Yes, you need PHP and a database. Download the files and then follow the instructions in install.html in the file package.
442 2004-06-09 01:46
Re: PunPostPreview (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hey Chamcool, now that punres is down, where can I download this mod?
Sure! I've put all my mods here.
443 2004-06-09 01:41
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
444 2004-06-09 01:41
Re: Flytta forumet (2 replies, posted in Archive)
Raz dubbelt upp :)
Det är bara att flytta och sen ändra Admin -> Option -> Base URL.
445 2004-06-08 14:28
Re: Word Association Thread (1,382 replies, posted in General discussion)
ocean
446 2004-06-08 11:54
Re: CSS Menu (3 replies, posted in General discussion)
Thanks, I'll look at it :)
Oh, btw, its a drop-down menu I want (were almost only ordinary menus on tha page). This This one seems to work fine, though it's really ugly and don't validate so it's out of the picture.
447 2004-06-08 11:20
Topic: Browser usage (7 replies, posted in General discussion)
I've looked at the webbrowser-statistics on (among others) w3school.com homepage. Is this numbers trustworthy? I know that Opera per default is identified as IE6.0, and this is probably the case in many other browsers too.
Edit: Another statistics image:
448 2004-06-08 11:14
Topic: CSS Menu (3 replies, posted in General discussion)
I've been working on a menu in css but had (as always) problems in IE. Searching google gave me a few solutions, like this one. It works fine in IE, Opera 7 and Netscape 7, but not in alot of other browsers.
So, the question is: Should I make a css-menu that works fine for most users (not necessarily the solution given in the link), or make one wich javascripts or something like that so it works for more people?
449 2004-06-08 09:35
Re: The biggest PunBB? (142 replies, posted in PunBB 1.2 discussion)
I think I've found the biggest ones:
barrowfc.com - 31854 posts, 1020 users
forum gitara.pl - 2257 users, 17629 posts
I've been thinking/working on a "punbb-big-boards" and made som research :) Btw, the largest board listed at big-boards.com has 80'259'040 posts! Thats waaaay more than alot of posts :D
450 2004-06-08 08:45
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
dont know if its been mentioned.. but this would be better if you got some notifiaction when you get a PM.. like the messages button turns red or likewise
i always forget to check my messages :D
There should be a link: "There are new messages" when you have new messages. It's positioned at the same place as the "There are new reports"-link.
Which version of the PMS du you use?