There are many ways neither of which is straightforward unless of course you display all the information in the list view and print this web page. Alternatively, you can enable the RSS of the database, set the RSS template to display the entry as you want it in the printout and then open the RSS page and print it. Alternatively you can do something more complex than these two ways, and I'd be happy to explain what and how if neither one of the above works for you. 
Hi Filippo,
If I understand you correctly you want to print a single database record from the browser without all that other brother stuff? That could be achieved using a special CSS style sheet for printing. I will have a closer look at the problem.
There's also an Italian forum if you prefer using your mother tongue: http://moodle.org/course/view.php?id=23
Cheers,
Frank
If I understand you correctly you want to print a single database record from the browser without all that other brother stuff? That could be achieved using a special CSS style sheet for printing. I will have a closer look at the problem.
There's also an Italian forum if you prefer using your mother tongue: http://moodle.org/course/view.php?id=23
Cheers,
Frank
You can use the following CSS to hide all the unnecessary items:
div#header, div.navbar, div#footer, div.tabtree, div.paging {
display: none !important;
}
The easiest and most flexible way to apply the CSS without actually changing any CSS file of your Moodle installation is using the Firefox extension "Stylish" (http://docs.moodle.org/en/Themes_FAQ#Stylish).
See Stylish for screenshots how it should look.
hth
Frank
div#header, div.navbar, div#footer, div.tabtree, div.paging {
display: none !important;
}
The easiest and most flexible way to apply the CSS without actually changing any CSS file of your Moodle installation is using the Firefox extension "Stylish" (http://docs.moodle.org/en/Themes_FAQ#Stylish).
See Stylish for screenshots how it should look.
hth
Frank
I used the above code in the CSS section,and enabled the RSS as well to test the prinitng option of the Database record.
I am not sure if its due to these actions, how ever, I cannot access the tabs in the database ativity. Only the Database list viw is displayed.
Plese let me know ho could I get the tabs back on.
Hi Aruna,
You have to make sure the CSS is only applied to the print view of the page, see http://docs.moodle.org/dev/Print_style for details.
hth
Frank
You have to make sure the CSS is only applied to the print view of the page, see http://docs.moodle.org/dev/Print_style for details.
hth
Frank
Dear Frnk,
I may have made a mistake. I have applied some CSS setting to remove unnecessary elemets from the view. I have simply added the CSS to the List view Template.
Now, the issues is How would I break in to this. I mean to the CSS window and adjust it. Is there a place, I mean a databasefield that stores the CSS code inside the moodle database.