Help Pages Wrapper Manager

Unmaintained Help Pages Wrapper Manager 1.2.3

No permission to download
Version 1.2.3 released
  • Repack version 1.2.2 to fix a class name
Version 1.2.2 released
  • Sanitize some string in option of admin side to avoid XSS breach (Thanks to Julien from RCE Security for his POC)
Version 1.2.1 released
  • Fix a bug when a post was inserted in the help page and didn't use any options. Thanks to @fataldragon59
Version 1.2.0 released
Help pages can now embed posts using this code replacement:
Code:
{post:postId}

As you can see you need the postId. You can also delete some parts of the post. The deletion is working by lines. Ie:
Code:
{post=123, delete-firstlines:3, delete-lastlines:2}
The first three lines and the last two lines of the post 123 will be deleted. The source to delete these lines is the raw message using Bb Codes ; it's not after it has been parsed in html.

You can also select to hide pictures&attachments. Ie:
Code:
{post=123, delete-firstlines:3, delete-lastlines:2, no-picture}
Version 1.1.1 released
  • Small fix for new pages added (array_merge was reseting the array keys)
I've made a lot of tests for my own needs yesterday. After this all should be ok. Have fun.
Version 1.1.0 released
  • Fix a bug with children management
  • Catchup system for new pages that would have been recently added without refreshing the option
  • Add an option to get and display the children list from a parent. Just insert this code {childrenList} where you want the children list to be displayed
  • Css modified

Attachments

  • demo.webp
    demo.webp
    69.2 KB · Views: 48
Top Bottom