EvolvePUBG Posted June 19, 2018 Share Posted June 19, 2018 Hello, I was wondering if there is a way to remove this Link to comment Share on other sites More sharing options...
1 Kendall Jenner Posted June 19, 2018 Share Posted June 19, 2018 look for veilonCopyright and then edit from there! Link to comment Share on other sites More sharing options...
1 EvolvePUBG Posted June 19, 2018 Author Share Posted June 19, 2018 41 minutes ago, STAR said: its always there did you go here? If not let me know what template you are using and I will tell you what you need to replace {{if ( \IPS\Settings::i()->site_online || \IPS\Member::loggedIn()->group['g_access_offline'] ) and ( \IPS\Dispatcher::i()->application instanceof \IPS\Application AND \IPS\Dispatcher::i()->application->canAccess() )}} <ul class='ipsList_inline ipsType_center ipsSpacer_top' id="elFooterLinks"> {{$languages = \IPS\Lang::getEnabledLanguages();}} {{if count( $languages ) > 1}} <li> <a href='#elNavLang_menu' id='elNavLang' data-ipsMenu data-ipsMenu-above>{lang='language'} <i class='fa fa-caret-down'></i></a> <ul id='elNavLang_menu' class='ipsMenu ipsMenu_selectable ipsHide'> {{foreach $languages as $id => $lang }} <li class='ipsMenu_item{{if \IPS\Member::loggedIn()->language()->id == $id || ( $lang->default && \IPS\Member::loggedIn()->language === 0 )}} ipsMenu_itemChecked{{endif}}'> <form action="{url="app=core&module=system&controller=language" noprotocol="true" csrf="true" seoTemplate="language"}" method="post"> <button type='submit' name='id' value='{$id}' class='ipsButton ipsButton_link'>{{if $lang->get__icon()}}<i class='{$lang->get__icon()}'></i> {{endif}}{$lang->title} {{if $lang->default}}{lang="default"}{{endif}}</button> </form> </li> {{endforeach}} </ul> </li> {{endif}} {{$themes = \IPS\Theme::getThemesWithAccessPermission();}} {{if count ( $themes ) > 1 }} <li> <a href='#elNavTheme_menu' id='elNavTheme' data-ipsMenu data-ipsMenu-above>{lang='skin'} <i class='fa fa-caret-down'></i></a> <ul id='elNavTheme_menu' class='ipsMenu ipsMenu_selectable ipsHide'> {{foreach $themes as $id => $set }} {{if $set->canAccess()}} <li class='ipsMenu_item{{if \IPS\Theme::i()->id == $id}} ipsMenu_itemChecked{{endif}}'> <form action="{url="app=core&module=system&controller=theme" noprotocol="true" csrf="true" seoTemplate="theme"}" method="post"> <button type='submit' name='id' value='{$id}' class='ipsButton ipsButton_link'>{lang="$set->_title"} {{if $set->is_default}}{lang="default"}{{endif}}</button> </form> </li> {{endif}} {{endforeach}} </ul> </li> {{endif}} {{if \IPS\Settings::i()->privacy_type != "none"}} <li><a href='{{if \IPS\Settings::i()->privacy_type == "internal"}}{url="app=core&module=system&controller=privacy" seoTemplate="privacy"}{{else}}{setting="privacy_link"}{{endif}}'>{lang="privacy"}</a></li> {{endif}} {{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'contact' ) ) and !( \IPS\Dispatcher::i()->application->directory == 'core' and \IPS\Dispatcher::i()->module 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}} </ul> {{if \IPS\Dispatcher::i()->application instanceof \IPS\Application AND \IPS\Dispatcher::i()->application->canManageWidgets()}} <button type='button' id='elWidgetControls' data-action='openSidebar' data-ipsTooltip title='{lang="manage_blocks"}' class='ipsButton ipsButton_primary ipsButton_narrow'><i class='fa fa-chevron-right'></i></button> {{endif}} {{endif}} Link to comment Share on other sites More sharing options...
0 STAR Posted June 19, 2018 Share Posted June 19, 2018 Edit footer template code in admin CP and remove that line in there. Link to comment Share on other sites More sharing options...
0 EvolvePUBG Posted June 19, 2018 Author Share Posted June 19, 2018 1 hour ago, STAR said: Edit footer template code in admin CP and remove that line in there. I've tried this but its not in there :/ Link to comment Share on other sites More sharing options...
0 STAR Posted June 19, 2018 Share Posted June 19, 2018 38 minutes ago, EvolvePUBG said: I've tried this but its not in there :/ its always there did you go here? If not let me know what template you are using and I will tell you what you need to replace 1 Link to comment Share on other sites More sharing options...
0 #N3CK Posted June 19, 2018 Share Posted June 19, 2018 Can i have a link to this theme? I will check it out. No matter what they say, if you want something, take it. Link to comment Share on other sites More sharing options...
0 Jeffrey Posted June 19, 2018 Share Posted June 19, 2018 .author { display: none; } Put in custom.css Support Team - September 9th, 2017 - June 8, 2018 Junior Moderator - December 14th 2018 - November 16th, 2019 Designer - November 16th, 2019 - June 5th, 2020 Moderator - June 5th, 2020 - August 28th, 2020 Link to comment Share on other sites More sharing options...
0 GradientWizzard Posted June 21, 2018 Share Posted June 21, 2018 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Achievements: February 14 2013 - Joined WebFlake & Became Moderator.March 26 2013 - Became a Dad of 1 kid.April 8 2015 - Became a Dad of 2 kids.July 15 2015 - Retired as a Moderator.November 11 2016 - Passed my Car Driving Licence.April 13 2017 - Became apart of the Junior Moderator Team. Link to comment Share on other sites More sharing options...
Question
EvolvePUBG
Hello,
I was wondering if there is a way to remove this
Link to comment
Share on other sites
8 answers to this question
Recommended Posts