Does this hack work with VB 3.3?
I tried insalling it but I guess I am doing something wrong. I get an internal server error everytime I click on the compress link.
There is a chance that I am doing one thing wrong. In step to the instruction says I should
Quote:
[ Go to about line: 1278, or just look for $_REQUEST['do'] == 'edit' ]
|
Now should I paste the codes right above
Quote:
$_REQUEST['do'] == 'edit')
|
or right above
Quote:
if ($_REQUEST['do'] == 'edit')
|
Or right above
Quote:
(This is line 1278 in my template.php)//################################################## ###########################
// edit form for an existing template
if ($_REQUEST['do'] == 'edit')
|
?
I apologize in advance for my ignorance, but I am a bit confused and would like to get this hack to work.