How to remove or hide moodle 2.8 lesson actions list item? - moodle

I am using moodle 2.8
I wants to hide/remove moodle lesson actions. Moodle lesson has following actions
Add an end of branch
Add a content page
Add a cluster
etc
I want to show only Add a content page & Question from above
How to do this?
Thanks..!

Related

Adding buttons to admin user list section of moodle

I need to add a button for each user in admin's user list (admin/user.php).
is it possible to do it from my local plugin? if yes how?
Or I need to edit the user modules manually?
The only way to do this without a core code modification, would be to use the theme (or possibly a local plugin) to inject some javascript into the page to add the button after the page has loaded.
The page itself is quite old, so it doesn't use a renderer, so overriding the generated HTML via the theme is not an option. The user actions aren't designed to be pluginable either.
Depending on what you are wanting to do, you could, of course, create a local plugin that adds a new link to the 'Site administration' tree. On the page this links to, you could add your own list of users, with whatever buttons you wanted on them.

Need help to create custom page in zecart

I am new to zencart and want to create custom page for categories, can anyone help me for that to create custom categories page?
If you want to create a new page in Zen Cart, you have a couple of options:
Use EZ Pages - go to Admin->Tools->EZ Pages and add your page.
Start with a new page template such as the About Us page, which is available in the Plugins area for Zen Cart here: http://www.zen-cart.com/downloads.php?do=file&id=86

How show comments approved by custom form Orchard CMS

Here my question : How can I show, on a page, all the comments I received from a custom form throught Orchard CMS ?
If your not sure to understand my question, here an example of what I want :
Create a Guestbook with a new Content Type named "Gestbook". Add two fields (the name and the comment). Once add it on Forms tab, add comments into the new guestbook page into your website. After that, how can I show them after approved it throught dashboard ?
Thank you very much,
David
Click on "submissions" on the right of the form in the Forms section of the admin to see what got added by users. You can also trigger additional actions from the Rules module.

vbulletin custom field plugin

I have a question about the vbulletin 4 plugins .
I need to create a plugin that add a new custom field to the registration form .
I don’t want to modify the "register" template or to add this custom field from the admin panel.
sorry i'm new to vbulletin developing and i need your help , or some references on how to work with plugins and custom fields.
Many thanks
Go to ACP - User Profile Fields - Add New User Profile Field and add a new field here. You do not need to modify anything.:)

How to add a custom page section in Zen Cart that can be turned on and off in EZ Pages

I am not so familiar with Zen Cart, I want to add a relatively small contact form box that can be added to/taken from pages via the red and green buttons in the Tools -> EZ-Pages section of the admin panel.
Thanks
If it's simple HTML that you want to put in your custom page, then you can just create a new page an put your HTML into it.
If it's conditional PHP code that you want to run, that's not supported in EZ-Pages.
But, to Robert's point, how is your "custom page" different from the built-in Contact Us page?