wgSmarty_regions() required
tuisu - September 2, 2005 - 13:48
| Project: | wgSmarty theme engine |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
Thanks 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!