Is there any special function required to use the UseBB template and create new pages within the forum?
I'm a PHP coder, so I can do some customization, I just wanted to know if there is any existing convention to create other pages.
Regards.
Moderators: Gaia.
Page: 1
| Author | Post |
|---|---|
|
#1 Sat Oct 21, 2006 5:07 am
|
|
|
Member
Registered: Oct 2006
Posts: 15
|
Is there any special function required to use the UseBB template and create new pages within the forum?
I'm a PHP coder, so I can do some customization, I just wanted to know if there is any existing convention to create other pages. Regards. |
|
#2 Sat Oct 21, 2006 8:45 am
|
|
|
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
|
You just create a new .php file and start with:
<?php Note the pagename and page title you have to alter. It is recommended to create a language file if you want to support multiple languages. Additional sections are loaded with: $lang = $functions->fetch_language('', 'section');Of course, you also create a new template section and parse it the same way it is done in other files. _______________ |
|
#3 Sat Oct 21, 2006 2:50 pm
|
|
|
Member
Registered: Oct 2006
Posts: 15
|
Thanks Dietrich!
![]() Related to the earlier problem, now I'm trying in Opera for Windows and it seems to accept cookies on this board. Is there any specific cookie domain setting I should use on my own forum when using the board on a subdomain? Again IE 6.0 is not accepting cookies from this board. I wonder why this is the case. I'm pretty sure the browsers work with other forum software. Strange... |
|
#4 Sat Oct 21, 2006 3:25 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
|
Please keep the posts related to that problem in the right topic, instead of going off-topic in others.
_______________ |
Page: 1
UseBB Community is powered by UseBB 1 Forum Software