Agora logo
Welcome to Agora!
 → 

All recent posts

« 1 ... 2 3  [4]  5 6 ... 23 »
Pulsar
Some feedback about Agora
Hello, everybody, I'm Pulsar. And I just wanted to start this thread so that I can deliver my feedback after spending an hour in this place.

I'll start off by saying I really enjoy the idea of Agora as a thread-only, non-topic forum, and I think the execution was done amazingly as well. That said, there are just a few things that could be improved:
* A "report post" button to report rules violations would be handy.
* A thread signature at the bottom of posts would be nice.
* A user mention feature (i.e. @Pulsar) would be great.

I don't have any other criticisms beside that and really do love the concept of a thread-only forum. I think it's a fantastic idea, is executed brilliantly, and has a ton of potential. (It helps that I don't have to click through fifty screens to do stuff, cough phpBB cough.
Pecon
Administrator
multi-language
Multi-language is a feature that I would need to add eventually, but unfortunately it's not feasible at the moment. You would need to create your own fork of the forum code with all relevant text rewritten in the target language, which obviously is an awful way to go about implementing another language.
vegbao
multi-language
Hi, This forum looks like an amazing system.
Will it be translated? Can I assist to translate?
Thank you! :)
Pecon
Administrator
PHP error
I've fixed these, thanks for reporting.
adolp
PHP error
[25-Dec-2020 20:47:20 Europe/Paris] PHP Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /var/forum/classes/admin.php on line 66
[25-Dec-2020 20:47:20 Europe/Paris] PHP Notice: Undefined index: postID in /var/forum/classes/admin.php on line 69

I don't know why this is showing me this error, however no problem with the forum
Pecon
Administrator
Does Agora rely on JavaScript?
Quote from: Hi
title

No. The forum system has minimal reliance on JS and has fallbacks for all cases where it is not available. Having JS disabled degrades the experience slightly, but does not inhibit any usage.
Hi
Does Agora rely on JavaScript?
title
VignacSecond
Admin Force edit post.
Quote from: Pecon
Quote from: VignacSecond
how does it work ? ^^

It doesn't, not yet anyways. It was the last feature I left off on, I was overhauling the admin tools. As you can probably see, the only thing that was mostly finished there was the logging view.


Ok, can't wait to see the future moderation tools and features then ahah ^^ :)
VignacSecond
messages not working properly
Quote from: VignacSecond
Nice, You do a great job, thanks for your time.
Also, "Passwords must be at least 8 characters and no more than 72 characters long. Only letters, numbers, and most common ASCII special characters are allowed. Your password cannot begin or end with spaces." This rule is not respected when we want to change the password on our profile :/


Basically it's not good for the database if you can put a huge password.
You need to put this rule
Code
"<input type = "password" class = "registerPassword" minLength = "<? Php print ($ min_password_length);?>" MaxLength = "72" name = "password" tabIndex = "2 "autocomplete =" new-password "required pattern =" (^ [A-Za-z0-9! @ # $% ^ & * () \ -_ = + \ [\] {} | \\;: \ x27 \ x22,. / <>? ~] [A-Za-z0-9! @ # $% ^ & * () \ -_ = + \ [\] {} | \\;: \ x27 \ x22 ,. / <>? ~] {0.70} [A-Za-z0-9! @ # $% ^ & * () \ -_ = + \ [\] {} | \\;: \ x27 \ x22, ./<>?~$$) "value =" <? php print ($ fillPassword);?> "/>"
to the function to change the password in 'profile' (https: //agora.evalyn.app/?action=passwordchange).
Pecon
Administrator
Admin Force edit post.
Quote from: VignacSecond
how does it work ? ^^

It doesn't, not yet anyways. It was the last feature I left off on, I was overhauling the admin tools. As you can probably see, the only thing that was mostly finished there was the logging view.
« 1 ... 2 3  [4]  5 6 ... 23 »