Custom Profile Blocks
Permalink
I'd like to give my users the ability to post certain images to there use profile.
How can I add the attribute, and better yet, how can I make a custom block to display it.
C5 seriously needs a better system for editing there profile page.
Thank You
How can I add the attribute, and better yet, how can I make a custom block to display it.
C5 seriously needs a better system for editing there profile page.
Thank You
Then I created a block that only showed that particular "User Uploads" set and then filtered that list by the image file owner.
Then I created a block that allowed users to delete images they no longer wanted.
The nice thing about this method is that your site admin can still use the file manager to moderate the user uploads and you don't have to deal with any database tables.
The bad this is all the code you have to write. Sorry I don't have any to share. It was a while ago, and I don't remember it being super pretty.