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
@fakhrul It's because you're using a theme that hasn't been updated for 1.8.
hi @iAndrew , its not because of jquery?
inline moderation also no effect after click.
my other themes also not for 1.8 but working like a charm.


thanks for the reply
Well, your headerinclude should be:

<!--[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/jquery.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1800"></script>
<link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/jscripts/tipTip/tipTip.css"/>
<script type="text/javascript">
    var unreadAlerts = {$mybb->user['unreadAlerts']};
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myalerts.js"></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">
<!--
	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='' />";
// -->
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tipTip/jquery.tipTip.js"></script>
<script type="text/javascript">
$(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>

Had to change almost everything and not sure if that will even work.. You also need to remove jQuery.noConflict(); from JS files like jscripts/myalerts.js. And your theme may have many more issues.
using that headerinclude code and remove noconflict at jscripts/tipTip/jquery.tipTip.js and jscripts/myalerts.js also make no change to the rate/rep popup. any manually trick i need to do?

inline moderation also wont work because after tick the selected post , i wount count at inline moderation below the post. maybe because of js problem. please someoe give me advice because we like this minimalist style.

(2014-09-12, 11:31 AM)fakhrul Wrote: [ -> ]using that headerinclude code and remove noconflict at jscripts/tipTip/jquery.tipTip.js and jscripts/myalerts.js also make no change to the rate/rep popup. any manually trick i need to do?

inline moderation also wont work because after tick the selected post , i wount count at inline moderation below the post. maybe because of js problem. please someoe give me advice because we like this minimalist style.

after remove the noconflict , my shoutbox also problem... Sad
You can't use Prototype MyShoutbox with 1.8... Uninstall it or you'll have problems. As for your JS issues, please create a new thread with board URL and a testing account. But making it work with 1.6 theme won't be easy.
Everything is right & upto its place.

I have had the same problem.

See how i resolved it:

Go to the templates.
Browse themes.
Choose a theme.
Download it and then upload the (.xml file)
Upload the image folder within (public_html/images/uploaded_folder)
Activate the theme as default

Changing your theme will surely fix it 100% Smile
ok thanks @Destroy666

@aroshkhan , yeah absolutely solve this crap Big Grin

maybe no luck for using this CMSbb themes. nice share alls.

thanks
& My bb go mobile reputation Code???
Just googled this thread after alerts broken with upgrade to 1.8.13. Maybe somebody else will also find this thread first. The solution for the 1.8.13 problem is in this thread: https://community.mybb.com/thread-213964...pid1298508
hi Everibody I'm MyBB 1.8 / Reputation problem Solving

I'm after a lot of work , I found the solution and very simple

Only upload for Ftp / original reputation.php and top what's existing and exchange

Done !

I hope I could help
Pages: 1 2