By bhairav on
Hi,
Is there any way to create the regions dynamically. that is without modifying the code(.info and page.tpl.php file)
BHAIRAV
Hi,
Is there any way to create the regions dynamically. that is without modifying the code(.info and page.tpl.php file)
BHAIRAV
Comments
=-=
not that I am aware of.
regions must be defined in the .info file so that the theme knows they are there and the HTML must be in page.tpl.php so that the region is laid out and css is needed to style the region
if you explain the use case for why this would be required there may be another method to suit your desire.
Dynamic Region
I want to create a site in which I want to place my content wherever I(my client) want....
The main reason behind this is my client is not aware of coding..so he just dont want to go inside the code and make the changes.
and he may require to create the regions.....
Please suggest any help
Regions are completely theme
Regions are completely theme based, so as far as I know, there is no way to do this unless it is done through the theme, which is all code. You might get someone to design a theme that allows for dynamic regions or something. Sorry.