by prettyscripts on 2010-07-14 12:51:00 • Leave a comment »
smf • sql
important: you must have a backup of the database with deleted topic. if not, you might as well skip this post. instruction here is based on smf v1.1.x and uses phpmyadmin. it's a free browser based mysql administration tool. but if you're a mysql expe…
more »Tags: delete, phpmyadmin, retrieve, smf, topic
by prettyscripts on 2008-04-08 14:56:18 • Leave a comment »
smf
i had this problem with one of the site i built with smf. the page load time is about 18 secs. but the page load is normal (less than a second) when logged in as admin user.
if enable and depends on the theme, the forum will show somewhere on the page…
more »Tags: load, smf
by prettyscripts on 2008-01-25 11:27:27 • Leave a comment »
smf
this is not a tutorial on how to do it, but rather a note on how to fix a the correct location of themes after data is imported. this is provided the sites are on the same server. for cases such as, using live or production data at another site for testi…
more »Tags: data, export, import, smf
by prettyscripts on 2008-01-10 10:15:37 • Leave a comment »
free • php • smf
in smf, everything is driven / processed by index.php. files with this name is also used as the default startup page when a website / directory is accessed.
if you don’t want to use the forum as the default page and want to write your own, one way is t…
more »Tags: php, rename, smf
by prettyscripts on 2007-12-03 02:03:05 • Leave a comment »
php • smf
if you don’t want to use any standard cms package and want to write your own, read this how-to post . smf also provides integration hooks where you can write your own functions without modifying the code. read this guide .
more »Tags: code, php, smf