Jump to content

cyberrant

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by cyberrant

  1. Have a difficult one here. Does anyone know the reset procedure for the HP 352 HP 30-10010-02 Switch. We've tried the defaults, but no success. In desperate need of accessing them ASAP HP will reset but at the price of £200 per switch and we have 4 to do. Currently running a BruteForce attack but need a quicker method. anyone?
  2. For Moodle go into 'config.inc.php' and replace the line: $max_advance_days = isset($cfg_mrbs->max_advance_days) ? $cfg_mrbs->max_advance_days : -1; with is if (is_siteadmin()) { $max_advance_days = -1; } else { $max_advance_days = 2; } $cfg_mrbs->max_advance_days = $max_advance_days; it allows site administrators to alter/add/delete any bookings outside of the max advance days setting
  3. answer found if (is_siteadmin()) { // do something for site admins } else { // do something else }
  4. i believe i have fixed this issue, by going into 'config.inc.php' and replacing the line: $max_advance_days = isset($cfg_mrbs->max_advance_days) ? $cfg_mrbs->max_advance_days : -1; with is if (is_siteadmin()) { $max_advance_days = -1; } else { $max_advance_days = 2; } $cfg_mrbs->max_advance_days = $max_advance_days; it allows site administrators to alter/add/delete any bookings outside of the max advance days setting
  5. i need help and was wondering if anyone has any ideas on this one i need to create an if statement for moodle that will look at the current user login and if they are a site administrator it will give me back a different result. i know it will need to look like this if ($user->???? == ???) { WHAT I WANT TO HAPPEN } else { WHAT I WANT TO HAPPEN } does anyone have any ideas on how to fill the blanks?
  6. this is now an open thread on moodle.org https://moodle.org/mod/forum/discuss.php?d=230259
  7. can anyone tell me a way around this one, we currently have a moodle 2.2 install with MRBS. we have all our rooms set up and they are currently in use by staff. what we want to do is set it so NO ONE other than 'admin user' can add a booking outside of the 'max day' setting. i've found one or two threads on this but nothing about the moodle version, can anyone help?
  8. i have found out how to solve the problem, if the user's authentication method is set to 'LDAP Capture' then i get a white screen when i change this to 'LDAP Server' this issue disappears. therefore i think it must have something to do with the LDAP Capture auth method. i will check the coding for this and see if the problem is still there
  9. just tried it, i still get the same issue. i am hessistant to remove the Facility block completely as it took a while to get working properly
  10. i have done this but all i get back is 'Notice: Trying to get property of non-object in C:\inetpub\wwwroot\blocks\facility_to_moodle\block_facility_to_moodle.php on line 52 ' i still have no idea what is wrong with this?
  11. i cannot explain this one at all. i have two users both with the same system permissions but when i 'Turn editing on' on one of them i am given the white screen of death while the other one is fine. can anyone explain why this is happening? i am running moodle 2.2.5 and the users are being added in using facility to moodle.
  12. right, we use the facility to moodle block to add users to moodle, having moodle then create the users in the AD would save so much time.
  13. ok, i need to be able to create a user in moodle and have that user then created back into my servers AD. Is This Even Possible? i know the reverse is possible so it can't be to difficult. is there anyone who can help? my site is currently running moodle 2.2.2+
  14. thats great, and i see that you've updated it for 2.3, that may come in handy depending on when we move for progesso, cheers i do have one more question though - the helpdesk block : Moodle.org: Old modules and plugins is there any chance you can help me with updating the code of it for moodle 2.2 or 2.3? as it is the last block i need for my current site?
  15. If Anyone can help me at all, then please set forward Over summer, the secondary school i work for are moving from moodle 1.9 to moodle 2.2.2 we currently use the help desk block to track any issues with our network and VLE i need help with either: 1) re-writing the block to work on moodle 2.2 platform OR 2) writing a new block to intergrate 'Spiceworks' onto the moodle platform if there are any programmers out there that think they can do this then please help
  16. cheers for the help and if you get anywhere with Network Drive access please let me know
  17. nope :/ no installed. but i added in the file structure and the .js file and it seems to be working now. just causing me an issue when i go to add anything else to the site. thanks for the help i will go through my site's coding and see if i can find where the location is being forwarded in from
  18. i have set up clam antivirus on moodle 2.2.2+ with the following setting: Use clam AV on uploaded files run clam on upload: on clam AV path path to clam: C:\Program Files\ClamWin\bin\clamscan.exe Quarantine directory quarantine dir: blank On clam AV failure clam failure on upload: treat files like virus every time i upload anything, it comes back with 'the file you have uploaded 'filename' has been scanned by a virus checker and found to be infected! your file upload was NOT successful' Can Anyone help?
  19. thats moodle 2.2.2+
  20. i have managed to solve the issue now, by creating the directory 'C:\inetpub\wwwroot\blocks\course_creator_admin\js' and adding the 'mochikit_essentials-min.js' into this directory. we had the problem on IE9, Chrome, Firefox and Safari. we are still unsure as to why this folder is needed for this file as it is already located in the facility to moodle js folder, any ideas? as when we go to add in new blocks or modules i have to remove it and add it back in each time :/ also while i have you here, are you also the maintainer for the Network Drive access (SMBWebClient fork)? is there any way of setting this up for windows? we are currently struggling we are running Moodle 2.2, on windows 2008 r2 using IIS and MYSQL.
  21. Above is the code for my facility_to_moodle_course_init file i keep getting back a reference error - can anyone help?
  22. i work at a secondary school and we are having an issue with this block on our moodle 2.2 installation i can add students onto the site using the block but when it comes to adding groups to a course we cannot click on the 'ok' button. we were not sure if it was the javascript for the block so we downloaded the block again but again had no luck does anyone have any ideas? or can you point my in the direction of the current programmer who's looking after this block?
  23. i work at a secondary school and we are having an issue with this block on our moodle 2.2 installation i can add students onto the site using the block but when it comes to adding groups to a course we cannot click on the 'ok' button. we were not sure if it was the javascript for the block so we downloaded the block again but again had no luck does anyone have any ideas? or can you point my in the direction of the current programmer who's looking after this block?
×
×
  • Create New...