Agora logo
Welcome to Agora!
 → 

All recent posts

« 1 2  [3]  4 5 ... 23 »
rizla
PHP Error (setup)
Thank you !
Pecon
Administrator
PHP Error (setup)
This seems to have happened because I accidentally committed some unfinished changes a while ago... I've reverted them, try pulling the latest version of the repo and install from that.
rizla
PHP Error (setup)
Hello,
I have this error when i set up the script locally and on a web server
Code
Fatal error: Uncaught Error: Call to undefined function querySQL() in /storage/ssd2/812/16752812/public_html/data.php:49 Stack trace: #0 /storage/ssd2/812/16752812/public_html/functions.php(2): require_once() #1 /storage/ssd2/812/16752812/public_html/index.php(17): require_once('/storage/ssd2/8...') #2 {main} thrown in /storage/ssd2/812/16752812/public_html/data.php on line 49

It's appears when i configure the mysql connection
Can you help me ? thank you.
VignacSecond
A button to delete all the posts of a user ?
Quote from: Pecon
Quote from: VignacSecond
That's exist ?

It does not. However, you can accomplish this with an SQL query on the database.

Code
DELETE FROM `posts` WHERE userID=#;

Just replace the # with the ID of the user you are clearing posts for.
If they created any topics you want gone then you'll have to run another query:
Code
DELETE FROM `topics` WHERE creatorUserID=#;


You'll probably want to avoid doing this unless you have to, because there will be minor side effects since the normal deletion process for posts and threads also involves correcting some index information which is difficult to do manually.


Okay thanks :)
Pecon
Administrator
A button to delete all the posts of a user ?
Quote from: VignacSecond
That's exist ?

It does not. However, you can accomplish this with an SQL query on the database.

Code
DELETE FROM `posts` WHERE userID=#;

Just replace the # with the ID of the user you are clearing posts for.
If they created any topics you want gone then you'll have to run another query:
Code
DELETE FROM `topics` WHERE creatorUserID=#;


You'll probably want to avoid doing this unless you have to, because there will be minor side effects since the normal deletion process for posts and threads also involves correcting some index information which is difficult to do manually.
lorenzo
there is no search bar?
that would be cool a search bar nop?^^
VignacSecond
A button to delete all the posts of a user ?
That's exist ?
Czar
Post amazing cat pictures here

I give you
a birthday picture of a cat named Scamps I found on the Dwarf Fortress forums

first and likely last post until I remember this is a website in 4 more years qwq
Pulsar
Some feedback about Agora
whoops, accidental doublepost. please ignore
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. I don't think there's a way to do it right now.
* 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.
« 1 2  [3]  4 5 ... 23 »