View Single Post
  #5 (permalink)  
Old 05-29-2008, 08:42 AM
Xtremest Xtremest is offline
Junior Member
 
Join Date: May 2008
Location: USA
Posts: 13
Send a message via MSN to Xtremest
hmm..another 8.1 user
Hello Gypskying,

I highly recommend you dont use v8.1 either it has no security, I recomend using 7.6 from RavenPhpScripts plus they have over 10,000 fixes that includes loads of security too !

Although, I am not your father so you can find the fix located below....

///NO RIGHT SIDE BLOCKS FIX///

Open up the theme.php of the theme you wish to fix. OPEN AND FIND:
Code:

if ($index == 1) {

REPLACE WITH

Code:

if (defined('INDEX_FILE')) {

This should fix your issue.

Last edited by Xtremest : 05-29-2008 at 05:56 PM.
Reply With Quote