_______________
Moderators: Gaia.
Page: 1
| Author | Post |
|---|---|
|
#1 Tue Apr 13, 2004 8:13 pm
|
|
|
Member
Registered: Apr 2004
Posts: 192
Location: Brussels Belgium
|
I'm thinking of making a mod for Usebb (maybe 2) and I was wondering if you have some guidelines you want us te follow.
_______________ |
|
#2 Tue Apr 13, 2004 8:33 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
Because of UseBB's early phase, I didn't have the time or idea to write some guidelines about creating modifications. I can only say to follow the usual internal structure of coding in UseBB and to use UseBB's own built-in functions rather than your own's. You must use the $functions->make_url() function for creating URL's (for example, this is needed to pass session ID's). Also, don't use echo, print or whatever renders direct output in the code, they won't work as expected ;D. Use database templates instead using the $template object.
In short: it's a good idea to learn something about the way UseBB has been built before you start writing mods, or at least when there are some guidelines set up. However, nobody will stop you from start writing them right away... ![]() _______________ |
Page: 1
UseBB Community is powered by UseBB 1 Forum Software