KEYDOWN EVENTS FOR FORUM |
OverviewDescriptionBy using keydown events (or shortcuts) we can access whatever we want in our forum without need to navigate there by clicking. Where the shortcut will navigate depends only on your choice.DemonstrationTechnical limitations› This tutorial is dedicated to the forums powered by Forumotion free forum service› Requires to be the Founder of the #Forumotion Forum › It works with all Forumotion forums' versions InstallationIntroductionInstallation is pretty straight forward.Javascript & jQueryFor the next step you need to go towards Administration Control Panel (ACP) Modules HTML & Javascript Javascript codes management and create a new code - upon verifying that Javascript codes management is enabled.
Javascript CustomizationThe script given above moves you to:Shift+F = FAQ page Shift+S = Search page Shift+1 = Inbox page You can alter all of that by changing the link inside
When it comes to events, visit this website: https://www.toptal.com/developers/keycode and press any key on your keyboard. When you do that, you will see the number of that key. In the code above, you can change that value with variable
Final considerationsTutorial is created in case you want to surf through your forum much quicker without need to open menus, or click links to do whatever.Notes
|
This resource belong to this community unless differently stated. No reproduction possible without our agreement, in accordance with article L122-1 of the CPI. |
Last edited by System32 on Sun Jan 08, 2023 10:17 pm; edited 1 time in total