276

(14 replies, posted in PunBB 1.2 discussion)

punbb 1.3 beta 2 mods work on fluxbb beta 2 aswell, all mods should work on each forum.

277

(14 replies, posted in PunBB 1.2 discussion)

volomike wrote:

I'm new around here. I guess I'm confused on which to go with -- FluxBB or PunBB. I thought I read that PunBB was stalled and FluxBB was a fork with most of the original developers. But then when I found that the very latest Flux 1.3 Beta 2 didn't have Private Messages, nor a working beta mod, I had to look elsewhere. So I downloaded the PunBB 1.3 RC and got the pun_pm mod working just fine with it. I also noticed that the files inside were updated very recently. To me, that doesn't sound like PunBB is being pushed aside for Flux -- that sounds like more active development on PunBB than Flux.

And PM is a really important thing for me -- my client had this as a request on a proposal, and originally I used phpBB for that very reason. But then as I got used to phpBB and learned how aggravating it was to theme and build my own components for, I had to look elsewhere. I wanted something more recent, so I dropped the idea of SMF. So that's when I noticed on forums.devnetwork.net that a guy recently posted a message there that he liked PunBB. I gave it a shot, and I compared it to SMF, and I liked it's look a lot more.

So, there's still active development on PunBB, right?


Fluxbb has allot more developers working on the core. Punbb are mainly working on the extensions as they are mainly using fluxbb core (to keep compatibility). Fluxbb does have a PM mod as well, and will soon have a proper page for all extensions. Fluxbb has a bigger and better community as well.

If you have falling in love with punbb then you should be over at flexbb, because they are the developers who designed it.!

no we cant.


Enable debug mode and i might

Declined wink

280

(52 replies, posted in PunBB 1.3 additions)

For both, I would leave out the images. Yes its basic but its better.

to me both of them are starting to look like phpbb...

How does this (and other changes) to punbb effect cross compatiblilty? How much lea eay does cross compatiblity mean your have? Is it only for extension crosscompativlity or moving from one forum to another?

Firstly, its all over a fluxbb.org.

I woudnt do any extensions yet as 1.3 is still being developed.

And you look in the file for the hook you want.

http://fluxbb.org/wiki/developing_extensions > If you need help post over at the fluxbb forums

What is the aim of the If statment? I dont think $pun_user['1'] is doing what you want.

It is $pun_user['userid']

And you can also do !$pun_user['guest'] Something like that

284

(17 replies, posted in PunBB 1.3 troubleshooting)

dont have to, style="text-align=centre" I think... But im not 100% sure it supports inline styles

285

(17 replies, posted in PunBB 1.3 troubleshooting)

I think for the tpl you can edit them yourself.

286

(17 replies, posted in PunBB 1.3 troubleshooting)

It will be.

ConnerHD made some example ones, look http://punbb.org/download/example_extensions.zip

287

(17 replies, posted in PunBB 1.3 troubleshooting)

Read: http://fluxbb.org/wiki/developing_extensions

If you look at 1.3 code there are tons of:

($hook = get_hook('es_essentials')) ? (defined('FORUM_USE_INCLUDE') ? include $hook : eval($hook)) : null;

They are hooks. And when you make an extension and insert that hook it will replace the hook with your code.

288

(17 replies, posted in PunBB 1.3 troubleshooting)

You find the best place to put it and use a hook

You need to make an extension, just for general stuff. Look in header.php for the hooks i think

Its a long story, and if your feeling up to it you can find it all out at http://punbb.informer.com/history.php

But the main developers who designed and created punbb have made a fork, called Fluxbb, so as you can tell the forums are almost the same, they are just ran by different people. the reason I say move to fluxbb is because There aint that many people on this site that can help you, I hop between punbb and fluxbb forums because of the split and if you posted a problem here then you wouldn t get much help.

And the community is nothing like phpbb wink Its allot smaller, better and friendlier.

And in reply to how much skill is needed, For  both 1.2.* and 1.3, You just need common sense. However if you want to start customising and modding your forum allot to how you want it, it all depends on how far you go.

290

(4 replies, posted in PunBB 1.2 discussion)

Well then you might want to tell your friend that his site could be subjected to hacking any moment, there are security bugs in 1.2.16 that have been fixed, so you want to think about upgrading.

The only reason i can think of to have 1.2.16 is becuase the mods on work with 1.2.16??? if that is the case then he is wrong, you can simply change the version number and it will work.

I can get you the link but i woudnt reccomend using it!

http://punbb.informer.com/download/muse … 1.2.16.zip

I would reccomendd you look at fluxbb, www.fluxbb.org Its the same as punbb but with a bigger and better community..

I also woundt download and install php/mysql/apach ( which is what punbb/fluxbb needs) and set them up your self, I use pre comiled software such as wamp which is a installable websever for your local pc.


Punbb is 99.9% hacker safe, same with any forum software, you cannot garantee somone in a few years time wont make a hack to get in, but for now, there arnt any, the only thing you will have to install is some sort of spam filter to stop people signing up and posting a lot of rubbish.

Please be aware the 1.2.20 ISNT this forum, This is 1.3 beta, so it will look allot diffrent.

292

(4 replies, posted in PunBB 1.2 discussion)

why you want 1.2.16?

293

(24 replies, posted in PunBB 1.2 troubleshooting)

$db_name is in config.php where you say what database you are using/

294

(24 replies, posted in PunBB 1.2 troubleshooting)

if you use MySql, then you will be using phpmyadmin. I dont see why you are exporting it then replacing it to that file.

What you want to do is to export the code, Just looked at sqlite now and when you export it, copy the code, then open up phpmyadmin, click on the forum and go SQL.

Just looking back, you have a MySQL database which has files in? The one called "punbb". Does that have users in, or posts?

Also try changing

$db_type = 'sqlite';
$db_name = 'forum2';

To

$db_type = 'mysqli';
$db_name = 'punbb';

295

(24 replies, posted in PunBB 1.2 troubleshooting)

What file type are you exporting it to, and where are you trying to import it?

If you have mysql installed, why dont you use that?

296

(24 replies, posted in PunBB 1.2 troubleshooting)

check out http://www.sqlitemanager.org/

297

(24 replies, posted in PunBB 1.2 troubleshooting)

How are you running your forum? Via a web host or your own local PC?

If you are running it via your pc then did you use a Prebuilt installer like WAMP?

298

(24 replies, posted in PunBB 1.2 troubleshooting)

I have no idea how diffrent sqlite is to normal sql? AS far as i can tell phpmyadmin dont work with sqlite so it wont pic it up, however if you go to sqlitemanager you might find it there? ( that is the sqlite program i have so you might not have it?)

299

(24 replies, posted in PunBB 1.2 troubleshooting)

From the tables you have shown me, you dont have any users or posts. Unless you have used the once called "web"? But that looks like a joomla installation.

Or are you talking about another host, Which i dout you are?

300

(7 replies, posted in PunBB 1.2 discussion)

No problem wink