Thank you for the reply. the only thing left is that I am making a froum for a university staff and their email addresses are like this:
@hf.uio.com, @ili.uio.com, @mat.uio.com and so on... Your reply solves my first questions. but regarding this type of emails, how should I change the code? Thanks again.
26 2005-12-29 15:36
Re: only emails with a defined suffix (6 replies, posted in Feature requests)
27 2005-12-28 16:08
Topic: only emails with a defined suffix (6 replies, posted in Feature requests)
Hi, I don't know if I post this topic in the right forum! I want that only people who uses an email with a suffix that I myself define, can register in the forum. For example the emails which ends in @gmail.com. Is there ant tick for doing this? Thanks in advance for your help
28 2005-11-11 01:48
Re: punMod and constant PUN_ROOT (3 replies, posted in PunBB 1.2 troubleshooting)
I did it. but now another problem. you can see it here
29 2005-11-10 20:28
Topic: punMod and constant PUN_ROOT (3 replies, posted in PunBB 1.2 troubleshooting)
Today I tried to install punMod but when I try to browse punmod.php page, i got this message:
The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory.
What am I supposed to do?
30 2005-11-06 20:12
Topic: Moving from vBulletin to punBB (8 replies, posted in Programming)
Hi! I have a client who wants to move from vBulletin to punBB. Bu this moment there are more than 1000 posts in the current forum.How can I move these post to the related database which punBB is based on? Should I use MyPhpAdmin? another way?
31 2005-09-15 20:06
Re: 4 forums in one database (28 replies, posted in Programming)
I tried the do what FLX said, but it was no help. I did not work...
32 2005-09-15 02:05
Re: 4 forums in one database (28 replies, posted in Programming)
yes. I mean that mod. But if we had some mod for creating sub-category, then I was possible to include all my forums in only one.By the way, is there any sub-category mod for punbb?
33 2005-09-15 01:38
Re: 4 forums in one database (28 replies, posted in Programming)
In fact I thought about that.But I have to use sub-categories and since I could not find any subcategory mod for punbb, then I used sub-foums.But after all I was forced to use different forums for parent categories. any way thanks a lot for your help.
34 2005-09-15 01:26
Re: 4 forums in one database (28 replies, posted in Programming)
I check them.All of them were something like this:
$cookie_domain = '';
I'm going to try this:
$cookie_domain = 'mydomain.com/forum/humanities';
(since I want the users who regoister and login for humanities can use the other forums.)
Should I add the http:// prefix to my domain or not?
35 2005-09-15 01:02
Re: 4 forums in one database (28 replies, posted in Programming)
my forums folders are:
..forum/humanities
..forum/engineering
..forum/health
..forum/science
should I give more details?
36 2005-09-15 00:51
Re: 4 forums in one database (28 replies, posted in Programming)
Thank you Tobi.I did it and it works.Now users need to register only once.
But the second problem is still there.They have to login every time they go to another forum.no solution?
37 2005-09-13 21:41
Re: 4 forums in one database (28 replies, posted in Programming)
yes, I use mysql but since I don't know anything about php, I don't know how to add a replace to the query fuction.
38 2005-09-13 12:28
Re: 4 forums in one database (28 replies, posted in Programming)
What you mean when you say whole punbb folder?Should I search in all the .php files?Isn''t there anyother -easier- way- for example to change something in database?
39 2005-09-12 13:33
Topic: 4 forums in one database (28 replies, posted in Programming)
Hi Guys,
I've 4 forums that uses the same database( but I use different uesername for each forum).
Now users have to register and login seperately for each forum,but I want to know if there is a way sothat when you register and login for one forum,then you don't need to do for the others.
I've used different prefix for each forum.Shuld I remove prefixex from users table?or what?
40 2005-09-10 19:45
Re: Entering to multiple MySQL tables (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can you please give the code?
41 2005-09-10 19:41
Re: Integrating a blog into PunBB and their database info. (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can you please explain more how one can do that?I don't know alot on working with databases,so if you explain it in details, Iwill be grateful.
42 2005-09-10 19:27
Topic: Login to diferrent forums (0 replies, posted in PunBB 1.2 discussion)
I've 4 forums that use the same database.I use different prefix to store data in the database.
If you want to use each forum, you have to register and login for each forum seperately.I want to know if it is possible that I can still use different prefix for store data in my database but you need only register once to use all forums?