1
brau
Re: Content of all custom blocks has disappeared - titles still present.
  • 2008/12/10 4:23

  • brau

  • Just popping in

  • Posts: 3

  • Since: 2008/12/9


Now it works!

I'm using 2.3.2b version, I modified line 141 in /class/theme_blocks.php

Before:
$block['content'] = $template->fetch$tplName$cacheid );


After:
if($tplName == 'db:system_block_dummy.html') {
    
$block['content'] = $xobject->getContent("S",$xobject->getVar("c_type"));
}else {
    
$block['content'] = $template->fetch$tplName$cacheid );
}

Now the question is: This code is safe?

PD: My english sucks...



2
brau
Re: Content of all custom blocks has disappeared - titles still present.
  • 2008/12/9 13:43

  • brau

  • Just popping in

  • Posts: 3

  • Since: 2008/12/9


Thanks Burning...
I tried that solution, but don't work, I tried with all themes(default, zetagenesis, 7dana-rojo) but the problem persists.




3
brau
Re: Content of all custom blocks has disappeared - titles still present.
  • 2008/12/9 13:19

  • brau

  • Just popping in

  • Posts: 3

  • Since: 2008/12/9


Any Solution? I've got a similar problem. This is since 2.0.10 version.

PD: my english sucks




TopTop



Login

Who's Online

271 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 271


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits