Jump to content

Hot to add editable content to footer template


Recommended Posts

please help!

i need to add editable (via backend) content to footer template.

(not link manipulation, i need to include content html/text)

 

Hardcoding footer.tpl is not problem but i need to add editable content (via cms block?).

 

Or how i can display/include content of "contact infomations block" in a specific place in footer?

 

I need to display editable contact informations in specific column in footer.

So the alternative1 is displaying cms block content and the alternative2 is displaying "contact informations block" content.

Edited by hotrodder (see edit history)
Link to comment
Share on other sites

i know about this modul, is already instaled, but i need to displaying the content in a specific place

inside of multicolumned footer (in the last column so linking the modul to the Hook_footer is not good to me).

 

i think i need to make a new custom hook. And add it to the last column.

Link to comment
Share on other sites

displayFooter (HOOK_FOOTER) is not good to me.

 

My footer contains 3 columns:

left column links

middle column facebook modul

right column - here i need to place htmlblock content

 

if i place hook_footer to the last column (in footer.tpl) then everythings is showing

in the third column. This is why i need a custom hook.

Link to comment
Share on other sites

so if you want to place it there where is no hook, you will not be able to do it with module.

you can achieve it only modification of .tpl file

 

you can also try to change position with css styles (float:right; or top / right / left / bottom params with position:relative or absolute)

Link to comment
Share on other sites

×
×
  • Create New...