Jump to content

Editing the Footer


Guest

Recommended Posts

Posted

Hey. I've been toying with forum code for awhile now. I want to add headers and paragraphs to the Footer and start "orginizing them" but im not sure how to do it. I'm not experienced in PHP but i do not HTML/CSS. I've looked at Core - Font - Global - Footer but the code is a mix of several things.

 

Anyone can advice me how i can add Headers, Paragraphs, links and such in HTML inside the forum in an easys way or there is no way for me to avoid it and employ/use the expertise of PHP programmer?

Posted
3 minutes ago, Omer Elfassy said:

Hey. I've been toying with forum code for awhile now. I want to add headers and paragraphs to the Footer and start "orginizing them" but im not sure how to do it. I'm not experienced in PHP but i do not HTML/CSS. I've looked at Core - Font - Global - Footer but the code is a mix of several things.

 

Anyone can advice me how i can add Headers, Paragraphs, links and such in HTML inside the forum in an easys way or there is no way for me to avoid it and employ/use the expertise of PHP programmer?

Just add your html into globalTemplate (either before or after)

		<footer id='ipsLayout_footer' class='ipsClearfix'>
			<div class='ipsLayout_container'>
				{advertisement="ad_global_footer"}
				{template="footer" app="core" group="global" params=""}
			</div>
		</footer>

If you want to add to the footer template (e.g. for links) then just add as per normal html ... usually within an li tag and find similar in the footer template

Trial and error mainly ... depending exactly what wanting to do

Remember though ... every update you will have to revert the template and upgrade then re-add your changesd

Posted
54 minutes ago, steve00 said:

Just add your html into globalTemplate (either before or after)


		<footer id='ipsLayout_footer' class='ipsClearfix'>
			<div class='ipsLayout_container'>
				{advertisement="ad_global_footer"}
				{template="footer" app="core" group="global" params=""}
			</div>
		</footer>

If you want to add to the footer template (e.g. for links) then just add as per normal html ... usually within an li tag and find similar in the footer template

Trial and error mainly ... depending exactly what wanting to do

Remember though ... every update you will have to revert the template and upgrade then re-add your changesd

 

What do you mean? I need to delete the changes i did for the Footer code then reapply it ? WHy is that? Is there way around it?

Also does this forum have any grid system like bootstrap i can use to create 5 grids in footer?

Also thanks for your help guys. Its been invaluble.

Posted
1 hour ago, Omer Elfassy said:

What do you mean? I need to delete the changes i did for the Footer code then reapply it ? WHy is that? Is there way around it?

Reason being because updates make changes to templates (maybe not all but there will be changes ... otherwise no need for updates ... it has always been that way with updates) ... if you have made changes to a template then the upgrade will not update it ... it is left for you to update either as how I suggested or add whatever update changes there are to a template manually

Possible hooks may work I have no idea as beyond my expertise

@Woodsman very nice

Posted

DOes this forum come with a grid system of sorts ? Like Bootstrap?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...