Wonderful to hear that! I'll send PM as soon as I get from abroad
52 2011-02-28 17:31
Re: RETURN PUNBB TO THE COMMUNITY (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)
53 2011-02-26 23:40
Re: [Extension release] Active Topics (20 replies, posted in PunBB 1.3 extensions)
New version added to first post (v1.1) - fixed bug with using default language. And added Slovak translation
54 2010-12-03 23:46
Re: PhpBB3 to PunBB 1.3.4 migration tool (15 replies, posted in PunBB 1.3 additions)
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 But I might fix it in future versions.
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...
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...)
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 2010-12-03 23:40
Re: punBB language programing (3 replies, posted in Discussions)
Is there any C# version of this application?
No, there's not.
56 2010-11-13 09:39
Re: [Fixed: 1679] Patch for ticket #370 (1 replies, posted in PunBB 1.3 bug reports)
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? )
57 2010-11-08 14:30
Re: [Release] Fancy Alert (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
58 2010-11-03 17:49
Re: Two problems relating to Avatars (6 replies, posted in PunBB 1.3 troubleshooting)
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
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]
59 2010-11-02 16:55
Re: Two problems relating to Avatars (6 replies, posted in PunBB 1.3 troubleshooting)
@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)
60 2010-11-01 20:31
Re: Two problems relating to Avatars (6 replies, posted in PunBB 1.3 troubleshooting)
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)
61 2010-10-31 21:06
Re: Forum with no interface - possible with PunBB? (6 replies, posted in PunBB 1.3 discussion)
functions add_user(), add_post(), add_topic() <- the data you need to send you find at proper files (register.php, post.php...)
62 2010-10-31 15:33
Re: Forum with no interface - possible with PunBB? (6 replies, posted in PunBB 1.3 discussion)
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
63 2010-10-31 01:02
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
@Tsukikun ./extensions/pun_pm/lang/English/pun_pm.php
64 2010-10-30 16:56
Re: Adf.ly - What backlinks are welcome, which aren't (2 replies, posted in General discussion)
Nuke them
65 2010-10-30 12:27
Re: PunBB 1.3.5 (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 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
66 2010-10-30 11:01
Re: [Release] Currency system (money mod) (14 replies, posted in PunBB 1.3 extensions)
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.
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?
A shop would be awesome. Custom titles, etc.
Yup, yup more thoughts are welcomed
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 Will implement it in next version
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
//Oh and thing for personal TODO
- Add sorting by money to User list
67 2010-10-30 10:22
Re: [Release] Currency system (money mod) (14 replies, posted in PunBB 1.3 extensions)
@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
68 2010-10-29 10:40
Re: How can I change "mail_from" value ? (6 replies, posted in PunBB 1.3 troubleshooting)
Delete all files in ./cache folder and then go to Administration > Settings > E-mail and set the right value
//BTW info for future - don't change cache, there are only temporary files for faster loading - you can set all values in Administration
69 2010-10-28 22:15
Re: How can I change "mail_from" value ? (6 replies, posted in PunBB 1.3 troubleshooting)
Hi, you can change it in
Administration > Settings > E-mail
70 2010-10-28 21:42
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
If you have new messages it says "New Messages (number)" It's intentional
71 2010-10-28 21:03
Re: Latest Topic in "Last Post" (2 replies, posted in Feature requests)
This extension does what you want
72 2010-10-27 22:13
Re: Extension installation problems (3 replies, posted in PunBB 1.3 extensions)
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...
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 2010-10-26 20:23
Re: [Release] Subforums (13 replies, posted in Archive)
Sounds good BTW don't forget to add it to Wiki's Extension list when finished
74 2010-10-26 20:20
Topic: [Release] Currency system (money mod) (14 replies, posted in PunBB 1.3 extensions)
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 "
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 ), opinions welcomed!
75 2010-10-22 17:15
Re: Subscribe to Entire Forum? (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