551

(14 replies, posted in PunBB 1.3 extensions)

Yes, im uploading fix right now.

Update help in our wiki — http://punbb.informer.com/wiki/punbb13/installation

Better install hotfix and replace files profile.php and admin/bans.php from punbb-1.3.5

Try this version https://github.com/downloads/punbb/exte … 1.2.tar.gz

Looks like error in pun_karma mod, not moderate.php.
We check this, thanks for bug report.

What version of forum and pun_karma you use?
How we can reproduce problem?

Yes, u can create extensions.

Just use hooks in function format_time.

xper, or dont use hotfix or revert files to original from 1.3.5

Find

function format_time

in include/functions.php
This function format all date in forum.

Or maybe you change format date in forum admin settings.

Check DB for errors.

Check DB for errors.

561

(1 replies, posted in PunBB 1.3 additions)

Use search, man.

562

(7 replies, posted in PunBB 1.3 bug reports)

Looks like you use some extension like registration approval or invite.
Try to check list of installed extensions.

563

(7 replies, posted in PunBB 1.3 bug reports)

You need look this file on filesystem, maybe use ftp or filemanager - not browser.

564

(7 replies, posted in PunBB 1.3 bug reports)

fma16, look in cache/cache_config.php value of o_regs_allow - it must be set in 1 if you allow registration.

We test worked hotfix - please wait.

xper, try this fix [deleted becouse we tested hotfix]
just replace files with this.

567

(1 replies, posted in PunBB 1.2 troubleshooting)

axa, is not simple.

1) You lost all your mods.
2) You need a separate place for experiments.
3) Make backup DB and htdocs.
4) Make backup DB and htdocs twice.
5) Please, read this manual http://punbb.informer.com/wiki/punbb13/installation

Thanks, added too lang repo - https://github.com/punbb/langs

569

(3 replies, posted in PunBB 1.3 discussion)

I must see all file with changes for help.

570

(3 replies, posted in PunBB 1.3 discussion)

Try this code

$query['PARAMS']['NO_PREFIX'] = 1;

$result = $forum_db->query_build($query) or error(__FILE__, __LINE__);

unset($query['PARAMS']['NO_PREFIX']); // maybe unset($query);

And dont use num_rows() if u can - it deprecated in punbb-1.4 and will be removed in 1.5.

You can replace num_rows like this

$result = $forum_db->query_build($query) or error(__FILE__, __LINE__);
$companyPresentation = $forum_db->fetch_assoc($result);

if (!$companyPresentation)
  error  
else
  ok

571

(4 replies, posted in PunBB 1.3 additions)

Is not one line.
You need understand how html+css works.

572

(6 replies, posted in News)

With this, we have moved the development of PunBB to Github.
You may now find the official source code repository at http://github.com/punbb/punbb.

This should make the project a little easier to manage, and in particular, make it easier for developers to contribute patches.

Having the project at Github will allow us to benefit from the fact many open source developers are already familiar with it, and allow us to take advantage of the simpler pull request process. As always, we welcome you to fork our repository, enhance PunBB to meet your needs, then submit a pull request to have it considered for inclusion in the master PunBB project.

http://pic.lg.ua/x/2/a9ddd9/md_e64430f3.png


Have a nice day! ;-)

573

(4 replies, posted in PunBB 1.3 additions)

1) in Oxygen.css
2) CSS code

P.S. Just install firebug.

574

(4 replies, posted in Feature requests)

Have worked prototype SQLite3 in dev branch punbb-1.4.

575

(3 replies, posted in PunBB 1.3 bug reports)

hakanand wrote:

What is otherwise the best way to prevent spammer registrations? Is it to install the pun_stop_bots v0.2? (we have about 30 spam accounts registered each day).

You can try http://punbb.informer.com/forums/topic/ … am-system/ but it beta-version.