Themes

RSS
Page: ()   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18 ...108   ()
A theme with automatic Menus bar
Automatic Menus

From: Chen ZhongWei
Requires: Moodle 1.9.x

This theme was derived from the EduMoodle and CollegeBlue(and also CollegeRed, etc.). What I added is the feature that it can automatically create the menus bar under the header picture. Once a new course or category is added or changed of its position, the menu changs automatically.

I am so sorry that I don't know how to share it with others. (I don't know how to upload it to moodle.org yet). please feel free to contact me if neccesary.

New feature:  (2009.03.19)

    Invisible courses and categories have different lookings from normal ones. 

Fixed bugs:   (2009.03.19)

   1. Invisible resources and activities are in grey color now (dimmed);

   2. Styles.php of blocks and mod are included to the theme.

Record added by: Chen ZhongWei - Wednesday, December 24, 2008, 11:56 PM
Last modified - Friday, March 20, 2009, 01:10 AM
Picture of Chen ZhongWei
by Chen ZhongWei - Wednesday, January 21, 2009, 10:18 PM
 

I am so sorry the demosite of the theme does not work correctly (for DNS errors)

I added a entry in my blog as following (with the theme as attachment):

http://moodle.org/blog/index.php?userid=27521

Picture of Guadalupe Miranda Zamora
by Guadalupe Miranda Zamora - Tuesday, January 27, 2009, 01:27 PM
 

Hi... I like this theme. I installed it and the categories and the courses names appears in the menu bar, but... I can´t get that the links in the menu bar work correctly. The links don't work. When I do "click" in the course name link, it me redirect to a blank page... What is happen? Do I need extra configuration? Can someone help me?

Thanks

Red Sox
by Don Schwartz - Friday, January 30, 2009, 05:23 AM
 

For Guadalupe, You need to edit the header.html and the menuphp files in order to remove the hard links that Chen has built in for his server.

On my site our moodle is in domain.com/moodle but the menus are pre-pending /moodle and I ended up with /moodle/moodle. It's really an easy fix if you look at all the files in the theme package.

Chen, This is the Theme I've been waiting for. The implimentation of the menu seems to work flawlessly so far and the image rotation is an added bonus. Thank You

Barry
by Barry Oosthuizen - Saturday, January 31, 2009, 06:50 AM
 

Well done Chen! Your theme is wonderful!

Thank you so much for sharing it.

Picture of Chen ZhongWei
by Chen ZhongWei - Saturday, January 31, 2009, 04:22 PM
 

I developed it for our website last year. But our website was access-forbidden temporally. I am glad to receive any suggestion to improve it (after my 30 days holiday to 17 Feb. 2009). Feel free to use it and improve it.

Picture of Faren Heit
by Faren Heit - Tuesday, February 3, 2009, 04:52 PM
 

Chen, I have added it to my theme folder but it doesnt appear in the moodle "theme selector" list.
Can some one share how they got this to appear?

Picture of Chen ZhongWei
by Chen ZhongWei - Wednesday, February 4, 2009, 12:02 AM
 

It does not need installation. You just unzip it. I am not sure if you set the file folder accessible by apche server or  IIS server. You should check it especially when the moodle is intalled on the linux or unix OS. 

Picture of Lee Trampleasure
by Lee Trampleasure - Wednesday, February 4, 2009, 06:09 AM
 

Looks exciting, but the download/demo server seems to be down at the current time. I've been trying for several minutes, maybe it will be up again soon.

Picture of Geof Duncan
by Geof Duncan - Sunday, February 8, 2009, 12:50 PM
 

Faren... check the permissions on the czw_blue folder. It and the files inside need to be changed so that the server can see inside. I'd recommend changing the permissions to 755 with chmod -R 755 czw_blue/ OR by using the Change File Attributes function when you right click in FileZilla, just remember to check the "Recurse into subdirectories" box.

Guadalupe... Open coursemenubar.html in Notepad.

Find: //global $CFG;
Replace: global $CFG;

That should make the links work correctly.

Picture of Chen ZhongWei
by Chen ZhongWei - Friday, February 13, 2009, 09:45 AM
 

Thanks Geof.

Picture of Jonathan Konrad
by Jonathan Konrad - Saturday, February 14, 2009, 12:14 PM
 

Great theme, thanks Chen. Of course I immediately wanted to deploy it to our school's site, but apparently I need to use a theme with more neutral colours. Rats. Say .... would you be willing to tell me which files, and where in those files, is the code for the dynamic menu bar? If I could get at least that, it would be cool. Love the overall theme though. Great look.

Picture of Chen ZhongWei
by Chen ZhongWei - Sunday, February 15, 2009, 09:04 PM
 

Hi, Jonathan.

1.  The major php file for the dynamic menu bar is coursemenubar.html. This file is included in the header.html look like as following:

 <?php
   {
     include('coursemenubar.html');
   }
 ?>

2. To creat the menu bar, you should use javascript coded  in header.html   as following:

<!-- Core QuickMenu Code -->
<script type="text/javascript">/*................. 
(too long to attached here, but you can copy them from the file)

3. You should also remain the following line in header.html to display the menu in neccessary apperance (together with the file of menubar.css):

<LINK REL=StyleSheet HREF="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/menubar.css" TYPE="text/css" MEDIA=screen> 

Picture of Vernonisi Spain
by Vernonisi Spain - Thursday, February 19, 2009, 02:26 PM
 

Good Job. Thanks.

V

Picture of William Chen
by William Chen - Sunday, February 22, 2009, 01:36 PM
 

It is great theme. However, when I installed the czw_blue, it does not look like the picture above. There is no left column, only two columns. How can I get the same as above picture?

Thanks.

Picture of Jonathan Konrad
by Jonathan Konrad - Monday, March 2, 2009, 03:20 PM
 

Thanks again Chen. Worked like a charm! My school is using the custom corners theme, so I had to make one small change in the 'coursemenubar.html' Since that theme can be dynamically re sized I needed to remove the specified width values. Once done, it re sizes like a perfectly! Thanks.

Change in coursemenubar.html:

<div style="width:100%;margin-top: 0px;">
<table cellpadding=0 cellspacing=0 style="width:100%; ">

Jon

Picture of Hartmut Scherer
by Hartmut Scherer - Tuesday, March 10, 2009, 09:07 AM
 

I like the automatic menu bar plus the additional information given by Chen and Jonathan. When I combined it with the formal white theme, I got a light blue background behind the menu items. Can anyone help me where I can change the light blue background color?

Home 
General Education
 

Sorry, I don't know how to add a snapshot in this forum.

Thanks for any help.

Picture of Hartmut Scherer
by Hartmut Scherer - Tuesday, March 10, 2009, 04:51 PM
 

I searched again and found the light blue background color. It was in the first line of the menubar.css file.

Hartmut

Picture of Tom Karnes
by Tom Karnes - Thursday, March 12, 2009, 03:00 AM
 

Where/how did you get the clock on your front page?

Thanks for your help and nice theme.

Picture of Neil Gregory
by Neil Gregory - Thursday, March 12, 2009, 03:52 AM
 

Hi  Chen

I love your theme, I am in the middle of implimenting this on out server and like a post above am having problems.

The main prob is the drop down menu is fine but I can't find the course that are already on our active moodle site.

We host our own moodle on a Linux Server, the moodle is located in

/srv/www/htdocs/moodle..... I know I have to edit certain php scripts I know which scripts to edit but no mattter what I put in there it won't find the courses.

So please could you inform me what I have to take out and what I have to add.

Many thanks

Picture of Neil Gregory
by Neil Gregory - Friday, March 13, 2009, 03:44 AM
 

Well managed to sort it myself today, great theme

Picture of Hartmut Scherer
by Hartmut Scherer - Friday, March 13, 2009, 02:14 PM
 

Hi Tom,

Is this the clock you are searching for?

http://moodle.org/mod/data/view.php?d=13&rid=305

With kind regards,

Hartmut

Picture of Chen ZhongWei
by Chen ZhongWei - Friday, March 13, 2009, 09:06 PM
 

Thanks everyone. I do not visit here frequently. To Tom, the clock is the one as Hartmut posted.  

Picture of Tom Karnes
by Tom Karnes - Monday, March 16, 2009, 10:39 PM
 

Hartmut/Chen -

Thanks guys, that was exactly what I was looking for. Sorry for the easy question, still learning some of this stuff and your help is appreciated.

-Tom

Picture of Ian Ross
by Ian Ross - Monday, March 16, 2009, 11:15 PM
 

Hello everyone,

I am really sorry but I am not sure what to change in order for the drop downs to link correctly. I know this was covered before but I am not quite savvy enough to know what to do from the previous instructions. Can anyone help any further?

Awesome theme as well! Thank you so much.

Picture of Chen ZhongWei
by Chen ZhongWei - Tuesday, March 17, 2009, 11:18 PM
 

To Ian, I am not sure what you mean " link correctly ". Can you tell me what's the problem you encountered? Did you use this theme or want to integrate the menubar only to other theme as Jonathan did?

Picture of Tieku Bortei-Doku
by Tieku Bortei-Doku - Thursday, March 26, 2009, 11:47 PM
 

I want to incorporate the menu bar in my theme. I have read the forum postings. However I might need extra help. I use the formal white theme. Could someone outline for me, step by step the changes I should make to the header.html file and where in the file? I am not a programmer but can follow instructions very well.

 

I also keep getting an error when switching between themes

 

(Internet Explorer Script Error)

An error has occurred in the script on this page

Line: 245

Char: 1

Error: 'tinyMCE_GZ' is undefined

Code: 0

URL: /moodle/theme/preview.php? preview=czw_blue

 

Do you want to continue running the scripts on this page?

 

Thanks.

 

Tieku

Picture of Keyser Söze
by Keyser Söze - Friday, March 27, 2009, 01:53 PM
 

Love the theme.  I was wondering if there is a way to widen the page.  When I use the theme it seems like the middle blocks like site news tend to butt right up against the block I have in place on the right hand side.

Picture of Chen ZhongWei
by Chen ZhongWei - Saturday, March 28, 2009, 12:17 AM
 

To Tieku, you can reference  before comment I replied to  Jonathan. You just need to add the lines in red into your theme's header.html file in proper place. I also emailed you the modified file of header.html for formal white theme. So you can try to intergrate the menubar into themes you like as instructions made in the Email to you.

Another problem you posted is somewhat a "bug". I use the tinyMCE 3.0 as the html editor for moodle. To fixed it,

     you can just delete lines in footer.html as:

     <?php
$zlib_on = ini_get('zlib.output_compression');

.......................

<?php
}
?>
</script>

OR install the tinyMCE3.0 into your moodle to remain this file, to use the editor. So, you have choice.

To Keyser, sorry I can not understand correctly what you posted. The theme I published here is width-fixed to 960 pixels. 

Picture of Tieku Bortei-Doku
by Tieku Bortei-Doku - Tuesday, March 31, 2009, 12:36 AM
 

It is working OK. Why is it that in Firefox, the menu bar is not aligned to the left of the page, but starts out somewhere in the middle?

Tieku

Picture of 荣君 黄
by 荣君 黄 - Thursday, April 2, 2009, 02:34 PM
 

There is some error for using your theme.

"tinyMCE" is not defined.

Picture of Chen ZhongWei
by Chen ZhongWei - Saturday, April 4, 2009, 07:17 AM
 

To 荣君 黄 . yes, you can fix it as the way I replied to Tiebu before. Thanks

Picture of Ian Ross
by Ian Ross - Tuesday, April 7, 2009, 11:54 PM
 

Sorry about my late reply Chen.

I was trying to fix this problem I think "For Guadalupe, You need to edit the header.html and the menuphp files in order to remove the hard links that Chen has built in for his server."

When I click the courses I get an error like everyone, but I dont know what files to change the links in as I am not very good at in-depth web development. Do you know of any 'find and replace' fixes that I can use? I just need to point it in the right direction, I just dont know how.

Thank you again

Picture of mark van de klei
by mark van de klei - Sunday, April 19, 2009, 05:58 PM
 

Hi Chen,

I think you need to erase this exact part, am I right?

<?php
$zlib_on = ini_get('zlib.output_compression');
if (empty($zlib_on)) {
?>
<script type="text/javascript" src="<?php echo $CFG->wwwroot ?>/lib/editor/tinymce3/tiny_mce_gzip.js"></script>
<script type="text/javascript">
tinyMCE_GZ.init({
 plugins : 'style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,'+
        'searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,moodleimage,moodlelink,dragmath,inlinepopups,dompdf',
 themes : 'advanced',
 languages : 'en',
 disk_cache : true,
 debug : false
});
</script>
<?php
} else {
?>
Regards,
Mark

Picture of mark van de klei
by mark van de klei - Sunday, April 19, 2009, 06:03 PM
 

Sorry, I mean these lines:

<?php
$zlib_on = ini_get('zlib.output_compression');
if (empty($zlib_on)) {
?>
<script type="text/javascript" src="<?php echo $CFG->wwwroot ?>/lib/editor/tinymce3/tiny_mce_gzip.js"></script>
<script type="text/javascript">
tinyMCE_GZ.init({
 plugins : 'style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,'+
        'searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,moodleimage,moodlelink,dragmath,inlinepopups,dompdf',
 themes : 'advanced',
 languages : 'en',
 disk_cache : true,
 debug : false
});
</script>
<?php
} else {
?>
<script type="text/javascript" src="<?php echo $CFG->wwwroot ?>/lib/editor/tinymce3/tiny_mce.js"></script>
<?php
}
?>

Picture of Rob Lawler
by Rob Lawler - Tuesday, May 5, 2009, 07:14 AM
 

Hi. on this theme, the grader report is not displaying correctly.
Do you know any fix ?
Thanks

Picture of Doug Cullen
by Doug Cullen - Monday, May 18, 2009, 01:57 AM
 

Re: fixing the menus

If moodle is not at your wwwroot (i.e. typing www.domain.com doesn't lead to your moodle) then the fix needs to be done in the coursemenubar.html file.

search for /course and prepend the path to your moodle installation.

e.g. I have moodle installed at www.domain.com/test/ so I searched for /course and changed all of them from /course to /test/course

Look at the URL of one of you courses and compare it to the URL that is generated by the menubar. Adjust the /course string to fill in the missing pieces.

Picture of Jason Neiffer
by Jason Neiffer - Saturday, May 30, 2009, 07:20 AM
 

This is a beautiful theme! Well done!

I have it installed and it works quite well. Does anyone have a suggestion or strategy for changing the logo on top? I see that it is on a gradient background but I don't see a blank one that I can work with. Any suggestions?

Thanks all!

Picture of David Rose
by David Rose - Monday, June 1, 2009, 11:52 PM
 

The menu displays Categories and Courses perfectly.

I would like to add more menu items such as /course/search.php

Which file would I edit in order to add more menu items that are not course/category.php?id=


Picture of A FRI
by A FRI - Friday, June 5, 2009, 02:39 AM
 

Exactly.
And it would be great to be able to add course/all courses and course/mycourses.

I´d like to know how to do it, too.

Picture of Eduardo Massú
by Eduardo Massú - Saturday, June 13, 2009, 11:51 PM
 

El thema es muy bueno, en mi caso un error aparece en el encabezado:


Notice: Use of undefined constant flase - assumed 'flase' in d:\inetpub\wwwroot\hosting\hansce\handel-sce.com\www\new\moodle\theme\czw_blue\config.php on line 97

¿hay alguna forma de evitarlo?

Picture of Eduardo Massú
by Eduardo Massú - Sunday, June 14, 2009, 11:33 PM
 

Theme is very good, I like the way it works, in my case as soon as I open it in the header of the page browser appers the followin message:

El thema es muy bueno, en mi caso un error aparece en el encabezado:


Notice: Use of undefined constant flase - assumed 'flase' in d:\inetpub\wwwroot\hosting\hansce\handel-sce.com\www\new\moodle\theme\czw_blue\config.php on line 97

¿Is there a way to fix it?

Lionel MOLLARD
by Lionel MOLLARD - Monday, June 15, 2009, 04:32 PM
 

Hi everybody, and thank you very much for this beautifull theme...

I have a question :

Is it possible to show in the menubar, only the courses the student is enroled in and not all the courses ?

Thanks a lot in advance for your reply...

Lionel

Picture of Chen ZhongWei
by Chen ZhongWei - Thursday, June 18, 2009, 05:49 PM
 

Hi everyone. I am so sorry for late reply here. I will check it and contribute any improvement. But it will be one week later because of my busy work this week. Sorry but I will back soon.

Picture of mark van de klei
by mark van de klei - Friday, June 19, 2009, 04:50 PM
 

fHi Chen,

Great menu !

  1. It would be nice if the menu could contain (as others mentioned) :
    - My courses
    - Search
    - Block content like "Recent", "Activities", etc.
    Can you describe how to configure this?
  2. To get rid of the tinymc problem I think you have to erase these lines in "footer.html" ?
    <?php
    $zlib_on = ini_get('zlib.output_compression');
    if (empty($zlib_on)) {
    ?>
    <script type="text/javascript" src="<?php echo $CFG->wwwroot ?>/lib/editor/tinymce3/tiny_mce_gzip.js"></script>
    <script type="text/javascript">
    tinyMCE_GZ.init({
     plugins : 'style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,'+
            'searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,moodleimage,moodlelink,dragmath,inlinepopups,dompdf',
     themes : 'advanced',
     languages : 'en',
     disk_cache : true,
     debug : false
    });
    </script>
    <?php
    } else {
    ?>
    <script type="text/javascript" src="<?php echo $CFG->wwwroot ?>/lib/editor/tinymce3/tiny_mce.js"></script>
    <?php
    }
    ?>
Thanks en regards,
Mark

Picture of Ryan Wick
by Ryan Wick - Tuesday, June 23, 2009, 11:25 PM
 

Thanks, Chen! This theme has made my life easier! smile

Picture of mark van de klei
by mark van de klei - Friday, June 26, 2009, 03:47 PM
 

Hi Chen,

When do you think you will contribute the improvements?
Especially the content of the menus would be a great improvement:
- My courses
- Search
- Block content like "Recent", "Activities", etc.

Can you point out how to achieve this?

Regards,

Mark

Picture of Hartmut Scherer
by Hartmut Scherer - Monday, June 29, 2009, 09:18 AM
 

Hi Chen,

I am using your menu bar in the "formal white" and "anomaly" theme and I was able to add some "fixed categories" according to your advice. How can I achieve that only those "automatic" sub categories will be visible which have courses? If there is no course, the sub category should not show up in the menu. If possible the category on the highest level should be visible regardless whether there are any sub categories or not.

I am aware that this will be just a nice feature (not an urgent one at all). Anyhow, I would appreciate your advice how to accomplish this at some time in the future.

With kind regards,

Hartmut

Picture of Hartmut Scherer
by Hartmut Scherer - Wednesday, July 1, 2009, 07:42 AM
 

Hi Chen,

I found a solution for empty categories when I changed my entire visible structure to show only courses that are actually offered (without any tree). Now I will use the extensive structure of categories and sub categories only for the archive.

With kind regards,

Hartmut

Picture of Hartmut Scherer
by Hartmut Scherer - Saturday, August 15, 2009, 08:55 AM
 

Hi Chen,

I use your automatic menu bar in Moodle 1.9.5 with Anomaly. In the Moodlelike theme, I saw “my courses” and I tried to adapt the code. Until now I was unable to produce the list of my courses with your menu. Only the tab “My Courses” appears in the menu bar.

Can you help me to get a list of my courses into the menu bar? Any help is greatly appreciated.

With kind regards,

Hartmut

-----------------------
coursemenubar.html

<div style="width:100%;margin-top: 0px;">

<table cellpadding=0 cellspacing=0 style="width:100%; ">



<td style="width:100%; " >

<ul id="qm0" class="qmmc">



<?php

echo '<li><span class="qmdivider qmdividery" ></span></li>';
$text ='<li><a class="qmparent" href="'.$CFG->wwwroot.'/">Home</a>';
$text .= '</li>';
echo $text;

print_whole_category_list_menu();

if (isloggedin()) {
echo '<li><span class="qmdivider qmdividery" ></span></li>';
$text ='<li><a class="qmparent" href=" '.$CFG->wwwroot.'/">My Courses</a>';
$text .='<ul>';
$text .='<li><a href=\' '.$CFG->wwwroot.'/course/\'>All Courses...</a></li>';
$text .= '</ul></li>';
echo $text;

//Get my courses
$courses_my = get_my_courses($USER->id, 'visible DESC,sortorder ASC', '*', false, 21);

//
foreach ($courses_my as $c) {
if (isset($USER->lastcourseaccess[$c->id])) {
$courses_my[$c->id]->lastaccess = $USER->lastcourseaccess[$c->id];
} else {
$courses_my[$c->id]->lastaccess = 0;
}
}
//

//
if (empty($courses_my)) {
//Do nothing
} else {
foreach ($courses_my as $c) {
$content .= '<a href=\' '.$CFG->wwwroot.'/course/view.php?id='.$c->id.'\'>'.$c->fullname.'</a>';
}
}
//
echo $content;
echo '<a href=\' '.$CFG->wwwroot.'/course/\'>All Courses...</a>';
}


function print_whole_category_list_menu($category=NULL, $displaylist=NULL, $parentslist=NULL, $depth=-1, $files = true) {
/// Recursive function to print out all the categories in a nice format
/// with or without courses included
//global $CFG;


if (isset($CFG->max_category_depth) && ($depth >= $CFG->max_category_depth)) {
return;
}

if ($category) {
if ($category->visible or has_capability('moodle/course:update', get_context_instance(CONTEXT_SYSTEM))) {
print_category_info_menu($category, $depth, $files, $left);
} else {
return; // Don't bother printing children of invisible categories
}

} else {
$category->id = "0";
}


if ($categories = get_child_categories($category->id)) { // Print all the children recursively
$countcats = count($categories);
$count = 0;
$first = true;
$last = false;
foreach ($categories as $cat) {
$count++;
if ($count == $countcats) {
$last = true;
}
$up = $first ? false : true;
$down = $last ? false : true;
$first = false;

print_whole_category_list_menu($cat, $displaylist, $parentslist, $depth + 1, $files);
echo '</ul></li>';
}
}
}

function print_category_info_menu($category, $depth, $files = false) {
/// Prints the category info in indented fashion
/// This function is only used by print_whole_category_list() above

//global $CFG;
$coursecount = count_records('course') <= FRONTPAGECOURSELIMIT;

$courses = get_courses($category->id, 'c.sortorder ASC', 'c.id,c.sortorder,c.visible,c.fullname,c.shortname,c.password,c.summary,c.guest,c.cost,c.currency');
if ($depth) {
echo '<li><span class="qmdivider qmdividerx" ></span></li>';
if ($category->visible) {
echo '<li><a class="qmparent" href="'.$CFG->wwwroot.'/course/category.php?id='.$category->id.'">'.format_string($category->name).'</a>';
} else {
echo '<li><a class="invisiblecategory" href="'.$CFG->wwwroot.'/course/category.php?id='.$category->id.'">'.format_string($category->name).'</a>';
}
} else {
echo '<li><span class="qmdivider qmdividery" ></span></li>';
if ($category->visible) {
echo '<li><a class="qmparent" href="'.$CFG->wwwroot.'/course/category.php?id='.$category->id.'">'.format_string($category->name).'</a>';
} else {
echo '<li><a class="invisiblecategory" href="'.$CFG->wwwroot.'/course/category.php?id='.$category->id.'">'.format_string($category->name).'</a>';
}
}


if ($files and $coursecount) {
echo '<ul>';
if ($courses && !(isset($CFG->max_category_depth)&& ($depth>=$CFG->max_category_depth - 1))) {
foreach ($courses as $course) {
if ($course->visible) {
echo '<li><a href="'.$CFG->wwwroot.'/course/view.php?id='.$course->id.'">'.format_string($course->fullname).'</a></li>';
} else {
echo '<li><a class="invisiblecourse" href="'.$CFG->wwwroot.'/course/view.php?id='.$course->id.'">'.format_string($course->fullname).'</a></li>';
}
}
}
}
}
?>


<li class="qmclear">&nbsp;</li></ul>
</td></tr></table>

</div>
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click ('all', 'main' or 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<script type="text/javascript">qm_create(0,false,100,300,false,false,false,false,false);</script>

Picture of Qun Dai
by Qun Dai - Tuesday, August 25, 2009, 11:29 PM
 

Hi Guys,

Wonder whether your guys have issue on printing out web page too.

When I try to print out my web page using "File->Print Preview", it always shows all course categories and classes on top in a mess -- they all come from the dynamic menu. and I just couldn't print the page same as it shows. I guess if you also use this theme, you might also have the same print issue? Any way to fix this?

Thx,
William

Picture of Francesco Cortimiglia
by Francesco Cortimiglia - Monday, August 31, 2009, 06:30 PM
 

Hi Chen, Hi Mark, Hi Tieku,

if I delete those lines of code in footer.php, the foot disappears.

I prefer to install the tinyMCE3.0 in my moodle to remain the file footer.php: How can I do it?

Thanks

Picture of David Zentraedi
by David Zentraedi - Thursday, September 3, 2009, 04:59 AM
 

great theme chen! I have a doubt, How can I activate this "blog format" in the middle of the page? is it another plug in? Thanks a lot guys!!

Picture of dian deng
by dian deng - Friday, September 4, 2009, 06:24 PM
 

Chen ZhongWei  sir:

    I want to use you moodle theme with tinyMCE3.0 ,Can you help me? Please mail to

dingfeiya2007@gmail.com

Jomeira Village, UAE 2008
by Ali Nejati - Sunday, September 13, 2009, 12:56 PM
 

Hey, it's very beautiful. But i have a big question. I want to write Persian in my web site, Persian is a complex script and right to left. but your theme designed in left to right direction. How can i change it?

Picture of Ali Alqahtani
by Ali Alqahtani - Thursday, September 17, 2009, 08:46 PM
 

Thanks for you theme ..it is wonderful .. the main problem facing most users is with the top bar menu ... when we click on the link it doesn't work and the reason is that you designed the lick to open with this URL:

www.yourdomain.com/course/ then the rest of the link

while it should be like this:

www.yourdomain.com/moodle/course/ then the rest ..

so can you please solve this problem coz your them is the best with the top bar menu...thanks

David
by David West - Tuesday, September 22, 2009, 12:45 AM
 

Hi Chen,
Thanks for the great theme. I am having a problem with the Coarse Menu Bar in Firefox. The menu bar starts out on the right side of the page and extends off the page to the right. Where do I fix this problem?
Thanks.
David

David
by David West - Wednesday, September 23, 2009, 02:37 AM
 

Chen,
I think I have corrected the problem I was having with Firefox and my Course Menu Bar. I changed line 1 of the file coarsemenubar.html - specifically the margin-top value from 0px to 5px.



This might also be the same problem Tieku was having above.

Picture of zoi Abrazi
by zoi Abrazi - Sunday, October 4, 2009, 05:35 PM
 

I selected the this nice template and i found it easy to customize the header to fit my school site. Although i have some difficulties with the date in the header. First tried to translate monthes and days in my language(greek) but the encoding of the page causes to appear small squares instead of letters. I need your help to remove completely from that place and also to move the language selection imediately after the login message (in place of date) I would appreciate any help to do this

Picture of James Jameson
by James Jameson - Tuesday, October 20, 2009, 08:52 PM
 

Good afternoon everyone.

I am using this template and I have encountered 3 issues which I am sure (being a moodle novice) are easily fixed with some guidance.

Issue 1 - Can someone advise me which css allows you to edit the orange line just above the footer image?

Issue 2 - I have managed to change the alternative text for the icons but I cannot change the alternative text for the logo (it still states faculty of Computer and Information), can anyone give guidance on how to do this?

Issue 3 - How do I move the logo so it sits at the very left hand edge of the page?

Thank you all for your time.

Alex.

Picture of Uwe Klemm
by Uwe Klemm - Thursday, October 29, 2009, 07:48 PM
 

Thanks for the really nice-looking theme. We do love it a lot and use it in our Moodle - and our users like it as well.
However, quite a number of our users have complained about the middle column (in courses) being too narrow. This could be remedied by leaving out either the right or left column, of course - but this way you'd leave out some of the blocks, sow we wouldn't like to do that.
We've just wondered whether it would be possible to change the theme from fixed width (9xx px) to relative width (100%).
Would that be possible? Which difficulties could be encountered? Any hints on how to achieve that?

Thanks for any helpful advice,

Uwe

Picture of James Jameson
by James Jameson - Thursday, October 29, 2009, 10:48 PM
 

I believe you can move all your blocks onto one side and then remove either the left or right columns this will make the middle column expand, although then there is the issue of all your boxes being one one side which in my opinoin doesn't look as good.

I was wondering if you had kept that orange line by the footer deliberately or whether you like me have not been able to identify how to remove it?

Kind regards,

Alex

Picture of James Jameson
by James Jameson - Monday, November 2, 2009, 09:53 PM
 

Further details (and an image) of my problems with this theme can be found at:
http://moodle.org/mod/forum/discuss.php?d=135929#p597468

Any help would be greatly appreciated smile

Thank you for your time.

Alex.


Page: ()   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18 ...108   ()