Changes

From Amahi Wiki
Jump to: navigation, search
[[Category: Apps]]__TOC__[http://www.amahi.org/apps/simple-machines-forum Simple Machines Forum ] — SMF in short — is an Amahi BETA application. It's a free, professional grade software package that allows you to set up your own online community within minutes.
== TIPS ==Coming Soon... === Repair initial settings =Initial Settings ==Case you have setup a home domain (workgroupwork group) then http://smf.yourhomedomain/index.php comes without formatingformatting. You can repair this by following this simple steps :
:'''Step 1'''
::place script in proper place
::{{Code| sudo cp ~/Downloads/repair_settings.php /var/hda/web-apps/smf/html/repair_settings.php}}
:'''Step 2'''
This way SMF will be again configured properly.
Don´t forget to remove ¨repair_settings.php¨. ----=== Make your forum available to everybody ===
Supposed you own a domain (e.g myforum.info) and you have a way to update dns servers with your IP case you are dynamic (majority of home users) then you can do also the following:
::find
::{{Code| ServerAlias smf.yourhomedomain}}
::add this line right after
::{{Code| ServerAlias myforum.info}}
:'''Step 2'''
Don´t forget to remove ¨repair_settings.php¨.
<!--
::{{Code
|
<?php
abstract class DataMapperAbstract
{
protected $_adapter;
protected $_collection;
/**
* Class constructor
*/
public function __construct(DatabaseAdapterInterface $adapter,
}
}}
-->
12,424

edits