 | Where can i customize home page, signup page and other page? (only for MF v3) | |
 |
You can customize those pages via MF admin area. All templates of MF pages (home page, signup page, board directory page, etc) are stored in databas |
|
 |
 | Where can i customize home page, signup page and other page? (only for MF v2) | |
 |
You can customize those pages in /mf_temp. All templates of MF pages (home page, signup page, board directory page, etc) are .html files. There are |
|
 |
 | Create forum/Confirmation button is freezed | |
 |
Just need to check <div id="mf_content".....>{$body}</div> in the template wrapper (w |
|
 |
 | I get smarty error when tried to include javascript in MF templates | |
 |
To avoid this issue, please place your code between {literal} and {/literal |
|
 |
 | How to create a new page for my site? (only for MF v3) | |
 |
Please follow instruction below:Copy /home.php to /mypage.phpCreate a new template call " |
|
 |
 | How to create a new page for my site? (only for MF v2) | |
 |
Please follow instruction below:Copy /home.php to /mypage.phpCopy /mf_temp/home.html to /mf_temp/mypage.htmlOpen /my |
|
 |
 | How to get more than 5 forums (default) for stats of forums/domains/categories? (only for MF v2) | |
 |
Please refer read the content of /mf_temp/header_mine.php. There are documents for functions that fetch stats for you. Just need to change params fo |
|
 |
 | Dreamweaver messes up templates, that causes error at runtime. How to avoid it? (only for MF v2) | |
 |
To edit pages using Dreamweaver without causing any errors for templates, try this option: Menu bar -> View -> Preferences.... -> Coding Re |
|
 |
 | How to add a new style? (only for MF v3) | |
 | How to add a new style?Since MF v3, you are able to customize templates via MF admin area. You don't have to create/customize them via FTP an |
|
 |