Page 1 of 1
POOF - Theme/Style options Bulletproof theme gone
Posted: Wed Mar 25, 2009 12:01 am
by msp_erv
POOF -- just like that -- today came to site -- site was only header text and footer link to bulletproof
so i go to login page and > manage styles and page is blank except for different themes
i look to see that Bulletproof v1.4 (s9y-bulletproof.com) is current install -
it is -- no way to set anything -- no front end display
i set other site them - they work -- i come back reset bulletproof and same story...
thoughts??
Re: POOF - Theme/Style options Bulletproof theme gone
Posted: Wed Mar 25, 2009 12:50 am
by msp_erv
I just cannot win....
from thread
http://board.s9y.org/viewtopic.php?f=1&t=14992
and specifically this thread:
http://board.s9y.org/viewtopic.php?f=1&t=3851&hilit=SSI
suggesting i may be able to use included php by adding 'create a file "config.inc.php"'
Code: Select all
<?php
$serendipity['smarty']->security = false;
?>
this caused site to 'blip out'
even after i delete (renamed) file site was still in vapor vill requiring me to reload the bulletproof folder
???
how in the world can do i actually something like this
Code: Select all
{include_php file="/path/to/myfile.html"}
thank you
Re: POOF - Theme/Style options Bulletproof theme gone
Posted: Wed Mar 25, 2009 12:56 am
by Don Chambers
Bulletproof already had that file... did you edit the existing config.inc.php file, or did you overwrite it?
Re: POOF - Theme/Style options Bulletproof theme gone
Posted: Wed Mar 25, 2009 3:19 am
by msp_erv
that would explain alot --- i probably over wrote....
is there some setting in thsi file to change to allow the use of php or do i have to add as outlined above?
making a bit more sense...
Re: POOF - Theme/Style options Bulletproof theme gone
Posted: Wed Mar 25, 2009 3:35 am
by Don Chambers
yes - you can disable security as described above, and on other threads... just edit the EXISTING config.inc.php file, do not overwrite bulletproof's default version of that file.
Re: POOF - Theme/Style options Bulletproof theme gone
Posted: Wed Mar 25, 2009 4:30 am
by msp_erv
don - you may just be my hero of the week
i will try this is AM with a clear mind and see if i can finally pull in my counter imbedded in my html file!
cool
p