Shows frequently accessed links in block plugin
Introducing the "Frequently Accessed Links" Block Plugin for Moodle – a dynamic tool that highlights frequently accessed links based on user interactions. Users are provided with a list of webpage titles they have visited, ranked by visit frequency. Clicking on these titles allows users to swiftly navigate back to the corresponding pages.
Welcome to the installation guide for requently Accessed Links, block plugin. Following these instructions will enable you to obtain a copy of the project and successfully run it on your machine.
-
Download zip file from Moodle plugins directory or GitHub.
-
Unzip the zip file inside blocks folder of your moodle project directory.
{moodle folder}/blocks/
or
- Upload the zip file in the install plugins options from site administration.
Site Administration ➜ Plugins ➜ Install Plugins ➜ Upload zip file
In your Moodle site (as admin), Visit site administration to finish the installation.
Go to moodle project directory
cd {moodle folder}/blocks/
and clone code by using following commands:
git clone https://github.com/eLearning-BS23/moodle-block_freq_accessed_links
rename the folder name as freq_accessed_links and refresh the site.
After installing the plugin, you will get an option in the settings page to limit number of links you want to see in your block plugin
To update the plugin settings, navigate to plugin settings
Site Administration ➜ Plugins ➜ Blocks ➜ Frequently Accessed Links
-
How can I update number of links?
Please open the settings page to update number of links. Click Here
-
Why its showing 5 links when the number of links is given 0 in the settings?
As 0 is an invalid value that's why its working with the default value which is 5.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see GNU License.