51

(8 replies, posted in News)

Wonderful to hear that! I'll send PM as soon as I get from abroad smile

52

(28 replies, posted in Feature requests)

@fantasma, @colak - I just sent ("my") 1.3.5 to KeyDog for testing and if all goes well we could issue it. I know Informer said to @hcs that they will continue the project, but I'm little bit tired of waiting so if they want they can just commit the changes to repo (although most of changes were already done by Informer)  smile

New version added to first post (v1.1) - fixed bug with using default language. And added Slovak translation  smile

Nonante wrote:

I had change the dblayer of PunBB line 68 to works because:

Seems like you have posts with more than 700 000 chars in your db. I didn't count with that possibility big_smile But I might fix it in future versions.

Nonante wrote:

2-3 small changes, and it works with the latest version of phpbb (3.0.8).

What were those changes please? I could implement it in the tool...

Jven wrote:

The password hashes is a bit strange tho, it doesn´t work with the passwords copied from the phpbb(3) table, but If I take the passwords from an older installation with phpbb2 it works.

This might be a long shot, since I don't really remember PhpBB2 hashing methods, but - did you installed the phpbb3_login extension? (if so, maybe you can try to reinstall it...)

B_A_D wrote:

I have a problem. Where should I put the file with BD so PunBB 1.3.4 converter to find it?

What does BD stand for?

55

(3 replies, posted in Discussions)

amit_vibhuti wrote:

Is there any C# version of this application?

No, there's not.

It's quite sad, that Informer doesn't care much about PunBB anymore (10 code changes in last 3 months, when there are known bugs? neutral)

57

(40 replies, posted in Supported extensions)

@dimkalinux This isn't really "clean" solution, but imo it would be possible to take the @text and query DB with it
[code=mysql]SELECT ... WHERE LIKE '$found_part_of_nick%'[/code]
and then use strpos for looking up the whole username   smile

kiejr: Some of them use unique name for each avatar (=> avatar isn't cached), but this is another thing to save in db, so it isn't imo really nice way  neutral

I'm thinking that solution might be adding META in the <head> (to profile.php), but I'm not precisely sure about how browser's cache work (for example if the avatar is already cached if it will load again...)
[code=html]<META http-equiv="Pragma" content="no-cache">[/code]

@kiejr: Nope, only if you disable your browser's whole cache (which is fairly bad idea, since you'd have to download whole site each time => it would take more time and bandwith) wink

Second problem is probably your browser's cache - F5 (or CTRL + F5) should work.

The first one problem might be caused by too big (KB) image? Try to check whether you changed this value as well (since default is I believe 10KB, which is quite low)

functions add_user(), add_post(), add_topic() <- the data you need to send you find at proper files (register.php, post.php...)  smile

I suppose it should be possible. Inserting data to db is handled by functions, but for loading the data you'd have to solve how to display the data...

But IMO it would be easier to do the layout for mobile users and use it as normal website, rather than making app  neutral smile

63

(154 replies, posted in Supported extensions)

@Tsukikun ./extensions/pun_pm/lang/English/pun_pm.php

Nuke them
http://nemcd.com/wp-content/plugins/qipsmiles/smiles/devil.gif

65

(9 replies, posted in PunBB 1.3 discussion)

Okay, so I've finished the roadmap so that we know how 1.3.5 is going smile IMO there's everything which should be implemented and it shouldn't take much time. Please developers take one day, when you sit on that and programme it. We would greatly appreciate that smile

KeyDog wrote:

Have you had any creative ideas on how you can let users use the money to gain advantages?

Well, I was thinking about shop, but I have to think it through - it will probably be another extension with dependency.

KeyDog wrote:

Do you plan on given special access for example when users reach certain money level?

Since money can be transferred from user to user I think not, but maybe I could implement it as one item in shop?

noodles wrote:

A shop would be awesome. Custom titles, etc. smile

Yup, yup more thoughts are welcomed smile

KeyDog wrote:

If someone abuses it, and you delete their posts/replies they keep their money at the moment...
but probably you'd want it deleted in certain cases? (for useles posts you want to subtract it again... how does one do that?)

Ah, forgot about that... The administrator will have possibility to change how much money user have smile Will implement it in next version wink

Anyway, here's an idea for using the extension as I've seen it on another forum. There actually isn't any shop currently, but there are sections like 'Moonlight', 'Auction' and so on, where you can get signatures from graphic designers, help and so on... But it's true, you need really big forum for that, otherwise there's not enough offer/demand neutral

//Oh and thing for personal TODO
- Add sorting by money to User list  smile

@esupergood What mods have you installed? It seems that the one which is hiding number of posts and other info is hiding Money as well  neutral

Delete all files in ./cache folder and then go to Administration > Settings > E-mail and set the right value wink

//BTW info for future - don't change cache, there are only temporary files for faster loading - you can set all values in Administration wink

Hi, you can change it in

Administration > Settings > E-mail

wink

70

(154 replies, posted in Supported extensions)

If you have new messages it says "New Messages (number)"  wink  It's intentional  smile

71

(2 replies, posted in Feature requests)

This extension does what you want wink

Eretz wrote:

because of the difficulties and possibles consequences of closing my forum the time of converting from 1.3.3 to 1.3.4.

The update should take only minutes and if you do backup (db + code) you can always come back to latest version...
+ you can always try it on localhost...

Eretz wrote:

Will these extensions that work with 1.3.4 work with 1.3.3 "hotfixed" ?

Actually if you change in manifest.xml the <minversion>, it should work, but there can be some errors with which no one will help you, because they haven't tested it on old versions...

73

(13 replies, posted in Archive)

Sounds good  smile BTW don't forget to add it to Wiki's Extension list when finished  wink

Info: Adds a currency to your forum. You'll get money for posting, creating popular topics (you get money for each reply) and of course you can send money to other user.

Features:

  • Name your currency

  • Set how much money you get for single post & reply in topic

  • Bank with logs of transactions

Download: .zip (v1.0.0)

Motto: "Since we have money we don't need Thanks and Karma big_smile"

Personal TODO:
Add screenshots
Add extension to Wiki
Add hooks to extension? (if someone would be interested for enhancing this extension...)

Ideas, bug reports (including language errors, since I'm little bit tired and wrote all text without proper thinking about it  lol), opinions welcomed!

75

(3 replies, posted in PunBB 1.3 additions)

Hi, subscribing (with email) for whole forum is as fair as I know not possible, but you could use RSS wink