I want to add a custom text box at the center column. Is there any plugin available? If not, how can I do?
I want to add a custom text box at the center column. Is there any plugin available? If not, how can I do?
There isn't a standard module, and where you want to add it will affect where you alter the code. For example, if you want the section on every page, you can alter includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php. If you only want to include the section in specific pages, create the module in the templates folder, and then edit the relevant tpl_ files, to include the new file you created.
Good luck,
Absolute