MyBB Community Forums

Full Version: Rate/Reputation not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
  • The Rate user button does not work when clicked. Nothing pops up.
  • www.vahuntingforum.com
  • New installation or upgrade - 1.8
  • Test user account -
    User - TESTUser1Password - 123456
You have multiple jQuery libs in headerinclude template, leave only one. Also remove redundant noConflict. Post the template here if you don't know what to do.
(2014-09-02, 06:33 PM)Destroy666 Wrote: [ -> ]You have multiple jQuery libs in headerinclude template, leave only one. Also remove redundant noConflict. Post the template here if you don't know what to do.

I can't find the headerinclude template for some reason. Sorry I am very green when it comes to this stuff. Learning as I go.
ACP->THemes & Templates->Templates->Your Theme. Then click on Ungrouped Templates to expand that category. You will find a template called headerinclude listed there.
<a name="top" id="top"></a>
		<div id="header">
                     <div class="hd">
			<div class="logo" style="float: left;"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			<div class="menu" style="float: right;">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
				</ul>
			</div>
               </div></div>
                <navigation>
		<hr class="hidden" />
		<br class="clear" />
                <div id="container">
		<div id="content">
                        <div id="panel">
				{$welcomeblock}
			</div><br />
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
That's the header template. We want to see the contents of headerinclude.
(2014-09-02, 06:43 PM)dragonexpert Wrote: [ -> ]That's the header template.  We want to see the contents of headerinclude.

I copied that straight from the headerinclude template. Maybe I should switch themes?
(2014-09-02, 06:40 PM)dragonexpert Wrote: [ -> ]ACP->THemes & Templates->Templates->Your Theme. Then click on Ungrouped Templates to expand that category. You will find a template called headerinclude listed there.

Could you provide a screenshot of the edit template page of the headerinclude template please as well as posting the content here. (Make sure to wrap the code with [code] MyCode tags.) Smile
I deleted the stb theme and reinstalled it. Issue fixed....for now Smile
hello , after upgrading to 1.8 and install new theme my rate/rep system also not working. i guess maybe about jquery. here the headerinclude code.


<!--[if IE]><![endif]-->
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico" />

<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" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>

<script type="text/javascript">!window.jQuery && document.write('<script src="{$mybb->settings['bburl']}/images/cmsbb/scripts/jquery-1.4.2.min.js"><\/script>')</script>

<script type="text/javascript" src="{$mybb->settings['bburl']}/images/cmsbb/scripts/jquery.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/jscripts/tipTip/tipTip.css"/>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/scriptaculous.js?load=effects"></script>
	<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myalerts.prototype.js"></script>
<script type="text/javascript">
    var unreadAlerts = {$mybb->user['unreadAlerts']};
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myalerts.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
    document.write(unescape("%3Cscript src='http://code.jquery.com/jquery-1.7.2.min.js' type='text/javascript'%3E%3C/script%3E"));
jQuery.noConflict();
}
</script>

{$stylesheets}

<!--[if IE]>
	<script type="text/javascript" src="{$mybb->settings['bburl']}/images/cmsbb/scripts/ie-css3.js"></script>
	<style> #slider .slide .title span {width:auto; bottom:50px; left:7px; } </style>
<![endif]-->
<!--[if IE 7]>
	<link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/cache/themes/theme{$theme['tid']}/ie7.css" />
<![endif]-->

<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>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tipTip/jquery.tipTip.js">jQuery.noConflict();</script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($) {
	$(".tooltip").tipTip({maxWidth:"270px"});
	$(".tooltip_right").tipTip({defaultPosition:"right"});
	$(".tooltip_top").tipTip({defaultPosition:"top"});
	$(".tooltip_bottom").tipTip({defaultPosition:"bottom"});
	$(".subject_editable").tipTip({defaultPosition:"bottom"});
	$(".tooltip_left").tipTip({defaultPosition:"left"});
	$(".postbutton").tipTip({defaultPosition:"top"});
	$(".bigpostbutton").tipTip({defaultPosition:"top"});
	$(".ajax_mark_read").tipTip({defaultPosition:"right"});
});
</script>
{$newpmmsg}

Thanks in advance
Pages: 1 2