-
Midnight skin for b2evolution v2.0.x-alpha_1
The deciding factor if I will release a v2.0.1-alpha_1 compatible Midnight skin was satisfied, a Midnight skin user requested for it!So here it is, just click me to download.However, some notes to remember:1) This is for b2evolution v2.0.1-…
-
(Updated) Guide to Skins 2.0 of b2evolution v2.0
With the alpha release of b2evolution v2.0.x comes the new Skins 2.0, with it the question “How to skin b2evo v2.0?”In this post I will explain in the shortest and simplest way the parts of the new Skins 2.0.In b2evolution prior to v2.x, the…
-
Blog Changes and Re-Organization
The following blogs: [1] Snow World; [2] WebDev; and some portion of [3] Technology Playground will now be part of the revived Laibcoms.Com website. All posts of these blogs located on gameshogun will now serve as archives. No new posts will be posted…
-
how_to_test_your_site_under_ie6_without_.html
add( ‘No blog param received, checking extra path…’, ‘detectblog’ ); $BlogCache = & get_Cache( ‘BlogCache’ ); if( preg_match( ‘#^(.+?)index.php/([^/]+)#’, $ReqHost.$ReqPath, $matches ) ) { // We have an URL blog name: $Debuglog->add( ‘Found a potential URL blog name: ‘.$matches[2], ‘detectblog’ ); if( (($Blog = & $BlogCache->get_by_urlname( $matches[2], false )) !== false) ) { // We…