therealjr

Results 16 comments of therealjr

Thank you for your response. I think my problem is better described [here](https://stackoverflow.com/questions/62481694/how-do-you-integrate-celery-into-flask-redis)

Do you know if these features have been implemented? I can go ahead and add this to my list of things to do.

If the feature is missing I'm sure I can implement it on its own. I just wanted to upgrade my code to your latest release before I continued working. Here's...

Additionally I think there are some basic tweaks that need to be made to the software. Specifically regarding the mod slips. I think it would be best to have the...

Other features I plan on implementing: I think it would be a good idea to implement pages for each board (so adding a thread limit per page rather than just...

I think another good feature that I'm going to try to implement is what was mentioned [here](https://github.com/DangerOnTheRanger/maniwani/issues/111#issue-457077087) with regards to adding banners at the top of the page. Another common...

[Here](https://imgur.com/a/6RtGbcc) is what the admin panel currently looks like

Thanks for your reply. Today I'm going to try to implement banners on the boards, modify mod accounts for more granularity, and try to implement tripcodes. I think the image...

@DangerOnTheRanger Could you explain to me how to go about adding a banner saving mechanism to blueprints/boards.py? I checked model/Media.py for reference but it seems a bit too different in...

So what you're describing would be ideal for a single banner on a board. However what I'm trying to do is rotate banners on a board. Would it be best...