MyBB Community Forums

Full Version: =1400 / MyBB ver 1.6.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I would like to tell my story for better understanding in order to get some help or answers.

When version 1.6 Gold came up, I was told to upload the whole zip package in order to upgrade from 1.4.14 version to 1.6 version which I did. All good, successfully upgraded.

Next, right before Christmas, version 1.6.1 shows up. On this one, I used the "changed_files_1601.zip" file (including member.php) in order to upgrade to 1.6.1. All Good and succesfully upgraded also.

Every other day, since then, I do the "Version Check" on my ACP...and I´m updated with version 1.6.1 (1601) but I´m currently confused after my discovery today, that my Jscripts versions are still 1400.

Here is a little piece from my "Page Source" using Firefox of my index page:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="http://www.vt-f1.com/bb/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="http://www.vt-f1.com/bb/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="http://www.vt-f1.com/bb/jscripts/popup_menu.js?ver=1400"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>

It looks like my headerinclude got stuck with 1400 but the software is up to 1.6.1 ...

I don´t know what I did or went wrong, and I don´t know how to get my jscripts version how is supposed to (1600). No wonder why the couple of plugins for 1.6.1 I tried to install, never worked.

What should I do?.

Thanks.
change 1400 to 1600
When you upgraded to 1.6, you were supposed to go through the templates in the Find Updated Templates section and revert your templates to default. You probably have a lot of 1.6 features missing on your forum because you've still got 1.4 versions of templates.
(2011-01-26, 09:43 AM)MattRogowski Wrote: [ -> ]When you upgraded to 1.6, you were supposed to go through the templates in the Find Updated Templates section and revert your templates to default. You probably have a lot of 1.6 features missing on your forum because you've still got 1.4 versions of templates.

Thanks for the reply Matt,

Honestly, I´m not quite sure if I already did the Find Updated Templates simply because I do have the prefixes features and some other features were over there but now are missing (like the arrow down showing the number of pages). Or in fact, I never did it. Confused

If I do it now, does not matter if I´m trying from 1.6.1 instead from the originally 1.6.0?

Thank you.
No, it won't matter. Go to ACP > Templates & Style > Templates > Find Updated Templates > how many templates are listed?? The one that's outdated here is the headerinclude.
Listed are:
  • codebuttons
  • footer
  • forumdisplay
  • header_welcomeblock_member
  • postbit_reputation
  • search
  • showthread
  • usercp_nav_misc
  • usercp_profile


I´m intending to revert to original the ones on list, but as for headerinclude.... is not showing up in the list. Huh

I went to headerinclude and hitted Options> Diff Report...showing this:

"Any customizations you've made to your templates (the old ones) are highlighted like this (Green)"

"Changes that have been made between your previous version and this one are highlighted like this" (Red).

Quote:<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->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery(".post_buttons img").fadeTo("fast", 0.5);
jQuery(".post_buttons img").hover(function(){
jQuery(this).fadeTo("fast", 1.0);
},function(){
jQuery(this).fadeTo("fast", 0.5);
});
});
</script>

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/fastrep.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/mystatus.js"></script>
{$stylesheets}
<script type="text/javascript">
<!--
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 imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}
{$sb_refresh}

(I put that in quote code format just to be able to set the colors as shown to me here in my ACP relating the jscript versions.)

If I go just to see the current headerinclude, looks like this:

<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->settings['bburl']}/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
    jQuery.noConflict();
    jQuery(document).ready(function(){
        jQuery(".post_buttons img").fadeTo("fast", 0.5);
        jQuery(".post_buttons img").hover(function(){
            jQuery(this).fadeTo("fast", 1.0);
    },function(){
            jQuery(this).fadeTo("fast", 0.5);
    });
    });
</script>

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/fastrep.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/mystatus.js"></script>
{$stylesheets}
<script type="text/javascript">
<!--
	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 imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}
{$sb_refresh}

1400 is there.

Should I just revert to original and see what happens even is not reported as outdated?.


Marked as "Solved". Thanks Matt.

The revert feature rocks!