Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
This is important. Export logs from the forum in csv format or anything else. (admin panel / advanced tab)
@julian Fixed ha didnt know about the "edit profile" with the dropdown. thx.
Also, plugin seemed to work fine. Haven't ran into any errors yet but might customize later on to allow another specific usergroup to view not just admins.
A
Forgot the css in my pull request, not 100% on where to put it, but
@scottalanmiller #2 I have solved through jquery. I added a button to my forum which changes the body class. So my forum goes from
light.png
to
dark.png
F
@eva2000
I believe we've discussed the possibility of having a HELP tab in the composer, but I can also see the usefulness of a FAQ thread or even a FAQ page.
D
@psychobunny Yea, an "I agree" button works. Just like any other forum.
P
@Pablo Macaluso till then, you can add a moderator this way {cid} --> the category id {uid} --> the user id redis terminal client sadd cid:{cid}:moderators {uid} mongo console client i think db.objects.update( { _key: 'cid:{cid}:moderators' }, { $addToSet: { members: '{uid}' }}, { upsert: true, w: 1 });
@Pablo Macaluso
till then, you can add a moderator this way
{cid} --> the category id {uid} --> the user id
redis terminal client
mongo console client i think
i will try, its hard for me, im a little newbie. xP