Mmm, this is quite the old topic wink

Try converting to another forum software and then to PunBB
ie: SimpleBoard -> SMF -> PunBB
http://www.simplemachines.org/community … pic=145652

No, actually: topic splitting would be nice here.
I'll clean this topic up later today

No, in the main directory

Download a copy of your files, make a dump of the database (perhaps using the Database management plugin)

I guess the author just copy/pasted those lines and didn't bother to properly count: just follow the steps in order

Try http://www.punres.org/files.php?pid=227 instead

http://www.punres.org/files.php?pid=224
http://www.punres.org/files.php?pid=52

3,759

(11 replies, posted in PunBB 1.2 troubleshooting)

Check Admin Options wink

3,760

(5 replies, posted in PunBB 1.2 troubleshooting)

Not without a modification wink

3,761

(29 replies, posted in PunBB 1.2 troubleshooting)

$result = $db->query('SELECT * FROM '.$db->prefix.'users WHERE id = '.$pun_user['id']) or error('Unable to fetch user data', __FILE__, __LINE__, $db->error());

3,762

(29 replies, posted in PunBB 1.2 troubleshooting)

replace
$var = $db->result($result);
with
$row = $db->fetch_assoc($result);
and change the query to grab the information

That's not the way the mod works: check out activate.php, where the create table and insert statement for new forums are kept

Plubyblop wrote:

Well, the mod I'm using creates an unlimited number of punbb forums from one install.
I'm making a website designed for bible studies, and everyone can make there own forum for their study. I would just tell them to change it, but it would be easier if all the forums just started with it automatically unchecked, because most of the people I know who would use it are not very web-oriented at all.

Yes, so change the rows it inserts when creating the forums?

Err, why not just change the default usergroup option?

3,766

(7 replies, posted in PunBB 1.2 discussion)

Did you manage to find one?

PunBB and SMF use different encryption systems, so I don't believe it's possible, sorry sad

http://www.punres.org/viewtopic.php?id=493

3,769

(1 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/docs/install.html

No problem: glad I could point you in the right direction smile

3,771

(7 replies, posted in PunBB 1.2 troubleshooting)

GeoffG: kierownik was trying to help you. Please be polite or don't ask for help.
Now then, you say you installed the forum ranks mod? I would double check your settings for it and make sure people are given proper permissions through the mod. If that doesn't work, I would try reverting your files back to what they were before the mod was installed and seeing if people can access the forums then: if so, the issue is with your setup of the mod

Yes

Moved to Modifications

Your forum is serving up the stylesheets as downloads: could that be causing an issue?

3,775

(9 replies, posted in Feature requests)

Multigroup will be an extension for 1.3 wink