Jump to content

Caine

Newbie
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Software
    IPS4
  • Version
    4.1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Caine's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Reacting Well

Recent Badges

0

Reputation

  1. Now I double my banner , I would prefer without doubling , thanks ! GlobalTemplate cod : <!DOCTYPE html> <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}" class='focus-g{expression="member.member_group_id"} {{if !member.member_id}}focus-guest{{else}}focus-member{{endif}} focus-ccbar'> <head> <title>{expression="output.getTitle( $title )"}</title> <!--[if lt IE 9]> {{foreach \IPS\Theme::i()->css( 'extra/ie8.css', 'core' ) as $css}}<link rel="stylesheet" type="text/css" href="{$css}">{{endforeach}} <script src="{url="applications/core/interface/html5shiv/html5shiv.js" base="none" protocol="\IPS\Http\Url::PROTOCOL_RELATIVE"}"></script> <![endif]--> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet" /> {template="includeMeta" app="core" group="global" location="global" params=""} {template="includeCSS" app="core" group="global" location="global" params=""} {template="includeJS" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""} {template="js_backgroundPicker" if="(theme.js_include != 'footer') && (theme.focus_picker)" app="core" group="global" location="global" params=""} {template="js_general" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""} {template="js_theme" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""} {template="js_globalMessage" if="(theme.js_include != 'footer') && (theme.global_close)" app="core" group="global" location="global" params=""} {template="favico" app="core" group="global" location="front" params=""} </head> <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}' itemscope itemtype="http://schema.org/WebSite"> <meta itemprop="url" content="{setting="base_url"}"> <a href='#elContent' class='ipsHide' title='{lang="jump_to_content_desc"}' accesskey='m'>{lang="jump_to_content"}</a> {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavBar" app="core" group="global" params=""}{{endif}} {{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'search' ) ) AND !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}<div class='mobile-search'></div>{{endif}} <div id='ipsLayout_header'> <header id='header'> <div class='ipsLayout_container flex flex-jB'> <div class='flex01 flex11-t'>{template="logo" app="core" group="global" params=""}</div> {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}<div class='user-links user-links-sep'>{template="userBar" app="core" group="global" params=""}</div>{{endif}} </div> </header> <div class='nav-bar'> <div class='ipsLayout_container flex flex-jB flex-aS'> <div class='flex11'>{template="navBar" app="core" group="global" params=""}</div> <div class='ipsfocus-search'></div> </div> </div> </div> <main role='main' id='ipsLayout_body' class='ipsLayout_container'> <div class='content-wrap'> <div class='content-padding'> <div class='precontent-blocks'> <div class='ipsfocus-breadcrumb'> {template="breadcrumb" app="core" group="global" params="true, 'top'"} {template="ipsfocus_socialButtons" if="theme.focus_social" app="core" group="global" params=""} </div> {template="ipsfocus_backgroundPicker" if="theme.focus_picker" app="core" group="global" params=""} {template="offlineMessage" if="!settings.site_online && \IPS\Member::loggedIn()->group['g_access_offline']" app="core" group="global" params=""} {template="updateWarning" app="core" group="global" params=""} {template="lkeyWarning" app="core" group="global" location="global" params=""} {template="ipsfocus_globalMessage" if="theme.global_enable" app="core" group="global" params=""} {template="ipsfocus_guestMessage" if="(theme.guest_enable) && !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) && !member.member_id" app="core" group="global" params=""} </div> <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} <div id='ipsLayout_mainArea'> <a id='elContent'></a> {advertisement="ad_global_header"} {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"} {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"} {$html|raw} {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} </div> {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} </div> </div> </div> {template="ipsfocus_megaFooter" if="theme.footer_enable" app="core" group="global" params=""} {template="breadcrumb" app="core" group="global" params="false, 'bottom'"} {template="inlineMessage" if="member.msg_show_notification and $conversation = \IPS\core\Messenger\Conversation::latestUnreadConversation()" app="core" group="global" params="$conversation->comments( 1, 0, 'date', 'desc' )"} </div> </main> <footer id='ipsLayout_footer'> {advertisement="ad_global_footer"} <div class='ipsLayout_container'> {template="footer" app="core" group="global" params=""} </div> </footer> {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavigation" if="theme.responsive" app="core" group="global" params=""}{{endif}} {template="includeJS" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""} {template="js_backgroundPicker" if="(theme.js_include == 'footer') && (theme.focus_picker)" app="core" group="global" location="global" params=""} {template="js_general" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""} {template="js_theme" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""} {template="js_globalMessage" if="(theme.js_include == 'footer') && (theme.global_close)" app="core" group="global" location="global" params=""} {{if settings.ipbseo_ga_enabled}} {setting="ipseo_ga"} {{endif}} {template="viglink" if="settings.viglink_enabled" app="core" group="global" params=""} {template="metaTagEditor" if="isset( $_SESSION['live_meta_tags'] ) and $_SESSION['live_meta_tags'] and member.isAdmin()" app="core" group="global" params=""} {template="guestTermsBar" if="!\IPS\Member::loggedIn()->member_id and \IPS\Settings::i()->guest_terms_bar" app="core" group="global" params="base64_encode( \IPS\Settings::i()->base_url )"} <!--ipsQueryLog--> <!--ipsCachingLog--> {expression="output.endBodyCode" raw="true"} </body> </html>
  2. It goes, but it only includes the sidebar, I want the whole forum , thanks !! Where exactly? , That's all the code
  3. Hello , 1 . I would like to add these lines that include the forum . image : 2 .I would like to remove this black bar completely thanks !
  4. Hello ! I would like to add this dividing bar. Now it is : I want to change in :
×
×
  • Create New...