Jump to content

cobra

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by cobra

  1. I did this to fix the issue on moodle 2, not sure if it will work on moodle 1 but its worth a try: Changed URL image links set to old site So you built your Moodle Server with a http//192.168.0.1/Moodle address. Then you changed the URL for your site to http://OurMoodle.org/Moodle . You changed the Moodle config file so the CFGs point to the new paths. But your images point to the old url. One simple, quick solution. Login as admin and put http://OurMoodle.org/Moodle/admin/replace.php in your browser address bar. Use the two form boxes to change http://192.168.0.1/ to http://OurMoodle.org/ .
  2. I have had a look on the moodle forum, they are relating to issues that I have had in the past but I have managed to resolve. The last glitch I need to fix doesnt seem to be mentioned there though. I am also posting to the developer of the theme here and it is an issue that has been seen in the past, I have not had a response from him in a while though, I have a few posts on there that are still awaiting moderation and as my time is running out before the school year starts I am branching out for help.
  3. Hi. I am in the final stages of building my schools new moodle (version 2.1, iis7, server 2008, php 5.3.2). I am using the creatif theme, its my favourite moodle 2 theme that has been released by a long way. I have had a few problems sorting out glitches that appear in IE when using this theme though. I have just got one glitch left to go but I am having real trouble with it so I was hoping that someone on here would be able to help me. Here are some screen shots 1 2 3 What is happening is if you go go in to a forum to discuss a topic, the discussion is being pushed below the last block on the right hand side of the page. The social format looks fine when you are looking at the main view after i put a position absolute in its css but I can not resolve the issue after you go into discuss the topic. For those of you familiar with the creatif theme I believe the area that is causing the problem is around line 66 of the courseviews.css, I have tried various positioning methods here, relative, float, absolute and changing the z index. All that I have been able to do is move it to the top of the page but then all replies to a topic overlap each other. I hope my explanation is clear! I have attached a txt version of the courseviews css. If you think that the problem could be in another css page please let me know. Thank you courseviews.txt
  4. Got it working!!!! for some reason my annoymous authentication had gone back to enabled, i must not have changed it by mistake at some point. all working now though
  5. My current moodle is in apache, i wanted my new one to be all windows though because I understand it better so I can configure it more Do you know which file it is in moodle where I can set these settings (they are in the ntlm documentation but it does not tell you where it is that you set them) I assumed that they were part of the ntlm setting I set via the interface in moodle, but now I am thinking that they must be in an ini file somewhere. you've ldap->ntlmsso_enabled you've ldap->ntlmsso_subnet ? Thank you
  6. I cant see anything in the dc logs, so my sso settings must still be off. I read on the moodle forum that it could be to do with folder permissions. When you set up your sso with iis did you have to set any extra folder permissions?
  7. Im nearly there now, i am now getting the attempting sso via ntlm message when i click the log in button on moodle. The log in is failing at the moment though
  8. noooooooo itl be alive again soon! just gota give the server a round house kick to the face rex kwondo style http://profile.ak.fbcdn.net/hprofile-ak-snc4/50552_56338071914_1686037_n.jpg
  9. Thanks guys, ive changed my settings the that exact code. Il add the url into our internet zone now too dabuntu and see if sso starts working then
  10. Thanks for the reply. At my work we use the range of ips xxx.xxx.40.0 - xxx.xxx.47.0 do you think that I should write this in moodle as xxx.xxx.40.1 - xxx.xxx.47.1? or is that not possible... Most of our student stations are on xxx.xxx.41.1, do you think that i may have to just use this one ip range?
  11. Hi I am using Server 2008, iis 7 and moodle 2.0.2, i have ldap working but I am having trouble getting sso working so thought that I would come on here for some help. I have followed the guides that moodle provides (but these dont seem to be tailored to moodle 2) and some iis sso guides. I have enabled windows authentication and disabled annonymous authentication in IIS. I have configured the ntlm sso settings in moodle but I am still not having any luck i believe that I am missing a stage, so I hoping that someone on here could tell me if there is anything else that I need to configure?? Also can you set a range of ip addresses in the subnet mask when setting up ntlm on moodle? if so what is the format that you type it into moodle? I have typed it in as: iprange1/bitmask, iprange2/bitmask, iprange3/bitmask but I am not sure if this is the correct way to do it. Thank you for your help
×
×
  • Create New...