After having a terrible experience on PayPal I finally bit the bullet and made a forum dedicated to stopping scammers.
https://dndw.net
What makes DNDW (Do Not Deal With) different?
Thanks to @luceos and David (not sure of Flarum name), a repurposed extiverse bot was used to analyise each user joining a Discord server and allow Discord Server Tagging to be used to search scam reports.
Allowing for a off-site 3rd party to carry reports not just across servers but for anyone searching who they are dealing with.
Design wise, the only real change so far has been making the discussions more seperated and single in design. Here is the CSS if you prefer this layout for your own custom.css
.DiscussionListItem-content {
padding-left: 80px;
padding-top: 5px;
border-radius: 8px;
padding-bottom: 5px;
border: 1px solid #dbdfe6 !important;
-webkit-box-shadow: 0px 8px 24px 3px rgba(84,102,134,0.08) !important;
box-shadow: 0px 8px 24px 3px rgba(84,102,134,0.08) !important;
}
.DiscussionListItem {
position: relative;
margin-right: 0;
padding-right: 0;
padding-left: 0;
margin-left: 0;
border-radius: 8px;
margin-top: 15px;
}
.IndexPage .DiscussionListItem-info > .item-tags, .UserPage .DiscussionListItem-info > .item-tags {
top:18px !important
}
I'll keep this updated with future developments as they come 😃