Moodlelogo

Moodlelogo

by Jamiul Chowdhury -
Number of replies: 7

Hi

I just want to have the moodle website as a text link and not a logo link.

Does anyone know how I can remove the moodlelogo which comes up on the home page?

I have attached it.

I cant seem to find the correct file.

If someone can help me that would be great.

Thanks

Jamiul   

Attachment moodlelogo.JPG
Average of ratings: -
In reply to Jamiul Chowdhury

Re: Moodlelogo

by W Page -
Hi Jamiul!

I think it is near the bottom of
moodle/lib/weblib.php

Look around lines 1031 - 1044

I hope this helps.

WP1

CODE:
/// Course links
    if ($course) {
        if ($course == "home") {   // special case for site home page - please do not remove
            $homelink  = "<p align=\"center\"><a title=\"moodle $CFG->release ($CFG->version)\" href=\"http://moodle.org/\" target=\"_blank\">";
            $homelink .= "<br /><img width=\"100\" height=\"30\" src=\"pix/moodlelogo.gif\" border=\"0\" /></a></p>";
            $course = get_site();
            $homepage = true;
        } else {
            $homelink = "<a target=\"{$CFG->framename}\" href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a>";
        }
    } else {
        $homelink = "<a target=\"{$CFG->framename}\" href=\"$CFG->wwwroot/\">".get_string("home")."</a>";
        $course = get_site();
    }

In reply to Jamiul Chowdhury

Re: Moodlelogo

by Bryan Williams -
Perhaps you would like the Moodle.org community to answers all your support questions! black eye
In reply to Bryan Williams

Re: Moodlelogo

by W Page -
Hi Bryan!

I honestly provided the code to the poster because he indicated he would use a text link to Moodle.org. Not remove all references to Moodle.org.

I hope I have not done anything wrong here. blush sad

WP1
In reply to W Page

Re: Moodlelogo

by Bryan Williams -

WP1,

You have provided the quality of help that people associate with Moodle.org. There is no blame here and I hope you can point me in the right direction when I need it, as quickly as you have done for Mr. Chowdhury.wink  I raise the point only in that Moodle is offered free under open source, and although nothing prevents someone from doing what Mr. Chowdhury wants to do I wonder why Moodle's identify must be submerged in this way (like removing the manufacturers emblem from your car). Wouldn't you agree that we all work hard to promote Moodle and help those like Mr. Chowdhury, who got an anwser from you in less than 2 hours after he asked.  Moodle's logo identity is associated with this quality of help. 

In reply to Bryan Williams

Re: Moodlelogo

by W Page -
Hi Bryan!

I was reading and responding to several posts at the time and must admit, I did not think long enough before responding.

What some folks do not realize is that what some "free" CMS/LMS software may do is require very extensive statements at the bottom of all the pages like phpNuke does.  The only way to remove it is to "pay" a fee.  I just hope folks appreciate that in Moodle this is not required. 

A small button gif, which is not required, but , I guess somehow somewhere on the HomePage would be a nice guesture and would give acknowledgement to the software engine of the site.


WP1
In reply to Bryan Williams

Re: Moodlelogo

by David Le Blanc -
rolls-royceIt should be noted that WebCT and Blackboard platforms also proudly display their company logos when clients login. With the superiorty of moodle this is like ripping away the Rolls-Royce emblem. I would think that one would proudly display it as a marque of refinement and class. wink