Jump to content

Footer menu manager


Boomer12

Recommended Posts

Posted

Hi,

is there any way to add a new linkt to the footer menu? I need to do this for legal reasons (Informatons about the owner of the site is required in Germany).

 

Posted

Of course you can! (I add them for lots of reasons).

Edit your theme > Core > Front > Global > footer > Change as you please. I recommend to find:

	{{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'contact' ) ) and !( \IPS\Dispatcher::i()->application->directory == 'core' and \IPS\Dispatcher::i()->module->key == 'contact' )}}
		<li><a href='{url="app=core&module=contact&controller=contact" seoTemplate="contact"}' data-ipsdialog data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage='{lang="contact_sent_blurb"}' data-ipsdialog-title="{lang="contact"}">{lang='contact'}</a></li>
	{{endif}}

And add:

<li><a href="URL">Link Name</a></li>

 

Posted

Most IPS4 custom themes have built in footer menus, allowing you to add/edit links and redirects within the footer.

Currently, I see you are using the IPS default theme/skin - Do you plan to stick with this one or go to a new theme? If you go to a new thing, more than likely a footer will be included. For example, check out my footer - http://www.projectgaming.net/forums

@jacboy, Hope this helps you.

Archived

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

  • Recently Browsing   0 members

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