Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Boomer12 Posted February 11, 2016 Posted February 11, 2016 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).
Square Wheels Posted February 11, 2016 Posted February 11, 2016 Can you add it to Terms & Privacy Policy? If not, do you have Pages?
Morrigan Posted February 11, 2016 Posted February 11, 2016 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>
Boomer12 Posted February 11, 2016 Author Posted February 11, 2016 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!
Kevin 7 Posted February 11, 2016 Posted February 11, 2016 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.
Boomer12 Posted February 11, 2016 Author Posted February 11, 2016 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.
Morrigan Posted February 11, 2016 Posted February 11, 2016 @jacboy Add it right below the first set of code that I showed you there.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.