Ok. You can use PunPoll v1.1.2 instead then, but there might be some old bugs left there... which I'm not gonna fix for you.
676 2004-01-23 19:22
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
677 2004-01-23 19:07
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
No.
Why can't you just update the forum?
678 2004-01-23 19:00
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
PunBB 1.0.1
Poll 1.2
Okey, that's the problem then. You must run PunBB v1.1.1 (or v1.1).
679 2004-01-23 18:36
Re: Punbb Photo Albums (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hmm, interesting
If you don't want to make everything yourself, meybe you could merge punbb with gallery someway...
(Example of a page running gallery: battlefield1042.nu)
Edit: Moved the topic to discussions instead.
680 2004-01-23 17:59
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I tried to install this mode on my site, but install_mod.php is not working. I run it and nothing happens...
Okey, seems odd. Which version of PunBB and PunPoll do you try to install?
681 2004-01-22 09:43
Re: Converter: PhpBB2 -> PunBB1.1 v2.0b3 (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
my webhotell only allows me to have one mySQL database, there is no way to use this then?
i got a phpbb2 forum using that database but want to convert to punbb..
That should be no problem, just enter the same database in both fields.
682 2004-01-21 15:46
Re: Ännu en fråga. (1 replies, posted in Archive)
Nej, det är inte alltför stort.
Finns nog en tråd som visar hur man tar bort moderator-delen, så kolla på den så är det nog inga problem.
Edit: Den här tråden är det: http://punbb.org/forums/viewtopic.php?id=3117
683 2004-01-20 13:42
Re: Search for users in the userlist (3 replies, posted in Feature requests)
Nice
Is it a private TODO-list? (Can't find one...) Maybe time for a new 'The work continues'-topic and lock the old one?
684 2004-01-20 13:23
Topic: Search for users in the userlist (3 replies, posted in Feature requests)
Maybe add the ability to search for users in the userslist?
I missed this feauture in my Private Messaging System... so I made a mod: Screenshot | Download
685 2004-01-20 12:28
Re: Smilies? (They're automatically resized!) (9 replies, posted in PunBB 1.2 troubleshooting)
It works, thanks Chacmool.. can't believe I couldn't find it myself
edit btw you've got some awesome mods there! the only downside on punBB was the lack of pm and polls.. thanks so much
Thanks!
Always nice when people use the stuff you've made. It makes it much funnier to make them actually
686 2004-01-20 12:26
Re: Mark just one forum read instead of all of them (3 replies, posted in Feature requests)
I actually don't understand why this is so important... I often have time to read every new thread when I visit a forum. Though, if it's ALOT of posts, it can be hard to do it...
Kennel have said before that he might implement it if he finds a nice, scalable, solution to the problem... so we'll wait and see
687 2004-01-19 19:43
Re: Posts only appear after approval by admin (16 replies, posted in Feature requests)
Kennel: It's more than you think
It's alot of small things, like not saving last_post in the forum-table untill you approved it and so on... If you're adding it in PunBB 1.2, do you have any idea of when it might be released? (it's no use for me to make it if you're gonna add it in a few weeks anyway)
688 2004-01-19 18:54
Re: Posts only appear after approval by admin (16 replies, posted in Feature requests)
No, but that's no problem to fix.
Otherwise it's okey then?
689 2004-01-19 18:09
Re: Posts only appear after approval by admin (16 replies, posted in Feature requests)
Done! There's a test-furum online here (not that much works yet though )
Just login with user: 'test', passwd: 'user'. Is the Admin->Approve-list ok?
690 2004-01-19 17:27
Re: Posts only appear after approval by admin (16 replies, posted in Feature requests)
Ok, I understand what you mean.
No, it will probably never be a "Original PunBB"-thing, but it might not be that hard to write a mod after all. I'll do a test, then we'll see if you like it
691 2004-01-19 17:08
Re: Posts only appear after approval by admin (16 replies, posted in Feature requests)
Hmm, okey... there's no "company users" in the forum (excepts admins/moderators) then
This make's it alot easier! Maybe I'll look at it later today.
692 2004-01-19 16:54
Re: Posts only appear after approval by admin (16 replies, posted in Feature requests)
I think it's quite alot of changes actually...
It's not enough to change so that guests can't post in the forum then?
693 2004-01-19 16:41
Re: CSS works locally but not one server (9 replies, posted in PunBB 1.2 troubleshooting)
I'm running Opera 7.xx... which works.
Can't test it in firebird though... did you make any changes in the CSS? Have you tried to empty the cache or something like that?
694 2004-01-19 16:35
Re: Smilies? (They're automatically resized!) (9 replies, posted in PunBB 1.2 troubleshooting)
In help.php on line 162 change:
echo ' '.$lang_help['produces'].' <img src="img/smilies/'.$cur_img.'" width="15" height="15" alt="'.$cur_text.'"><br>'."\n";
To:
echo ' '.$lang_help['produces'].' <img src="img/smilies/'.$cur_img.'" alt="'.$cur_text.'"><br>'."\n";
695 2004-01-19 16:32
Re: CSS works locally but not one server (9 replies, posted in PunBB 1.2 troubleshooting)
What is it that's not working?
I've looked at the page, and everything seems ok
696 2004-01-18 14:52
Re: Smilies after text (4 replies, posted in PunBB 1.2 troubleshooting)
There are also problems where you don't want to convert a "smiley", for example:
Cost: $xx (yyy:-)
Edit: Damn! Frank H was quicker!
697 2004-01-18 14:23
Re: Number of posts on frontpage? (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes, just add the variable into the line like this:
<?php echo('Topic: '.$topic_id.' has '.$num_posts.' posts.'); ?>
698 2004-01-16 20:59
Re: Double view when pressing [ New posts ] (2 replies, posted in PunBB 1.2 bug reports)
Exactly my thought
There's only one update-query in viewtopic: "UPDATE ...topics SET num_views=num_views+1..." Interesting to se what's wrong
699 2004-01-16 20:51
Topic: Double view when pressing [ New posts ] (2 replies, posted in PunBB 1.2 bug reports)
Found a bug I think
If you view a post by pressing the "[ New posts ]"-button, the number-of-views counter will increase two steps instead of one...
700 2004-01-14 20:46
Re: I get error after installing Poll MOD. (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I fixed it, but no when you watch a poll, the buttons are really small, without any text at all..
what can be wrong?
Okey, probably something to do with the language files. If your'e not using english, you have to translate /lang/en/en_poll.php (if you are using english, make sure the file exists)