smf: takes forever to load a page

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

smf: import data from one site to another

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

smf: rename index.php

by prettyscripts on 2008-01-10 10:15:37 • Leave a comment »

freephpsmf

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

integrating smf with your website

by prettyscripts on 2007-12-03 02:03:05 • Leave a comment »

phpsmf

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