Hello,
Just installed wgSmarty on drupal 4.6.3 and had problems with administrating blocks. I only saw disabled blocks and when I enabled them, they dissapeared also.
I don't know if this is the best solution and I'm not so familiar with theme logic, but I managed to make things work when I copied phptemplate_regions() function to wgSmarty.engine and renamed it to wgSmarty_regions()
Hope this helps solving this issue.
Comments
Comment #1
djnz commentedThanks for the report and the workaround. wgSmarty was designed to work with the flexiblock module, but it should work without it. I am having difficulty reproducing the problem in my test environment at the moment so I do not yet have a permanent solution, but it will come!