I would use for integrating to a CMS or something.
In my example, I have integrated dokuwiki with punbb, and some users have strange usernames. I can use this new field and force users to have a alphanumeric username.
Maybe in the future, this username can be used to have an email too.
51 2006-09-11 20:56
Re: [RELEASE] login name (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
52 2006-09-11 18:36
Re: [Release] Easy Smilies (72 replies, posted in PunBB 1.2 modifications, plugins and integrations)
#---------[ 8. FIND (line: 144) ]---------------------------------------------
that line is not need anymore in punbb 1.2.12, is already added
Works on 1.2.12!
53 2006-09-08 20:56
Re: Unified converter! (InvPB, miniBB, PhpBB, vBulletin & YabbSE) (105 replies, posted in PunBB 1.2 discussion)
Just finished testing this patch, it adds:
- support for migrating polls to EasyPoll mod
- support for migrating topic subscriptions to punbb
- it also clean-up the PM migration to Private Message System mod
I sended the patch to the author but his email account was not working (its closed), didn't knew if I could upload a file to the punres wiki, so I used a local wiki.
More info in:
http://www.linux.org.py/wiki/howto/migr … hpbb_punbb
I tested migrating phpbb 2.0.19 a clean version of punbb 1.2.12
HTH
Oliver
54 2006-09-04 03:41
Re: Converted phpBB into punBB> phpBB deletion? (2 replies, posted in PunBB 1.2 troubleshooting)
how do you managed to migrate the polls and the subscription info? Thanks
55 2006-09-04 03:40
Re: What happens when I convert from PhpBB to PunBB? (6 replies, posted in PunBB 1.2 troubleshooting)
the pools are not migrated nor the subscriptions info
56 2006-07-10 20:15
Topic: Authenticating users with ldap (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi,
I have a working LDAP DB I would like to create the same username in the mysql DB, but a the authetication time, I would like to check againts the LDAP server instead of the mysql DB.
Sould I only modify the login.php file?
Many thanks
Oliver
57 2006-07-10 15:15
Re: Let's improve PunBB mod installation/building! (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Another thing that can help is this:
if a mod need to insert code (using an include()) at line xx in a .php file, that action can be logged in a central DB. Maybe a punres.org
So, if another mod need to add an incluide() at the same line, some sort of conflict resolution can be done at install time or at mod development time.
A warning can tell the developer that a mod is already at that line, so he can check for compatibility.
Then, the user can recive a warning when installing incompatible mods.
Just some ideas ... I know 1.3 will be a very big release, so I just look forward it.
58 2006-06-30 18:30
Re: Unified converter! (InvPB, miniBB, PhpBB, vBulletin & YabbSE) (105 replies, posted in PunBB 1.2 discussion)
Anyone knows howto migrate topic subscription from phpbb 2.0.21 to punbb 1.2.12 ?
59 2006-06-28 14:21
Re: Let's improve PunBB mod installation/building! (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Maybe some simple convention on writting mods can help.
I you mod needs to add a few lines of code in viewtopic.php, maybe you can insert a include() in viewtopic.php instead of 50lines of code.
For the hooks, punbb can check id there is a hook. If there is a hook, execute the hook, if there is not a hook, execute the original code. That way you don't need to convert to classes the current punbb.
60 2006-06-28 13:32
Re: [FAQ] How do I...? (33 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks for the FAQ.
As a newie, first thing I looked in this FAQ was:
"How do I install a mod?"
Maybe this question can be answered here or in the wiki: http://wiki.punres.org/How_to_install_a_mod
Thanks
Oliver
61 2006-06-27 21:08
Re: PunBB vs PHPBB (49 replies, posted in General discussion)
lets use the format described in the first post please
62 2006-06-14 14:54
Re: Easy BBCode 1.0.1 (139 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi Steven,
I downloaded:
http://www.punres.org/download.php?id=115
from:
http://www.punres.org/files.php?pid=50
I understand that the readme.txt is in some sort of language, maybe a language as the one used in the EaseMod in phpbb.
Thats why I asked if there is a mod that can read and interpred the language in readme.txt. If that kind of mod exists, I think it will make installation/upgrade more easy.
I will follow thronga instructions or just do what the readme.txt says.
After I find a solution, I will complete this page:
http://wiki.punres.org/How_to_install_a_mod
Thanks
Oliver
63 2006-06-14 04:00
Re: Easy BBCode 1.0.1 (139 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi,
I just downloaded it, but how do I install it?
Do I need another mod to install this mod? The .zip file only have 3 files and no install.txt
Many thanks!
Oliver
64 2006-06-13 19:16
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
65 2006-06-13 18:24
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
Hi Smartys,
lets calm down a litle.
I understand your point about saving the passwords. No problem.
I edited my forum to support autocomplete=off, if anyone find it helpfull, they can read my first post and do the same.
66 2006-06-13 17:19
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
Just a note, most users just click Yes in the "don't ask again" checkbox from the dialog window.
My only point is that most secure site uses this attribute, so it might be usefull to use it.
Smartys, I already know that you don't want to use this attribute, thats ok.
67 2006-06-13 17:09
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
Hi Smartys,
my point is that since IE is the most used browser, and it does not ask you to save your password, it might be insecure when people use IE in public terminals. thats all.
BTW, I use Firefox
68 2006-06-13 03:20
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
I won't say the word "Ever".
This feature should be configured as:
- a site configuration, done by the admin
- a user configuration, done by a cookie and custom make login form
Either way, it is configurable.
Another way to look at this is:
- punbb configured as secure as posible: use a non xhtml attribute in favor to a secure installations (as done in bank, yahoo, hotmail, big-site-example.com, etc)
- punbb configured as user friendly: let the browser save the user/password of the login form
you have to decide how secure you want to provide punbb to your users ...
69 2006-06-12 19:34
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
another feature, will be to allow users to login in public terminals.
Think about this, you check your punbb forum from a friends PC, while traveling, while in another work workstation, and your login info is compromised.
Firefox ask you every time to remember your password, but Internet Explorer no.
So, this feature should give a more secure aproach to punbb logins.
I agree, it can be disabled or disabled/enabled per user login (using a checkbox like "I'm using a public terminal"), thats perfect for me.
70 2006-06-08 16:50
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
If you put in the <form> tag, all fields of the form get the attribute too.
So there is no need to put in every form field.
Of course you can also use it only, for example, for the password field.
71 2006-06-08 16:11
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
All mayor: mozilla 1+, Firefox 1+, IE 5+
http://www.w3.org/Submission/web-forms2 … tocomplete
72 2006-06-08 15:34
Re: Subscribe checkbox always unchecked, even if I'm subscribed (2 replies, posted in PunBB 1.2 troubleshooting)
Hi Smartys,
the problem is that the un-checked checkbox confuses me.
Why is there a unchecked "subscribe checkbox" if I'm already subscribed?
I was expecting a "un-subscribe checkbox", a checked "subscribe checkbox" or no checkbox at all.
73 2006-06-08 04:48
Topic: Subscribe checkbox always unchecked, even if I'm subscribed (2 replies, posted in PunBB 1.2 troubleshooting)
Hi,
I'm testing a migration from phpbb to punbb.
I have been using punbb as a user in another forum and have seen this problem, now I see it in my forum too.
To reproduce:
- create a topic
- read the topic
- subscribe to the topic by clicking the link at the bottom
- post a new reply to the topic
- you see the "Subscribe to this topic" checkbox unchecked
I wonder if that checkbox should be available or checked, because I'm already subscribed to that topic.
It this a desired behavior? I was thinking it is like that in order to save a few SQL queries. Is that right?
Many Thanks
Oliver
P.D.: punbb is a great forum software!
74 2006-06-08 00:20
Re: Unified converter! (InvPB, miniBB, PhpBB, vBulletin & YabbSE) (105 replies, posted in PunBB 1.2 discussion)
reckless wrote:just a quick question, when i use this does it convert the current phpbb db or will in create a new db for punbb copying the data?
so if anything goes wrong will the phpbb forum still be intact and useable?I'm pretty sure it converts the current db so make a backup first.
I created a punbb DB and converted from phpbb for testing.
The phpbb DB was left intact, the new punbb DB was empty and after the migration it was filled with the migrated data from phpbb.
Just be sure to use another database/user when asked in the wizzard
HTH
Oliver
75 2006-06-08 00:18
Re: Unified converter! (InvPB, miniBB, PhpBB, vBulletin & YabbSE) (105 replies, posted in PunBB 1.2 discussion)
Just tryied and it worked without errors!
I migrated from phpbb.
Here is my wish list:
- migrate topic subscriptions
- migrate ranks
- include this topic URL in http://punbb.org/downloads.php for feedback
Many thanks!!!