Can I possibly be added as an admin as well?
Sure thing. Successfully promoted Bundy to admin!
You're welcome and have fun posting for fun and profit!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
May I be an Admin? Waiting to post is driving me crazy XD. If not, that is totally fine!
[Center][/center]
I don't know if there is a limit to admins, but if there is we haven't reached it yet :)
Successfully promoted sangfleur to admin!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
, thank you muchly!
[Center][/center]
You're welcome!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
would you mind making me an admin? Would like to post my dailies but I'm the last poster for quite a few of them. 😅
Sure. Sorry it won't help the current problem since I wasn't on all morning, but it will help in future.
Successfully promoted KEN to admin!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Thank you! :D And better late than never, no worries, hehe
You're welcome!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
certainly :)
Successfully promoted silarial to admin!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Guess it's time I ask to be made an admin...please? Gotta get in on that double-posting action...
Sure thing!
Successfully promoted Atomic to admin! Welcome!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Thanks! (Omd it looks like I can delete anyone's post with a misclick now...that's scary lol)
Yes, that's true - way back when we first got forum groups, Georgie made a group for SubetaLodge staff. At first, she constantly deleted our posts! It was pretty hilarious, we teased her about wanting to shut us up! But she hasn't done it in ages :).
If you're really concerned about it can probably figure out how to remove the option via CSS.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Lol, well, I will just try to be really careful. X'D
If doesn't mind and it wouldn't be too much trouble to whip up a little CSS for us admins with clumsy fingers, though, I would love to see the three admin checkbox options removed from the posting box too (Official Post, Event Everyone and Reply & Lock). I already got CSS to remove the Ping Friends thing, and I don't even think it worked, but it made me nervous haha
Sure, I'd love to take a look for you, but you'll have to make me an admin too first, so that I can see the buttons in question :)
done! Successfully promoted Hongske to admin!
The delete post is a red icon to the left of the post number. The checkboxes, I think are in the area of the post button (I have all checkboxes removed with .inline.field .ui.checkbox {display: none;}, so I'm not positive where they show up).
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Thank you! Now I can also double-post on the Blackout thread :P
I made some code-snippits for you (and for anyone who might find them handy). Explanation is beneath the .post-container .delete.post { display: none; }
.posts ~.card .inline.field { display: none; }
, + label, , + label, , + label { display: none; }
, + label { display: none; }
, + label { display: none; }
Hope that helps!
Sadly enough, I can't figure out any code for removing the edit-icon of any post that's not yours :( Sorry for that!