26

(6 replies, posted in Feature requests)

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.

27

(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

I did it. but now another problem. you can see it here

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

(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

(28 replies, posted in Programming)

I tried the do what FLX said, but it was no help. I did not work...

32

(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

(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

(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

(28 replies, posted in Programming)

my forums folders are:
..forum/humanities
..forum/engineering
..forum/health
..forum/science

should I give more details?

36

(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

(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

(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

(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?

Can you please give the code?

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

(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?