MyBB Community Forums

Full Version: User checkbox selection not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi There,

When selecting users on the browse by users page, the checkboxes that are checked do not seem to do anything when you click the GO button. The GO button also shows zero users selected.

We are experiencing this issue in myBB 1.6.8
The admin url is www.yourforum.com/admin/index.php?module=user
I have also attached a screenshot of the problem.

We have tested this on all the latest browsers (Chrome, FF, IE) and the problem is still there.
First upgrade to 1.6.13 because that is the current version. Being several versions behind means many bug fixes have been applied.
Thanks Dragon. We will proceed with the upgrade soon and report back.
(2014-06-25, 10:12 AM)dragonexpert Wrote: [ -> ]First upgrade to 1.6.13 because that is the current version. Being several versions behind means many bug fixes have been applied.

We have successfully upgraded to myBB 1.6.13.
I went through the process of checking a user. I noticed that the value in brackets next to the GO(0) text still maintains the zero value. Clicking go returns an error saying that nothing was selected.

Please let me know if you require more information.

Best,
C
Please post the contents of your headerinclude template. Admin CP->Themes & Templates->Templates->Your Theme->Ungrouped Templates
Hi Dragon, as requested.

List of templates under Admin CP->Themes & Templates->Templates->Your Theme->Ungrouped Templates:

announcement
announcement_edit
announcement_quickdelete
changeuserbox
codebuttons
gobutton
headerinclude
htmldoctype
loginbox
posticons
previewpost
sendthread
video_dailymotion_embed
video_googlevideo_embed
video_metacafe_embed
video_myspacetv_embed
video_vimeo_embed
video_yahoo_embed
video_youtube_embed
I need the contents of headerinclude template please.
It can't be a headerinclude issue because it's a problem in ACP and headerinclude is front-end only.

First run ACP -> Tools & Maintenance -> File Verification and show the output here.
Then also view the source code of the Browse Users page and CTRL+F jQuery in it - if anything like that is found, provide your plugin list.
And lastly ask your hosting about this: http://community.mybb.com/thread-128710.html
Hi Dragon,

headerinclude attached.


Hi Destroy,

Below is the list of changed files with some comments.

These pages have been modified. I am aware of their modifications:
showteam.php Changed
index.php Changed
search.php Changed
inc/db_mysqli.php Changed
inc/functions_calendar.php Changed
inc/class_captcha.php Changed
inc/functions.php Changed



These file exists but the casing is different. I will update these now and test again.
inc/3rdparty/diff/Diff/Engine/Shell.php Missing
inc/3rdparty/diff/Diff/Engine/String.php Missing
inc/3rdparty/diff/Diff/Engine/Xdiff.php Missing
inc/3rdparty/diff/Diff/Renderer/Unified.php Missing


Best,
C

Also included below is the page headers of /admin/index.php?module=user
I have verified that all css and js files exist and are accessible from the browser.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/1">
	<title>Browse Users</title>
	<meta name="author" content="MyBB Group" />
	<meta name="copyright" content="Copyright 2014 MyBB Group." />
	<link rel="stylesheet" href="styles/default/main.css" type="text/css" />
	<link rel="stylesheet" href="styles/default/user.css" type="text/css" />
	<script type="text/javascript" src="../jscripts/prototype.js"></script>
	<script type="text/javascript" src="../jscripts/general.js"></script>
	<script type="text/javascript" src="../jscripts/popup_menu.js"></script>
	<script type="text/javascript" src="./jscripts/admincp.js"></script>
	<script type="text/javascript" src="./jscripts/tabs.js"></script>
  <style type="text/css">.popup_button { display: none; } </style>
  <script type="text/javascript">
//<![CDATA[
	document.write('<style type="text/css">.popup_button { display: inline; } .popup_menu { display: none; }<\/style>');
//]]>
</script>
	<script type="text/javascript">
//<![CDATA[
var loading_text = 'Loading<br />Please wait...';
var cookieDomain = '';
var cookiePath = '/';
var cookiePrefix = '';
var imagepath = '../images';
//]]>
</script>
</head>

Update: The 4x 3rdParty files I renamed to the correct casing, but it had no effect.

Tnx.
It's most likely the last thing I mentioned then - suhosin.cookie.endrypt enabled by your hosting. Check if inline moderation in forumdisplay.php/showthread.php has the same bug to confirm it. Also check browser console for errors when checking these boxes.
Pages: 1 2