Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 11, 20169 yr 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).
February 11, 20169 yr 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>
February 11, 20169 yr 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!
February 11, 20169 yr 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.
February 11, 20169 yr 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.
Archived
This topic is now archived and is closed to further replies.