Clipboard Download version 2.1

5.0
Dutch eric redegeld 2 months ago

The Clipboard module is an extension for the Open Source Social Network (OSSN) that allows users to generate an overview of their activity on the platform, including:

Timeline Posts: A list of posts made by the user, including any attached images and comments.
Comments: Comments on posts are displayed separately and structured.
Blogs: An overview of blogs written by the user, including links to the original blog posts.
Download Functionality: Users can download their data as a text file for personal archiving or backup purposes.

This module is ideal for users who want to maintain an archive of their social media activity and easily download it for personal use.

Comments
Dutch Eric redegeld Replied 2 months ago

Great!!! Like said feedback about working css would be great. But this looks great

German Michael Zülsdorff Replied 2 months ago

Really useful. Thanks Eric!
enter image description here

Dutch Eric redegeld Replied 2 months ago

Ready for testing. This was a lot of fun and took weeks, but I finally have something to show.
Inspired by exploring the Wall, Blog, and Feedback code, I created this module.

The result is an overview of all your posts and reactions.

In this version, the post limit is set to 1000:

// Fetch timeline posts
$wall = new OssnWall();
$userposts = $wall->GetUserPosts($user, array('pagelimit' => 1000));

In the next version, this will be set to false for unlimited posts.

Enjoy using it, and please provide feedback!
I’m still struggling with the CSS, so any help is welcome.

Component

Developer: eric
License Expat (MIT)
Type: User admin
Requires Ossn Version : 6.6
Latest Version: version 2.1
Last Updated 4 weeks ago
Repository Url View Repository

Versions