BoardMod is a
open source software project for use with
YaBB and YaBB SE
forum. It allows for
the automated
modification of the
source code of their forum to change, add,
or remove various features.
Many people develop custom
modification packages, called simply mods, and distribute them for
others to use with this program. The basic syntax of a BoardMod
file is as follows:
<pre>
<edit
file>
Filename
</edit file>
<search for>
Some
amount of source code...
</search
for>
<replace>
The source code to use
instead.
</replace>
</pre>
In addition to the
<code><replace></code> element, you can
also use <code><add before></code> and
<code><add after></code>. It should also
be noted that this is not an
XML
format; the contents of these elements need not be special treated
in any way, and the only restriction is that the closing tag may
not appear anywhere inside the snippet.
Anything outside the
elements is treated as a
comment.
The current version is BoardMod 2.5.4
[2219]. It is
available for
Microsoft Windows and
Linux in
executable form, and as
Delphi source code.
See also
YaBB External link
The BoardMod
Project