Jump to content

mr-pimpen

Blizzard
  • Posts

    1,294
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by mr-pimpen

  1. there are some issues with that them i found this on ipb if you run in to issues with blocks Missing slider image Choosing "which slider" Moving lines color (particles) Footer links height As the blocks code can't be updated through theme, You must update the block code manually. Page Management --> Blocks --> Edit Block top articles --> Content (Tab) Replace all code with this one: {{if theme.ch_theme_slider_on}} {{if theme.cc_theme_slider_permissions =='*' || \IPS\Member::loggedIn()->inGroup( explode( ',', theme.cc_theme_slider_permissions ) )}} {{if theme.cc_theme_slider_place == '*'}} <div class='cCpage_intro ipsClearfix'> <div class='cCpage_intro_slider_db'> <div class="theme_intro_slider theme_intro_slider_db"> {{foreach $records as $record}} <div class='imgSlider' style='background-image: url({file="$record->_record_image_thumb" extension="cms_Records"});'> <div class='imgSlider_content'> <div class='ipsResponsive_hidePhone' data-ipsTruncate data-ipsTruncate-size='1 lines' data-ipsTruncate-type='remove'> <h3 class='imgSlider_title'><a title='{$record->_title}' href="{$record->url()}">{$record->_title}</a></h3> </div> <div class='ipsResponsive_hideDesktop' data-ipsTruncate data-ipsTruncate-size='4 lines' data-ipsTruncate-type='remove'> <h3 class='imgSlider_title'><a title='{$record->_title}' href="{$record->url()}">{$record->_title}</a></h3> </div> <div class='imgSlider_desc ipsType_reset ipsType_medium' data-ipsTruncate data-ipsTruncate-size='1 lines' data-ipsTruncate-type='remove'>{$record->truncated()|raw}</div> <a class='ipsResponsive_hidePhone ipsButton imgSlider_button ipsPos_right' title='{$record->_title}' href="{$record->url()}">Read More</a> <div class='dataItem'> <div class='ipsGrid'> {{if $record->record_comments}}<div class='ipsGrid_span4'><i class="fa fa-comment"></i>{$record->record_comments}</div>{{endif}} {{if $record->record_reviews}}<div class='ipsGrid_span4'><i class="fa fa-star"></i>{$record->record_reviews}</div>{{endif}} {{if $record->record_views}}<div class='ipsGrid_span4'><i class="fa fa-eye"></i>{$record->record_views}</div>{{endif}} </div> </div> <div class='imgSlider_who ipsClearfix'> {{if $record->mapped('num_comments')}} {template="userPhoto" group="global" app="core" params="$record->lastCommenter(), 'small'"} <p>{$record->lastCommenter()->link()|raw}</p> {expression="\IPS\Member\Group::load( $record->author()->member_group_id )->formattedName" raw="true"} {{else}} {template="userPhoto" group="global" app="core" params="$record->author(), 'small'"} <p>{$record->author()->link()|raw}</p> {expression="\IPS\Member\Group::load( $record->author()->member_group_id )->formattedName" raw="true"} {{endif}} </div> </div> </div> {{endforeach}} </div> </div> </div> {{else}} {{foreach explode(',', theme.cc_theme_slider_place) as $val}} {{if $val == 'forums' && request.module == 'forums' || $val == 'store' && request.module == 'store' || $val == 'pages' && request.module == 'pages' || $val == 'downloads' && request.module == 'downloads' || $val == 'leaderboard' && request.module == 'discover' && request.controller == 'popular' || $val == 'gallery' && request.module == 'gallery' || $val == 'blogs' && request.module == 'blogs' || $val == 'calendar' && request.module == 'calendar' || $val == 'activity' && request.module == 'discover' && request.controller == 'streams' || $val == 'staffdirectory' && request.module == 'staffdirectory' && request.controller == 'directory' || $val == 'search' && request.module == 'search' || $val == 'support' && request.module == 'support' || $val == 'members' && request.module == 'members' || $val == 'online' && request.module == 'online'}} <div class='cCpage_intro ipsClearfix'> <div class='cCpage_intro_slider_db'> <div class="theme_intro_slider theme_intro_slider_db"> {{foreach $records as $record}} <div class='imgSlider' style='background-image: url({file="$record->_record_image_thumb" extension="cms_Records"});'> <div class='imgSlider_content'> <div class='ipsResponsive_hidePhone' data-ipsTruncate data-ipsTruncate-size='1 lines' data-ipsTruncate-type='remove'> <h3 class='imgSlider_title'><a title='{$record->_title}' href="{$record->url()}">{$record->_title}</a></h3> </div> <div class='ipsResponsive_hideDesktop' data-ipsTruncate data-ipsTruncate-size='4 lines' data-ipsTruncate-type='remove'> <h3 class='imgSlider_title'><a title='{$record->_title}' href="{$record->url()}">{$record->_title}</a></h3> </div> <div class='imgSlider_desc ipsType_reset ipsType_medium' data-ipsTruncate data-ipsTruncate-size='1 lines' data-ipsTruncate-type='remove'>{$record->truncated()|raw}</div> <a class='ipsResponsive_hidePhone ipsButton imgSlider_button ipsPos_right' title='{$record->_title}' href="{$record->url()}">Read More</a> <div class='dataItem'> <div class='ipsGrid'> {{if $record->record_comments}}<div class='ipsGrid_span4'><i class="fa fa-comment"></i>{$record->record_comments}</div>{{endif}} {{if $record->record_reviews}}<div class='ipsGrid_span4'><i class="fa fa-star"></i>{$record->record_reviews}</div>{{endif}} {{if $record->record_views}}<div class='ipsGrid_span4'><i class="fa fa-eye"></i>{$record->record_views}</div>{{endif}} </div> </div> <div class='imgSlider_who ipsClearfix'> {{if $record->mapped('num_comments')}} {template="userPhoto" group="global" app="core" params="$record->lastCommenter(), 'small'"} <p>{$record->lastCommenter()->link()|raw}</p> {expression="\IPS\Member\Group::load( $record->author()->member_group_id )->formattedName" raw="true"} {{else}} {template="userPhoto" group="global" app="core" params="$record->author(), 'small'"} <p>{$record->author()->link()|raw}</p> {expression="\IPS\Member\Group::load( $record->author()->member_group_id )->formattedName" raw="true"} {{endif}} </div> </div> </div> {{endforeach}} </div> </div> </div> {{endif}} {{endforeach}} {{endif}} {{endif}} {{endif}} <script> $(document).ready(function(){ $('.theme_intro_slider_db').bxSlider({ auto: true, autoStart: true, {{if theme.ch_theme_slider_mode}} {{foreach explode(',', theme.ch_theme_slider_mode) as $val}} {{if $val == 'cctheme_slider_fade'}} mode: 'fade', {{endif}} {{if $val == 'cctheme_slider_horizontal'}} mode: 'horizontal', {{endif}} {{if $val == 'cctheme_slider_vertical'}} mode: 'vertical', {{endif}} {{endforeach}} {{else}} mode: 'fade', {{endif}} {{if theme.ch_theme_slider_pager}}pager: true,{{else}}pager: false,{{endif}} {{if theme.ch_theme_slider_random}}randomStart: true,{{else}}randomStart: false,{{endif}} controls: false, {{if theme.ch_theme_slider_speed}}speed: {theme="ch_theme_slider_speed"},{{endif}} {{if theme.ch_theme_slider_pause}}pause: {theme="ch_theme_slider_pause"},{{endif}} useCSS: false, tickerHover: true, autoHover: true, preloadImages:'all', infiniteLoop: true }); }); </script> Same for Top posts block {{if theme.ch_theme_slider_on}} {{if theme.cc_theme_slider_permissions =='*' || \IPS\Member::loggedIn()->inGroup( explode( ',', theme.cc_theme_slider_permissions ) )}} {{if theme.cc_theme_slider_place == '*'}} <div class='site_welcome header_latest_posts_wrap' id='particle-canvas'> <div class='sw_background'></div> <div class='sw_content'> {{if \IPS\Member::loggedIn()->member_id }} <h3>{theme="cc_theme_slider_normal_member_text"}</h3> <p>{theme="cc_theme_slider_normal_member_desc"}</p> <div class='discnews'> <a class='discover' href='{{if theme.cc_theme_slider_normal_member_discurl}}{theme="cc_theme_slider_normal_member_discurl"}{{else}}{setting="base_url"}discover/{{endif}}'>{theme="cc_theme_slider_normal_member_text"}</a> <a class='whatsnew' href='{{if theme.cc_theme_slider_normal_member_whatsnurl}}{theme="cc_theme_slider_normal_member_whatsnurl"}{{else}}{setting="base_url"}discover/unread/{{endif}}'>{theme="cc_theme_slider_normal_member_whatsntext"}</a> </div> {{else}} <h3>{theme="cc_theme_slider_normal_guest_text"}</h3> <p>{theme="cc_theme_slider_normal_guest_desc"}</p> <div class='reglog'> <a class='login' href='{{if theme.cc_theme_slider_normal_guest_loginurl}}{theme="cc_theme_slider_normal_guest_loginurl"}{{else}}{url="app=core&module=system&controller=login" seoTemplate="login" protocol="\IPS\Settings::i()->logins_over_https"}{{endif}}'>{theme="cc_theme_slider_normal_guest_logintext"}</a> <a class='register' href='{{if theme.cc_theme_slider_normal_guest_regurl}}{theme="cc_theme_slider_normal_guest_regurl"}{{else}}{url="app=core&module=system&controller=register" seoTemplate="register"}{{endif}}'>{theme="cc_theme_slider_normal_guest_regtext"}</a> </div> {{endif}} </div> <div class='header_latest_posts ipsResponsive_hidePhone ipsResponsive_hideTablet'> {{foreach $comments as $comment}} <div class='headerPost' style='display:none;'> <div class='headerPost_photo'> <div class='photoSignal'></div> {template="userPhoto" group="global" app="core" params="$comment->author(), 'tiny'"} </div> <div class='headerPost_comment'> <span class='text' data-ipsTruncate data-ipsTruncate-size='1 lines' data-ipsTruncate-type='remove'> {{if \IPS\Member::loggedIn()->member_id }} <a href="{$comment->url()}" data-ipstooltip='' title='{$comment->item()->title}'> {$comment->truncated( true )|raw} </a> {{else}} {$comment->truncated( true )|raw} {{endif}} </span> </div> </div> {{endforeach}} </div> </div> {{else}} {{foreach explode(',', theme.cc_theme_slider_place) as $val}} {{if $val == 'forums' && request.module == 'forums' || $val == 'store' && request.module == 'store' || $val == 'pages' && request.module == 'pages' || $val == 'downloads' && request.module == 'downloads' || $val == 'leaderboard' && request.module == 'discover' && request.controller == 'popular' || $val == 'gallery' && request.module == 'gallery' || $val == 'blogs' && request.module == 'blogs' || $val == 'calendar' && request.module == 'calendar' || $val == 'activity' && request.module == 'discover' && request.controller == 'streams' || $val == 'staffdirectory' && request.module == 'staffdirectory' && request.controller == 'directory' || $val == 'search' && request.module == 'search' || $val == 'support' && request.module == 'support' || $val == 'members' && request.module == 'members' || $val == 'online' && request.module == 'online'}} <div class='site_welcome header_latest_posts_wrap' id='particle-canvas'> <div class='sw_background'></div> <div class='sw_content'> {{if \IPS\Member::loggedIn()->member_id }} <h3>{theme="cc_theme_slider_normal_member_text"}</h3> <p>{theme="cc_theme_slider_normal_member_desc"}</p> <div class='discnews'> <a class='discover' href='{{if theme.cc_theme_slider_normal_member_discurl}}{theme="cc_theme_slider_normal_member_discurl"}{{else}}{setting="base_url"}discover/{{endif}}'>{theme="cc_theme_slider_normal_member_disctext"}</a> <a class='whatsnew' href='{{if theme.cc_theme_slider_normal_member_whatsnurl}}{theme="cc_theme_slider_normal_member_whatsnurl"}{{else}}{setting="base_url"}discover/unread/{{endif}}'>{theme="cc_theme_slider_normal_member_whatsntext"}</a> </div> {{else}} <h3>{theme="cc_theme_slider_normal_guest_text"}</h3> <p>{theme="cc_theme_slider_normal_guest_desc"}</p> <div class='reglog'> <a class='login' href='{{if theme.cc_theme_slider_normal_guest_loginurl}}{theme="cc_theme_slider_normal_guest_loginurl"}{{else}}{url="app=core&module=system&controller=login" seoTemplate="login" protocol="\IPS\Settings::i()->logins_over_https"}{{endif}}'>{theme="cc_theme_slider_normal_guest_logintext"}</a> <a class='register' href='{{if theme.cc_theme_slider_normal_guest_regurl}}{theme="cc_theme_slider_normal_guest_regurl"}{{else}}{url="app=core&module=system&controller=register" seoTemplate="register"}{{endif}}'>{theme="cc_theme_slider_normal_guest_regtext"}</a> </div> {{endif}} </div> <div class='header_latest_posts ipsResponsive_hidePhone ipsResponsive_hideTablet'> {{foreach $comments as $comment}} <div class='headerPost' style='display:none;'> <div class='headerPost_photo'> <div class='photoSignal'></div> {template="userPhoto" group="global" app="core" params="$comment->author(), 'tiny'"} </div> <div class='headerPost_comment'> <span class='text' data-ipsTruncate data-ipsTruncate-size='1 lines' data-ipsTruncate-type='remove'> {{if \IPS\Member::loggedIn()->member_id }} <a href="{$comment->url()}" data-ipstooltip='' title='{$comment->item()->title}'> {$comment->truncated( true )|raw} </a> {{else}} {$comment->truncated( true )|raw} {{endif}} </span> </div> </div> {{endforeach}} </div> </div> {{endif}} {{endforeach}} {{endif}} {{endif}} {{endif}} <script> $(document).ready(function(){ var time = 0; $('.headerPost').each(function() { $(this).delay(time).fadeIn(2000); time += 3500; }); }); </script> <script type="text/javascript" src="{resource="chocolate/particle-network.min.js" app="core" location="global"}"> </script> <script type="text/javascript"> var canvasDiv = document.getElementById('particle-canvas'); var options = { particleColor: '{theme="cc_theme_particles_color"}', background: '#18181a', interactive: false, speed: 'fast', density: 'medium' }; </script> <script> var particleCanvas = new ParticleNetwork(canvasDiv, options); </script> if you having any more issues chocolate-support-topic
  2. mr-pimpen

    why

    you will need the license key todownload anything from them this to protect the members who are geting paid for the plugins and from you stilling from ips all have to do with track backs so you arenot shareing or stilling ps for you the community ips that you are using is out dated and they do not have any on there site if im corect
  3. this IPS Tutorials not support just to let you know! and can show an image of what you want are you using ipb
  4. did you turn off mod security on your server some times that will cause that issue and did you set up the php to 7.0
  5. did you check all of your images that you upload to a topic if so the images thats in the topics dubble click it and see what you have in the url
  6. please upload an image so you topic will have a better answer
  7. this was posted buy me if you learn to search be for posting there will be no duplicate of the same post webflake--ips-logo
  8. Hide forum title only on forum list add to extra.css /*** Hide forum title on forum list ***/ [data-template="forum_list"] { .p-title-value { display: none; } .p-title { float: right; } } /**********/
  9. how to set up twitter so you don't run into any issues follow the image https://www.website/connected_account.php don't for get to it the add callback
  10. ADD THIS TO CSS /* Primary Menu */ .ipsNavBar_primary > ul > li > a:before, .ipsNavBar_secondary > li > a:before{ content: "\f00b"; font-family: "FontAwesome"; font-size: 10px; font-weight: normal; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-bottom: -2px; margin-right: 3px; opacity: 0.6; line-height: 1; } /* The User menu and Create */ #elUserLink_menu a:before, #elCreateNew_menu a:before{ content: "\f02b"; font-family: "FontAwesome"; font-size: 14px; font-weight: normal; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-bottom: -2px; line-height: 1; } #elUserLink_menu a[href*="admin"] i{ display: none; } #elUserLink_menu a:before, #elCreateNew_menu a:before{ display: inline-block; width: 22px; opacity: 0.7; } #elUserLink_menu a:hover:before, #elCreateNew_menu a:hover:before{ opacity: 1; } /* Add Icon on the primary navigation bar */ .ipsNavBar_primary > ul > li[data-FontAwesome='Browse'] > a:before{ content: "\f005" } .ipsNavBar_primary > ul > li[data-FontAwesome='club'] > a:before{ content: "\f1b3" } .ipsNavBar_primary > ul > li[data-FontAwesome='Support'] > a:before{ content: "\f1cd" } .ipsNavBar_primary > ul > li[data-FontAwesome='Forums'] > a:before{ content: "\f086" } .ipsNavBar_primary > ul > li[data-FontAwesome='Gallery'] > a:before{ content: "\f030" } .ipsNavBar_primary > ul > li[data-FontAwesome='Downloads'] > a:before{ content: "\f019" } .ipsNavBar_primary > ul > li[data-FontAwesome='Articles'] > a:before{ content: "\f15c" } .ipsNavBar_primary > ul > li[data-FontAwesome='Blogs'] > a:before{ content: "\f02d" } .ipsNavBar_primary > ul > li[data-FontAwesome='Calendar'] > a:before{ content: "\f073" } .ipsNavBar_primary > ul > li[data-FontAwesome='Chat'] > a:before{ content: "\f27a" } .ipsNavBar_primary > ul > li[data-FontAwesome='Staff'] > a:before{ content: "\f007" } .ipsNavBar_primary > ul > li[data-FontAwesome='Users Online'] > a:before{ content: "\f0c0" } .ipsNavBar_primary > ul > li[data-FontAwesome='Activity'] > a:before{ content: "\f0ac" } .ipsNavBar_primary > ul > li[data-FontAwesome='Search'] > a:before{ content: "\f002" } .ipsNavBar_primary > ul > li[data-FontAwesome='Guidelines'] > a:before{ content: "\f0e3" } .ipsNavBar_primary > ul > li[data-FontAwesome='Tutorials'] > a:before{ content: "\f19d" } /* Add Icon on the secondary navigation bar */ .ipsNavBar_secondary > li[data-FontAwesome='Browse'] > a:before{ content: "\f00b" } .ipsNavBar_secondary > li[data-FontAwesome='club'] > a:before{ content: "\f1b3" } .ipsNavBar_secondary > li[data-FontAwesome='Support'] > a:before{ content: "\f1cd" } .ipsNavBar_secondary > li[data-FontAwesome='Forums'] > a:before{ content: "\f086" } .ipsNavBar_secondary > li[data-FontAwesome='Gallery'] > a:before{ content: "\f030" } .ipsNavBar_secondary > li[data-FontAwesome='Downloads'] > a:before{ content: "\f019" } .ipsNavBar_secondary > li[data-FontAwesome='Articles'] > a:before{ content: "\f15c" } .ipsNavBar_secondary > li[data-FontAwesome='Blogs'] > a:before{ content: "\f02d" } .ipsNavBar_secondary > li[data-FontAwesome='Calendar'] > a:before{ content: "\f073" } .ipsNavBar_secondary > li[data-FontAwesome='Chat'] > a:before{ content: "\f27a" } .ipsNavBar_secondary > li[data-FontAwesome='Online Users'] > a:before{ content: "\f0c0" } .ipsNavBar_secondary > li[data-FontAwesome='Activity'] > a:before{ content: "\f0ac" } .ipsNavBar_secondary > li[data-FontAwesome='Search'] > a:before{ content: "\f002" } .ipsNavBar_secondary > li[data-FontAwesome='Todays Activities'] > a:before{ content: "\f06e" } .ipsNavBar_secondary > li[data-FontAwesome='My Searches'] > a:before{ content: "\f00e" } .ipsNavBar_secondary > li[data-FontAwesome='Unread Content'] > a:before{ content: "\f111" } .ipsNavBar_secondary > li[data-FontAwesome='My Created Content'] > a:before{ content: "\f005" } .ipsNavBar_secondary > li[data-FontAwesome='Guidelines'] > a:before{ content: "\f0e3" } .ipsNavBar_secondary > li[data-FontAwesome='Tutorials'] > a:before{ content: "\f19d" } .ipsNavBar_secondary > li[data-FontAwesome='Staff'] > a:before{ content: "\f132" } /* Add Icon on the user bar */ /* Profile */ #elUserLink_menu > li[data-menuItem='profile'] > a:before{ content: "\f007" } /* Attachments */ #elUserLink_menu > li[data-menuItem='attachments'] > a:before{ content: "\f0c6" } /* Followed Content */ #elUserLink_menu > li[data-menuItem='manageFollowed'] > a:before{ content: "\f1d8" } /* Administrator Panel */ #elUserLink_menu > li[data-menuItem='content'] > a:before{ content: "\f03a" } /* Account Configurations */ #elUserLink_menu > li[data-menuItem='settings'] > a:before{ content: "\f013" } /* Mod Panel */ #elUserLink_menu > li[data-menuItem='modcp'] > a:before{ content: "\f132" } /* Admin Panel */ #elUserLink_menu > li[data-menuItem='admincp'] > a:before{ content: "\f023" } /* Logout */ #elUserLink_menu > li[data-menuItem='signout'] > a:before{ content: "\f08b" } /* Clients */ #elUserLink_menu a[href*="/clients/"]:before{ content: "\f07a" } /* Edit */ #elUserLink_menu > li[data-menuItem='edit'] > a:before{ content: "\f040" } /* Ignored Users */ #elUserLink_menu > li[data-menuItem='ignoredUsers'] > a:before{ content: "\f235" } /* Options */ #elUserLink_menu > li[data-menuItem='options'] > a:before{ content: "\f0ac" } /* Messages */ #elUserLink_menu > li[data-menuItem='messages'] > a:before{ content: "\f01c" } /* Add Icon on create bar */ /* Default icon that is displayed if you do not add */ #elCreateNew_menu a:before{ content: "\f0fe" } /* Announcement */ #elCreateNew_menu a[href*="/announcements/"]:before{ content: "\f0a1" } /* Update Status */ #elCreateNew_menu a[href*="module=status"]:before{ content: "\f021" } /* Member Notes */ #elCreateNew_menu a[href*="module=notes"]:before{ content: "\f14b" } /* IPS Downloads */ #elCreateNew_menu a[href*="/files/"]:before { content:"\f019" } /* IPS Gallery */ #elCreateNew_menu a[href*="/gallery/"]:before { content:"\f030" } /* IPS Blogs */ #elCreateNew_menu a[href*="/blogs/"]:before { content:"\f02d" } /* Tutorials */ #elCreateNew_menu a[href*="/tutorials/"]:before { content:"\f19d" } /* IPS Calendar*/ #elCreateNew_menu a[href*="/calendar/"]:before { content:"\f073" } /* IPS Articles */ #elCreateNew_menu a[href*="/articles"]:before { content:"\f0f6" } /* Create new topic , I stopped two ways to work if the forum has at the root folder or forum*/ #elCreateNew_menu a[href*="/index.php?/submit/"]:before { content:"\f075" } #elCreateNew_menu a[href*="/forums/"]:before { content:"\f075" } #elCreateNew_menu a[href*="/index.php?/submit/"]:before { content:"\f075" } add this to navrbaritem {{$first = TRUE;}} {{foreach $roots as $id => $item}} {{if $preview or $item->canView()}} {{$active = $item->activeOrChildActive();}} {{if $active}} {{\IPS\core\FrontNavigation::i()->activePrimaryNavBar = $item->id;}} {{endif}} <li {{if $active}}class='ipsNavBar_active' data-active{{endif}} id='elNavSecondary_{$item->id}' data-role="navBarItem" data-navApp="{expression="mb_substr( get_class( $item ), 4, mb_strpos( get_class( $item ), '\\', 4 ) - 4 )"}" data-navExt="{expression="mb_substr( get_class( $item ), mb_strrpos( get_class( $item ), '\\' ) + 1 )"}" data-navTitle="{$item->title()} "data-FontAwesome="{$item->title()}"> {{$children = $item->children();}} {{if $children}} <a href="{{if $item->link()}}{$item->link()}{{else}}#{{endif}}" id="elNavigation_{$id}" data-ipsMenu data-ipsMenu-appendTo='#{{if $parent}}elNavSecondary_{$parent}{{else}}elNavSecondary_{$id}{{endif}}' data-ipsMenu-activeClass='ipsNavActive_menu' data-navItem-id="{$item->id}" {{if $active}}data-navDefault{{endif}}> {$item->title()} <i class="fa fa-caret-down"></i> </a> <ul id="elNavigation_{$id}_menu" class="ipsMenu ipsMenu_auto ipsHide"> {template="navBarChildren" app="core" group="global" location="front" params="$children, $preview"} </ul> {{else}} <a href="{{if $item->link()}}{$item->link()}{{else}}#{{endif}}" {{if method_exists( $item, 'target' ) AND $item->target()}}target='{$item->target()}'{{endif}} data-navItem-id="{$item->id}" {{if $active}}data-navDefault{{endif}} {{if $subBars && isset( $subBars[ $id ] ) && count( $subBars[ $id ] )}}data-hover=''{{endif}}> {$item->title()} </a> {{endif}} {{if $subBars && isset( $subBars[ $id ] ) && count( $subBars[ $id ] )}} <ul class='ipsNavBar_secondary {{if !$active}}ipsHide{{endif}}' data-role='secondaryNavBar'> {template="navBarItems" app="core" group="global" location="front" params="$subBars[ $id ], NULL, $item->id, $preview"} <li class='ipsHide' id='elNavigationMore_{$id}' data-role='navMore'> <a href='#' data-ipsMenu data-ipsMenu-appendTo='#elNavigationMore_{$id}' id='elNavigationMore_{$id}_dropdown'>{lang="more"} <i class='fa fa-caret-down'></i></a> <ul class='ipsHide ipsMenu ipsMenu_auto' id='elNavigationMore_{$id}_dropdown_menu' data-role='moreDropdown'></ul> </li> </ul> {{endif}} </li> {{endif}} {{endforeach}}
  11. Version 1.0.0

    3 downloads

    BBCode Image Loader - XenForo 2 Add-on BBCode Image Loader – Faster uploads photos and images by entering links. To upload a picture in your post, it needs to be uploaded to the server of your site, then the user can upload that picture in a post. However, it will cause network capacity and also cause delays through the loading process. Now to resolve the problem, Brivium supports all Xenforo sites with the add-on called BBCode Image Loader. Add-on allows you to improve the performance of the website when you can replace the photo-loading process by uploading through pasting links. FEATURES - Allows users to enter the link of the image. - Support images loading due to 2 forms: Full Attachment Image or BBCode Embed Image. - Automatically showing image during the process of loading photo when posting.
  12. Version 1.0.0

    16 downloads

    Login As User - XenForo 2 Add-on Login As User – Monitoring your websites even you lost admin’s power over your site. Losing control over your website is the last thing you want for your business. With this add-on, we support all administrators with a Xenforo platform to have an easier way to log-in their sites. In another hand, sometimes, you want to monitor your site with a specific User ID to delete harmful post/conversations or to channel the community in another way, so this add-on is for you. Add-on will allow the staffs to enter as a specific user in the community. It can allow to set-up as compulsory or not specify the reasons of log-in. Besides, the add-on allows administrators to set-up and enter the user IDs that the administrator cannot log-in to the website because of the security problem. FEATURES - Options + Check/ uncheck “Require reason when login” + Enter user IDs list that staffs cannot login under that ID (Security Problem) - Permission + Allow user to use the function “Login as user” - Provide the form Login as user outside of the homepage with the Username you want to log-in and you need to enter the reason why you do that. Notice: All European companies should be aware of GDPR law and should notice your users as the European citizens about this add-on if you attempt to use this Compatible XF Versions: 2.0
  13. yea i see that but its making a statement not actually giving in idea on how to add these and where to put them so it really not a tutorial in my opinion
  14. just having a little fun cool down we are here 2 help you
  15. is this a tutorial or is this just something you add for some one to ask you where to put this i dont think this is a tutorial
    this theme is giving issues with colors witch ill post the issues in the topics
  16. Malwarebytes is the best just from my experiences i work on computer when friends have virus thats what i use to get there computer clean i have it in mine but i dont buy the software i download it from file share sites it come with the keycode
  17. giving an update to this for members who needs help and don't know where to add the callback Valid OAuth Redirect URIs https://www.site/oauth/callback/ Client OAuth Settings don't for get to set the https on if you are using https Approved Items you only need those to
  18. it should be in the setting of the admin you would have to edit the settings
  19. are you talking about the icons on the bottom if so! i be leave you would have to alter the portal to remove those
×
×
  • Create New...