View Single Post
hmm..another 8.1 user
Old
  (#5 (permalink))
Xtremest
Junior Member
 
Status: Offline
Posts: 13
Join Date: May 2008
Location: USA
Exclamation hmm..another 8.1 user - 05-29-2008, 09:42 AM

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 06:56 PM.
  Send a message via MSN to Xtremest  
Reply With Quote