51

(14 replies, posted in PunBB 1.3 extensions)

LOL does look a bit weird doesn't it.

I'll check through those at some point - but that bit is correct.

52

(14 replies, posted in PunBB 1.3 extensions)

I couldn't get your file correctly, but I have released a new version that I think fixes everything you brought up - thanks.

53

(82 replies, posted in PunBB 1.3 extensions)

yep that explains it - try commenting out the mysql_data_seek line - can't recall what effects happen when it isn't used.

I'll be looking at changing for the next release.

54

(82 replies, posted in PunBB 1.3 extensions)

haven't had chance to look at that error at all - what version of mysql is in use on your site? it may be that your version doesn't like: mysql_data_seek

If so then i may look at replacing that portion of code - especially as it is a mysql only call. But I literally haven't the time at the moment to spend on it at the momet, I'm bogged down in another  project.

55

(82 replies, posted in PunBB 1.3 extensions)

Can I have  a link to the site to see that one - I can then play with CSS and provide a solution for you.

56

(82 replies, posted in PunBB 1.3 extensions)

yep I hid it with CSS, the querytime bit hides it.

Note to developers - can we please change that define so it doesn't automatically show and allow extension developers a method of turning it on/off. DEFINE stops is from doing so.

57

(82 replies, posted in PunBB 1.3 extensions)

sorry didn't give you the css for the online bit try changing this:

.brd .postbody .author-ident .userstatus span {
    border:0;
    text-indent: 0px;
    padding-left:18px;
    min-height:16px;
}

to this:

.brd .postbody .author-ident .userstatus span {
    border:0;
    text-indent: 0px;
    padding-left:18px;
    min-height:16px;
        line-height:1.8em;
}

58

(82 replies, posted in PunBB 1.3 extensions)

The text is there, just cut off by the look of it - try adding a line-height to the CSS.

Can't remember about the generated in ... bit - and can't see where I coded that. Aha I didn't I put in the CSS because you can't undefine in php.

remove this from the CSS file:
p#querytime{display:none;}

agreed, I'll look at adding that in at some point.

60

(82 replies, posted in PunBB 1.3 extensions)

thanks, I'll take a look asap

61

(82 replies, posted in PunBB 1.3 extensions)

please confirm which page you were on that gives this error, thanks.

62

(82 replies, posted in PunBB 1.3 extensions)

bah that would mean storing all the karma details again - which I just set up to delete!! Although nice idea, I fear things could get complicated - so I'm not sure about this one.

The disallow enable/decrease would be easy to add in - so a possible.

Only enabling if posted more than, is a good idea so I'll look at adding that.

63

(82 replies, posted in PunBB 1.3 extensions)

Cereal wrote:

it would be nice to have an option to motivate your karma posting (of course configurable smile)

I have no idea what you mean by that.

strike that - use 0.9 just uploaded - I forgot to delete a few things.

65

(14 replies, posted in PunBB 1.3 extensions)

I've taken this extension out of beta as there have been no bug reports.

I've also managed to get a link on here :
http://akismet.com/development/

0.8 uploaded - I think all is now fixed - plus I fixed another bug while I was in there.

You might want to consider truncating the karma table, as I am now deleting the old entries, and adding new ones for each successful karma change. Before, new entries were just added. It doesn't affect anyone's karma if you do this, but might help if you have any problems.

thanks, I'll take a look. I think I've found the problem - just waiting for the hour to be up to see if I'm right!

hmmm. I'll have to some more testing and investigating.

69

(82 replies, posted in PunBB 1.3 extensions)

New version, 0.7, hopefully fixes that -
http://quirm.net/download/36/

New version, 0.7, hopefully fixes that -
http://quirm.net/download/36/

LOL that could be problematical - I'll run a few test later on and try and track down the error.

72

(82 replies, posted in PunBB 1.3 extensions)

maybe, depends if I get chance - but it wouldn't be coded the same...

73

(82 replies, posted in PunBB 1.3 extensions)

ahhhh I see - no my extension isn't suitable for this. Although similar it is very very different in operation.

However it would be fairly easy to do.

74

(82 replies, posted in PunBB 1.3 extensions)

sounds like a replacement avatar - what size were this images?

75

(82 replies, posted in PunBB 1.3 extensions)

Hmm, not something I'd considered. But you can always create/allocate member groups with different images - or are you really thinking of a different image for every user?