I have this code (for getting a query from database, in MyBB source): $query = \"SELECT \".$fields.\" FROM {$this->table_prefix}{$table}\";
In MyBB forums you must have seen that all those threads are stoed as forum.com/Thread-Name-of-the-thread
What I wanna do is replace ALL columns in the \"subject\" field & that has a \"0\" in \"replyto\" with the subject ( as long as it is 0) because when replying it leaves a \"RE\" thing which i dont
I have a page that pulls the users Post,username,xbc/xlk tags etc which is perfect... BUT since I am pulling information from a MyBB bulletin board system, its quite different. When replying, people a
Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code nece
how to changes mybb posts and responses counter text in MYBB forum to 开发者_开发百科another custom messageHave you checked within MyBB Admin to see if it\'s something in the template you can change?