admin
Administrator
Joined 3 years ago
Comment points: 257 Post points: 185

3 years ago 1 point (+1 / -0 )
Board and user mentions now added.
 
b/ConsumeProduct
 
u/admin
 
@Kike
 
A u/ style mention doesn't notify the target user, but an @ one does.
None
3 years ago 0 points (+0 / -0 )
> Would you mind if I posted this on some Telegram sites, or commented on voat?
 
Do it. The only way to grow the site is to promote it. Crossposting helps too.
None
3 years ago 1 point (+1 / -0 )
I've discovered the cause of this. The character limit for a title when saving a post is supposed to be 256 (which I believe is more than enough), but they are truncated to half of that limit on submission.
 
The fix will be applied in the next update.
None
3 years ago 1 point (+1 / -0 ) 1 child
Joined 1 minute ago...
None
3 years ago 2 points (+2 / -0 )
I switched to a DDOS-protected IP address. That's why the site was down to some users whose DNS providers had not yet updated their cache.
 
@Captain_Raamsley
None
3 years ago 2 points (+2 / -0 ) 1 child
Also thank you to @UnApologetics, @ButteryBiscuitBase and @Insurgent
None
3 years ago 0 points (+0 / -0 ) 1 child
Ok, so the edits **do** in fact actually work, you just have to refresh the page to make it appear.
None
3 years ago 4 points (+4 / -0 ) 2 children
That would be very much appreciated. I can't do it myself because I don't use talk.lol
 
It would be nice to get more people on board instead of just you, @BeefyBelisarius and @Kike. Thanks for sticking with it btw.
None
3 years ago 1 point (+1 / -0 )
They aren't. Maybe you clicked too fast, idk. Try again.
None
3 years ago 4 points (+4 / -0 ) 1 child
R
None
3 years ago 1 point (+1 / -0 )
No. The following are permanent and can't be modified short of a direct database edit:
 
* Post titles
 
* Post links
 
* Post attachments (image uploads)
 
* Usernames
 
* Board names
 
* Chatroom names
None
3 years ago 2 points (+2 / -0 ) 1 child
This site, like most other "reddit alternatives" uses the Markdown syntax for text formatting. I have included a link to a Markdown guide website on all text input boxes (the Syntax button).
 
To mention a user: @Kike
 
No formatting for board links such as b/ConsumeProduct yet, but that's coming soon.
None
3 years ago 0 points (+0 / -0 )
Removing the limit when I push the next update. The current limit is 3 chars.
None
3 years ago 1 point (+1 / -0 ) 1 child
Hmm, can you screenshot what you are seeing? For me on mobile the image ends right at the edge of the screen, as intended.
 
Btw you ping with @, like on voat.
 
@tbonepickins
None
![](https://arete.network/attachments/3QM1TTHBEC1H11A2I8DRM60DGCXBSOH5/att_d5fprii0.jpeg)
 
    ![](your link goes here)
 
@hellsonnenrad
 
 
For now you are limited to a [short list of allowed sites](https://arete.network/resources/domain_whitelist.txt), but feel free to suggest any other safe sites that could be whitelisted.
 
3 years ago 0 points (+0 / -0 )
You can use images actually!
 
Just add an ! before a standard markdown link. You are limited to a selection of whitested sites (can be seen in your settings) for security reasons. Feel free to suggest any additional ones.
None
3 years ago 1 point (+1 / -0 ) 2 children
Yeah. Votes may also be public, but you can easily bypass any automated tracking of alts. There's no way around that. All I log is an IP hash and a random id stored in a cookie.
None
3 years ago 1 point (+1 / -0 )
There are no instances where data is verified clientside only. For low traffic forms if it's usually only server side and the client receives an error message.
None
3 years ago 4 points (+4 / -0 ) 4 children
This is entirely my own work. Not based on any other codebase.
None
3 years ago 2 points (+2 / -0 ) 1 child
I could probably manually change it in the db later and rename the storage directories. It would necessitate a server restart though.
None
3 years ago 3 points (+3 / -0 ) 3 children
Wait what, I just saw that you have a space in the name. That shouldn't be a thing. I could swear I added validation to the board creation form, but I guess not lol
None
3 years ago 1 point (+1 / -0 )
It's an admin tool only.
None
3 years ago 1 point (+1 / -0 ) Edited 2022-02-16 04:45:09 1 child
No such feature yet. A CSS trick might help though, that's how we do in on consumeproduct.win which also doesn't support them:
  
    a.authorName[href="/u/INeedAPinochet/"]::after {
        border: 1px solid #b6b6a9;
        background-color: #f2f2ec;
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
        font-size: 12px;
        display: inline-block;
        font-weight: normal;
        content: "A flair";
    }
None
1. ~~A tall sidebar breaks the footer. Noticable on ConsumeProduct.~~ Fixed
            
2. ~~Access logs were bugged and can't be effectively disabled by admins for existing accounts. [Please check whether you are affected and turn them off](https://arete.network/accesslogs/me/). For privacy reasons these should always be opt-in.~~ Fixed
            
3. Thumbnail generation for images sometimes causes an internal server error, but the post still goes through. (may have already been unintentionally fixed, haven't noticed any more errors in the logs)
           
4. ~~Unable to vote from the notifications dropdown. Vote arrows did show up in development.~~ Fixed
          
5. ~~Commenting on your own post generates a notification~~ Fixed
            
6. ~~The colored arrow indicator for a comment voted on cascades to all visible child comments.~~ Fixed
      
7. ~~Blank comment after edit (just a visual bug, it does actually save properly)~~ Fixed
     
8. ~~Marking modmail as read causes your personal inbox's unread count to go into the negatives until server restart~~ Fixed
  
9. ~~Incorrect post title length limit~~ Fixed
            
Please report any if you notice them.
3 years ago 3 points (+3 / -0 ) 2 children
It's configurable by the board owner whether to make votes public.
None
Toast message