MyBB Community Forums

Full Version: Need Halp AGAIN
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Herro MyBB community i need some help with my theme please 

i recently installed a new theme and if i use that theme i get this error

http://i.imgur.com/uiFlHX4.png

the HTPPS isnt glowing and the little shield symbol i know its cause the site is trying to load a script but whats the script and what does it do, what changes will take place? how do i remove it

u get it the whole how / why package


BTW JUST INSTALLED A NEW COPY OF MYBB SO THE ONLY THING THATS ON THE SERVER IS THE THEME
If i am right then that theme is a ripped version. If you are using a ripped version then you might need to edit its headerinclude template to check from where the theme is getting the script files.
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1804"></script>

<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>
{$stylesheets}
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>
{$stylesheets}
<script type="text/javascript">
lang.unknown_error = "{$lang->unknown_error}";

lang.select2_match = "{$lang->select2_match}";
lang.select2_matches = "{$lang->select2_matches}";
lang.select2_nomatches = "{$lang->select2_nomatches}";
lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
lang.select2_loadmore = "{$lang->select2_loadmore}";
lang.select2_searching = "{$lang->select2_searching}";

var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var rootpath = "{$mybb->settings['bburl']}";
var imagepath = "{$theme['imgdir']}";
  var yes_confirm = "{$lang->yes}";
var no_confirm = "{$lang->no}";
var MyBBEditor = null;
var spinner_image = "{$theme['imgdir']}/spinner.gif";
var spinner = "<img src='" + spinner_image +"' alt='' />";
var modal_zindex = 9999;
</script>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script>
jQuery(document).ready(function($) {

$('ul.head_menu li')
.mouseenter(function() {
       $(this).children('ul').fadeIn(150);
})
.mouseleave(function() {
       $(this).children('ul').fadeOut(150);
});

});
</script>

IF I TAKE THIS OUT I WONT GET THE LITTLE SHIELD BUT IF I TAKE THAT OUT THE "fontawesome" WILL NOT SHOW UP :*( SO CAN SOMEONE PLEASE HELP ME I WANT THE "fontawesome" TO SHOW BUT THAT LITTLE SHIELD NOT TO SHOW PLEASE HELP

<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script>
jQuery(document).ready(function($) {

$('ul.head_menu li')
.mouseenter(function() {
$(this).children('ul').fadeIn(150);
})
.mouseleave(function() {
$(this).children('ul').fadeOut(150);
});

});
</script>
Hi,

Your website does not meet the requirements for support eligibility.
Quote:
  • Your board must display the 'Powered by MyBB' message in the footer, and be visible
--- http://community.mybb.com/announcement-32.html


I won't help you but I will give you a hint. Please notice what scripts/stylesheets you are displaying from external sources that do not have https or only have "//" in the refferal. That will lead you to the solution.


Happy holidays.
(2015-12-14, 02:17 AM)Jason L. Wrote: [ -> ]Hi,

Your website does not meet the requirements for support eligibility.
Quote:
  • Your board must display the 'Powered by MyBB' message in the footer, and be visible
--- http://community.mybb.com/announcement-32.html


I won't help you but I will give you a hint. Please notice what scripts/stylesheets you are displaying from external sources that do not have https or only have "//" in the refferal. That will lead you to the solution.


Happy holidays.



i didnt know about this requirement i am sorry i removed this  :*(

updated my footer

go and check if u dont belive me Smile

now can u seriously help me thanks Smile

{myadvertisements[zone_2]}<debugstuff>
</div>
</div>
<div id="footer">
        <div class="wrap">

<ul class="menu bottom_links">
<!-- start: footer_contactus -->
<li><a href="{$mybb->settings['bburl']}/contact.php">Contact Us</a></li>
<!-- end: footer_contactus -->
<li><a href="{$mybb->settings['bburl']}/bans.php">Banned Members List</a> </li>
</ul>
        </div>
</div>

        </div>
</div>
Powered by <a href="www.mybb.com" target="_blank">MyBB</a>.
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
Quote:<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic' rel='stylesheet' type='text/css'>

Your problem is this referral to the google font api in your headerinclude. Change it out for 

Quote:<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
thanks baby worked perfectly