Moodle - DB information - moodle

I'm trying to change a plugin and need to find out where the database keeps information display tasks in Moodle, the plugin is the progress bar.

If you have uploaded the moodle on a host, you can login to the cpanel,, for example:
www.yourwebsite.com/cpanel
Then inter username and password,
Then open 'phpmyadmin' and it contains all the databases and tables of the moodle..
Find information about moodle er diagrams and tables here

You can check mdl_course_modules_completion.
Hope this helps.

Related

demo-magento2.vuestorefront find user name and password

I am new Vuestorefront, I am trying to change product catalog
for that, everywhere is returning to go admin panel but can anyone tell me how to get the user name and PWD of demo admin panel
http://demo-magento2.vuestorefront.io/admin
reference page https://docs.vuestorefront.io/guide/cookbook/data-import.html#_2-1-recipe-a-using-demo
thanks in advance
The Magento demo is purely for demo purposes. If you intend to begin working in Magento on catalog and orders you will need to spin up your own instance of Magento (or desired backend).

"Enrolled users" tab in Course administration is not displaying

Hi i am newbie to moodle. Please can anyone help me, how to display the "enrolled users" tab in course administration. By default the enrolled users tab is not displaying in course administration.I am using moodle 2.8 version. I need to get the enrolled users tab as shown in the image. Image is been attached herewith enter image description here
It's probably permissions.
I think the code to display the menu node is in lib/enrollib.php in function enrol_add_course_navigation. Look for get_string('enrolledusers', 'enrol')
Just before that it has has_capability('moodle/course:enrolreview', $coursecontext)
Check that the user you are logged in as, has the the permission moodle/course:enrolreview. You will need to log in as admin then go to site admin -> users -> permissions -> capability overview and search for moodle/course:enrolreview
By default, enrolled users tab shows in the course administration when we install Moodle. And there is no way to hide/ show this tab/link.
May be there is some issue raised during installation of Moodle.

Adding new page to Admin Panel in Magento

I am developing an e-commerce website and I need to customize the database. I want to add some tables into the database and records entry should be done from the Magento Admin Panel, eg:-
Like as we click Add New Product under Manage Products from Magento Admin Panel, whatever data we provide there like, name, weight, description, sku, etc, it is entered to the respective database table automatically.
Now, let’s say I want three more tables to be created in the database: Brand(brand_id, brand_name, brand_desc...), Brand_loc(brand_id, brand_loc_id, brand_address, brand_city, brand_state...), Product(prod_id, brand_id, brand_loc_id, prod_name, prod_weight....).
So, I want the above tables’ attributes to be shown in Magento Admin Panel and as I enter the data from Magento Admin Panel, it should be entered to the respective tables in the database like I explained of Add New Product above.
Can anyone please help me on the above issue....
Thanks.
I will proceed as follows :
add a event observer in my module so that can be called once a product is saved, there are various observers in magento for before and after events.
when a product is saved i will add my code of saving data into custom tables in the observer function.
tutorial to add product after observer is here :
http://snipplr.com/view/56959/
As per a magento developer i would advice to create a complete module doing as said above, and also create pages so that admin can edit/delete brands in your case.

Joomla | Article Manager is not displaying Articles

I am using Joomla 1.5.21 for my website. When I logged in via my Super Administrator account and goes to Article Manager then it does not display any article.
Please help me how to fix this problem. I will be very thankful to all of you.
In database ,check whether the #_content table is empty.If its empty create a new article.

Export user und user acl via script in CQ5

we want to set up a new Author environemt and wanted to export all users and acl from an existing author to the new one.
Is there an simple way to do this?
No LDAP available.
Thanks and Regards
Patrick
Edit:
Found this http://www.wemblog.com/2011/11/how-to-create-package-based-on-xpath-in.html and could export all Users and reimport them on a fresh system.
Users and groups can be activated from Author to Publish - You could try configuring the old Author to replicate to the new author, then using the Tree Activation to push the users to the new instance.
My colleague Jason reminded me of this: users and groups are content like everything else. So you can make a content package from all or part of the /home JCR node.