1

(2 replies, posted in PunBB 1.4 bug reports)

dimkalinux wrote:

Its error in extension developer_helper. Try update it to latest version from github or ask user hcs — its owner of this extension.

https://github.com/ashcs/punbb_extensio … per_helper

ok ill check it out but how come it worked fine in my webhotel but not on my customers?

So i just transfered an entire website from my domain to my customers and on his site hes getting this error when viewing profile:
Strict Standards: Non-static method Fields_Hook_Dispatcher::pf_init() should not be called statically in .../forum/profile.php(15) : eval()'d code on line 15

does anyone know what could be wrong?

3

(75 replies, posted in Supported extensions)

Trace wrote:

Check if all files have been properly uploaded.

ive tryed download and uploading it again like 3 times now and no change.

edit:
is there a way to maunually run the file that installs it?

4

(75 replies, posted in Supported extensions)

Trace wrote:

Works good.

I cant install it for som reason, whenever i press Install extension i get sent to a blank page with the following url: ...com/forum/admin/extensions.php?install=pun_stop_bots

5

(75 replies, posted in Supported extensions)

does this not work for PunBB 1.4.2?

bump
ive found a way to bypass this by putting ALL my php code above the require and then refreshing the page but thats not really that smart and it dosent solve my problem, please halp!

so i have this line at the top of my site so i can get the username of whoever is logged in

define('FORUM_ROOT', './forum/');
require FORUM_ROOT . 'include/common.php';
$username = $forum_user['username'];

and whenever i submit a form i get  this insted of the actual content of my site and i cant figure out a solution
http://i.imgur.com/zWgAs52.png

8

(10 replies, posted in Feature requests)

keeshii wrote:

An extension for you:
http://punbb.informer.com/forums/topic/ … about-001/

It was more complicated than I exptected :]

wow thanks man, ill be sure to try it out once i get back home!
Edit: just installed it and it looks great!

9

(10 replies, posted in Feature requests)

keeshii wrote:

And how nya_fields are doing? Do you still want a new extension for users description?

I couldent really find any documentation on the plugin so i just decided to work on other stuff while i figure somthing out, so yes, id still like a new extension if its not too much trouble.

10

(10 replies, posted in Feature requests)

well i would really appreciate if one of you could make it for me but meanwhile ill see what nya_fields is

11

(10 replies, posted in Feature requests)

Hello ive been useing punbb for quite some time now and theres one thing im missing and its the ability to set your own profile description.

I want it so people can make a summery of who they are and stuff like that.

is there anything like this allready made?