776

(10 replies, posted in PunBB 1.2 discussion)

Really nice page smile Good job!

One thing I miss though... I want to be able to enter "old" stuff in the changelog.

777

(10 replies, posted in PunBB 1.2 discussion)

Sweet!

Adding my projects asap.

I'm with Kennel on this one... so I'll rather support Cactuz page instead.

It IS released smile

I'm gonna fix all that when I'm home again (after all this x-mas-stuff smile)

I've seen some other people with the same problem, but with no good answers...

PHP Version 5.0.0b3
SQLite Library 2.8.3

Cactuz wrote:

One way I can think of is that if you add f.forum_name as forum_name in the SQL query.

Ok, but... you don't have it like this then? It's ALOT of work to change every qury in PunBB.

Hello again, I have a problem:

When I get the result from a query is "saves" the names. In the example below there shouldn't be any "f." or "c." before the names. There must be a way to change this, but where?

Array
(
    [cid] => 1
    [c.cat_name] => Test category
    [fid] => 1
    [f.forum_name] => Test forum
    [f.forum_desc] => This is just a test forum
    [f.moderators] =>
    [f.num_topics] => 1
    [f.num_posts] => 1
    [f.last_post] => 1072109909
    [f.last_post_id] => 1
    [f.last_poster] => chacmool
    [f.closed] => 0
}

Perfect!

Now I don't have to download MySQL (20megs) with this sucky modem!

Apelsinjuice wrote:

hehe,,, how? its easier to write only eng,,, hehe ...

until efter x-mas sometime.
       ^^

Hehe, just trying to teach the english-speaking guys some swedish roll big_smile

785

(23 replies, posted in PunBB 1.2 discussion)

Why not use both and let the forum owner decide which one to use?

Or maybe a mix of 1:st and 4:th?

Another new topic [1 2 - New Posts]

I'm going away for a while now... xmas and all that. So there's no converter until after x-mas sometime. Maybe I'll release it when Kennel's released PunBB 1.1 smile

787

(23 replies, posted in PunBB 1.2 discussion)

I meant using the existing image, not a new one.

I can agree on that it's not a intuitive klickable button though... but making another one seems wrong too.

Edit: Yay! I'm a Senior Member! big_smile

Yepp, but here the problem was to find _why_ some users were missing, not the solution smile

I've found loads of bugs using Mako's database!

Goddamn this is tricky!

Recently found a bug where users with a ' in their "Location" would'nt be converted... 11 poor users (out of 815) were lost!

No, it's not...

791

(9 replies, posted in PunBB 1.2 discussion)

Gribber wrote:

So, if i got ~ 2k posts, i will be a punbb developer? wink

Hehe! Sweet!
Lest warm up the mad posting scripts then big_smile

Maybe we should have the title: 'PunBB Modder' instead smile

792

(23 replies, posted in PunBB 1.2 discussion)

I don't see why using the image (which represents that there is a new post) is a bad idea?

I've got a forum from Mako (thanx alot btw!), and things it seems to work fine smile. I've found like five bugs imediately, most of them fixed now...

794

(9 replies, posted in PunBB 1.2 discussion)

Hmm, tricky one...

Some people really want to have "better" rank... and you might end up with alot of wortless posts. On the other hand, it's fun to be able too see how many posts someone have by their rank smile

I've been working on a converter for a few days now. The problem is that I don't have any large forum to test it on, so if someone could provide me with a phpBB-forum dump I would be very happy smile

Otherwise, if you don't want to send it, you maybe can test the converter for me when it's getting finished?

http://www.etek.chalmers.se/~e0mool/punbb/pics/Converter.jpg

A few questions regarding phpBB's BB-code (it has more than PunBB does):

1. Smileys: Should I remove the ones which doesn't exist in PunBB or just leave them? Example below with list of all phpBB smileys:

big_smile  smile  sad  yikes  :shock:  :?  8)  lol  :x  tongue  :oops:  :cry:  :evil:  :twisted: roll  wink  :!:  :?:  :idea:  :arrow:


2. Lists: Remove the list-stuff (not the text) completely, or make a "fake" list as shown below:

  List:
  · Red
  · Blue
  · Yellow

796

(17 replies, posted in General discussion)

Great! How big is it?

Can you mail it to me?
Or ICQ maybe? #8572673
Or IRC: #punbb @ quakenet

Edit: I like the 3-minute-answers big_smile

797

(17 replies, posted in General discussion)

I've been working in the converter today, not far from done now.

One problem though, I don't have any big database to try it on. Is there someone here who can provide me with a phpBB 2.06 mySQL database backup file?

##
##        Mod title:  PunPoll
##
##      Mod version:  1.2.5
##   Works on PunBB:  1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4
##     Release date:  2004-02-26
##           Author:  David 'Chacmool' Djurbäck (chacmool@spray.se)
##
##      Description:  Adds poll-support to PunBB
##
##   Affected files:  admin_options.php
##                    admin_permissions.php
##                    admin_forums.php
##                    common_admin.php
##                    viewforum.php
##                    viewtopic.php
##                    post.php
##                    edit.php
##                    delete.php
##                    header.php
##
##       Affects DB:  New table:
##                       polls
##                    New options:
##                       o_polls
##                       o_poll_change
##                       o_poll_multi
##                       p_guests_poll
##
##            Notes:  You CAN use Mod_punpoll.html instead of this readme,
##                    it's the same process, with the difference that the
##                    html-file not's manually made. Please tell me what
##                    you think about it.
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##

Download PunPoll
(If PunRes is down, download from here instead.)

Changelog:

9 juni
· Users now have to press the checkbox to edit poll info.

18 maj
· Added code made by Paul Gregg that fixed PotgreSQL-
   support for PunPoll. Thanks a lot for the help!

26 feb
· Fixed changes between PunBB v1.1.1 and v1.1.2

3 jan
· Chenged the javascript that "opens" the poll-form
    in post.php. (BIG thanx to Elijah for the code!)
· Fixed a problem in admin_polls.php when there
   were no polls in the forum. (thanx Muggen!)
· Fixed a bug where the forum didn't work if the
   "User has posted earlier" options was enabled.
   (thanx Elijah!)

2 jan
· Rewrote some code to work with PunBB v1.1

26 dec
· Options for poll-changes and multipoll added.

11 dec
· Users can no longer change the question.

5 dec
· Added an poll-info-stats page (Admin pages).
· Fixed the quote-bug.

25 oct
· Fixed a bug where users not logged in could vote.

1 oct
· Added gust post poll permission to admin-permissions

28 sept
· Release: PunPoll v1.0

25 sept
· You can't vote when topic or forum is closed.
· Normal users can't edit the poll-type.

24 sept
· Added support for multivote-poll.
· Your'e able to delete the poll, not just hide it.
· Poll form is invisible until a checkbox is pressed.

23 sept
· Normal users can't change their polls.
. Guests can post polls if they're allowed to post topics.

21 sept
· Poll only visible on the first page.
· Polls are deleted when pruning or removing a forum.
· Poll On/Off option added to Admin->Options->Features
· Added poll-bar-images for the PunBB-styles.

20 sept
The work begins! Alot is done today.

Viewtopic:
   http://www.etek.chalmers.se/~e0mool/punbb/Poll_thumb.jpg

Post new topic:
   http://www.etek.chalmers.se/~e0mool/punbb/addpoll.jpg

Any suggestions or comments?

I've made an readme editor for the readme.txt-files. Got tired of changing numbers of the last 50 steps when I added a step in the beginning of the file. One drawback though; it's written in java (wanted to write something more meaningfull than the sort-algorithms we've done in school)

Download it here.

Screenshot:
http://www.etek.chalmers.se/~e0mool/punbb/pics/Mod_small.jpg

Edit: You'll need Java VM from java.sun.com to run it I think...

Edit2: It can't open specific files, so it must be run in the folder where the readme.txt is located.

Hmm, my mistake, it'll work fine I think smile
Sorry.

Edit: I thought of my original idea, but I've changed it in the release.