Coding Examples
This part of the website shall help you by giving you example codes to try out and to use within your own project. There is a great variety of examples. From one-liners to small/great projects.If you have a code example yourself, feel free to contact me, so I can put it into this very example site.Code examples are grouped by topics (such as posts or users).
Examples: Forums & Categories
Following code examples are associated to forums and categories of your board.
checkForumPassword
- No example yet
createCategory
- No example yet
getForum
Example 1:
$forum_data = $MyBBI->getForum(8);
print_r($forum_data); // Output of the array
markRead
Example 1:
$MyBBI->markRead(0, 'index.php');