Jump to content

Footer menu manager

Featured Replies

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).

 

Can you add it to Terms & Privacy Policy?  If not, do you have Pages?

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>

 

  • Author
40 minutes ago, Square Wheels said:

If not, do you have Pages?

Yes, I have the Pages add-on and already created a page for the legal informations (in German we say Impressum) :https://jacboy.com/legal-notice.html/
@Morrigan I will try this and give response in a few minutes, thank you! :)

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.

  • Author

You footer looks really cool! I will change the theme to the following in a few days / weeks: Blue Laggon
It comes really close to my old theme which is this: Mileniano

@Morrigan should I paste it on the bottom of the file or change something? I'm unsure about this.

@jacboy Add it right below the first set of code that I showed you there.

  • Author

Ah great, I found it :D

56bcf002040ca_Bildschirmfoto2016-02-11um

Archived

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

Recently Browsing 0

  • No registered users viewing this page.