Difference between revisions of "SMF"
Unnilennium (talk | contribs) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Languages|SMF}} | {{Languages|SMF}} | ||
+ | <!-- here we define the contrib name variable --> | ||
+ | <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> | ||
+ | {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} | ||
+ | {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} | ||
+ | <!-- we define the language --> | ||
+ | {{#vardefine:lang| {{lc: {{#titleparts: {{PAGENAME}} | | -1}} }} |en }} | ||
+ | |||
==Maintainer== | ==Maintainer== | ||
[[User:Cool34000|Sylvain Gomez]]<br/> | [[User:Cool34000|Sylvain Gomez]]<br/> | ||
mailto:sylvaingomez@free.fr | mailto:sylvaingomez@free.fr | ||
+ | ===Version=== | ||
+ | {{#smeversion: smeserver-smf }} | ||
==Description== | ==Description== | ||
Line 24: | Line 33: | ||
===Koozali SME Server 9.1=== | ===Koozali SME Server 9.1=== | ||
https://wiki.contribs.org/SME9.0_Contribs_QA#smeserver-smf | https://wiki.contribs.org/SME9.0_Contribs_QA#smeserver-smf | ||
+ | |||
+ | yum --enablerepo=sme7contribs install smeserver-smf | ||
+ | |||
+ | The version installed by this contrib is very old. Consider updating before using. | ||
==Languages support== | ==Languages support== | ||
Line 73: | Line 86: | ||
*[http://www.simplemachines.org/community/ Community forums] | *[http://www.simplemachines.org/community/ Community forums] | ||
+ | ===Bugs=== | ||
+ | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}} | ||
+ | and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}} | ||
+ | Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}} | ||
+ | ===Changelog=== | ||
+ | Only released version in smecontrib are listed here. | ||
− | + | {{#smechangelog: {{#var:smecontribname}} }} | |
---- | ---- | ||
− | [[Category: | + | [[Category: Deprecated_Contrib]] |
[[Category: Webapps]] | [[Category: Webapps]] | ||
[[Category:Social Media Apps]] | [[Category:Social Media Apps]] |
Latest revision as of 07:26, 11 July 2022
Maintainer
Sylvain Gomez
mailto:sylvaingomez@free.fr
Version
Description
Simple Machines Forum — SMF in short — is a free, professional grade software package that allows you to set up your own online community within minutes.
Its powerful custom made template engine puts you in full control of the lay-out of your message board and with our unique SSI - or Server Side Includes - function you can let your forum and your website interact with each other.
SMF is written in the popular language PHP and uses a MySQL database. It is designed to provide you with all the features you need from a bulletin board while having an absolute minimal impact on the resources of the server. SMF is the next generation of forum software - and best of all it is and will always remain completely free!
For more information see http://www.simplemachines.org/.
Installation and Uninstall
SME Server 7
For installation just hit the following command
yum install smeserver-smf --enablerepo=smecontribs
For uninstall just hit the following command
yum remove smeserver-smf
You can ignore the yum-comments signal event post-upgrade and signal-event reboot.
Koozali SME Server 9.1
https://wiki.contribs.org/SME9.0_Contribs_QA#smeserver-smf
yum --enablerepo=sme7contribs install smeserver-smf
The version installed by this contrib is very old. Consider updating before using.
Languages support
There are 6 languages supported by default: English, French, German, Italian, Spanish and Swedish.
The install will set the default language according to your SME language settings (English if not autodetected)
You can download other languages here. Please choose UTF-8 langpacks.
Untar the downloaded langpack in /opt/SMF/ (this should update the 'Themes' folder)
Then you need to set the rights of the files you added for security reasons. Copy/paste the following at the prompt:
cd /opt/SMF find Themes -type d -exec chmod 555 {} \; find Themes -type f -exec chmod 444 {} \; chown -R root:root /opt/SMF/Themes/ chown root:www /opt/SMF/Themes/ chmod 775 /opt/SMF/Themes/
Use
To use SMF, start your favorite browser at http://yourdomain.com/forum.
The administration panel will be available once you're connected as an admin.
Changing the Forum Base URL
If your server is only reachable with the FQHN like sme.mydomain.com, the theme style sheets are not loaded and you will not be able to login. You must change the forum base URL as follows:
Edit /opt/SMF/Settings.php and set
$boardurl = 'http://sme.mydomain.com/forum';
The log into SMF as admin and browse to
"Configuration"->"Themes and Layout"->"Themes and Settings Tab"
Set "Forum URL" to "http://sme.mydomain.com/forum" and save.
Backup
Include the file '/opt/SMF/Settings.php' and the folder '/opt/SMF/attachments.php' into your backup. The MySQL Database is already included in SME standard backup. If you have created new themes you should them include into backup, too. The themes are stored in '/opt/SMF/Themes/'.
Additional information
Bugs
Please raise bugs under the SME-Contribs section in bugzilla
and select the smeserver-smf component or use this link
Below is an overview of the current issues for this contrib:
Changelog
Only released version in smecontrib are listed here.