Thank you; however, No offence to people who do like it. To me, it's just boost people's egos, people would abuse it(A la groups of people repping one another to make them look good) and it's a troll tool. It's what I've seen and it's something that is most likely happen regardless of the clean of jobs you guys would have to do.-=Dark-Assassin=- wrote:
I can make a group where the rep system is disabled for them.
That includes giving and receiving just for them.
Forum Suggestions/Bugs
-
- Forum Regular
- Posts: 323
- Joined: Fri Jun 15, 2012 7:45 pm
RE: Forum Suggestions/Bugs
Last edited by Reach Term on Wed Jun 20, 2012 4:04 am, edited 1 time in total.
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Forum Suggestions/Bugs
I understand your point but unfortunately it's not my call.Reach Term wrote:Thank you; however, No offence to people who do like it. To me, it's just boost people's egos, people would abuse it(A la groups of people repping one another to make them look good) and it's a troll tool. It's what I've seen and it's something that is most likely happen regardless of the clean of jobs you guys would have to do.-=Dark-Assassin=- wrote:
I can make a group where the rep system is disabled for them.
That includes giving and receiving just for them.
Anyway, the group is set up.
You should be able to join it here: http://zandronum.com/forum/usercp.php?action=usergroups
-
- Forum Regular
- Posts: 323
- Joined: Fri Jun 15, 2012 7:45 pm
RE: Forum Suggestions/Bugs
True enough; Also I've joined...
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Forum Suggestions/Bugs
Hmm, you may have to set it as your Display group.
Anyway, i've set it for you Reach Term.
Anyway, i've set it for you Reach Term.
Last edited by Dark-Assassin on Wed Jun 20, 2012 5:23 am, edited 1 time in total.
-
- Posts: 27
- Joined: Mon Jun 11, 2012 1:43 am
- Location: Houston
- Contact:
RE: Forum Suggestions/Bugs
Does the search page work for anyone else? If so, then there's some permission settings bug with the search (or users like myself are purposefully disallowed). If not, then you have a bug.
I also noticed that searching in the member page returns no results when it should.
I had a similar problem with phpBB 3.0.9.
My problems were two-fold.
First, I needed to enable the MySQL index:
ACP > Server Configuration sidebar > Search Settings > Search backend: [ fulltext mysql v ]
Secondly, the above admin page has/had incorrect instructions.
Setting the value to 10 or 30 instead of 0.1 or 0.3 alleviated my issue.
I did attempt to file a bug report against 3.0.9, but was prevented by glaring bugs in their bug reporting system... WTF, indeed.
I also noticed that searching in the member page returns no results when it should.
I had a similar problem with phpBB 3.0.9.
My problems were two-fold.
First, I needed to enable the MySQL index:
ACP > Server Configuration sidebar > Search Settings > Search backend: [ fulltext mysql v ]
Secondly, the above admin page has/had incorrect instructions.
This is blatantly wrong, as you'll note if you look into the code itself. The field is actually treated as a percentage (0% to 100%) not a scalar (0.0 to 1.0). Thus, the number 1.0 actually equals 1% utilization of one processor.phpBB Search Settings wrote: Search page system load limit:
If the 1 minute system load exceeds this value the search page will go offline, 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.
Setting the value to 10 or 30 instead of 0.1 or 0.3 alleviated my issue.
I did attempt to file a bug report against 3.0.9, but was prevented by glaring bugs in their bug reporting system... WTF, indeed.
-
- Forum Regular
- Posts: 323
- Joined: Fri Jun 15, 2012 7:45 pm
RE: Forum Suggestions/Bugs
Is it possible to create an adults or maturely required sub forums in off topic? I would love to bring back the opinionated discussion a while back. However, the sub forums is viewed publicly but only those who have shown great deal of maturely can post it.
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Forum Suggestions/Bugs
@VortexCortex: The search system seems to work for even my test account with default user permissions.
Also this is MyBB with PostgreSQL, not PHPBB with MySQL.
I generally didn't like the idea of Postgre, especially as I and a few others had to manually fix sql queries.
@Reach Term: Most possibly not. It would be a hard thing to manage the the reason why it failed the last time is because of the immature people started showing up.
Also it would be one hell of a thing to manage.
Also this is MyBB with PostgreSQL, not PHPBB with MySQL.
I generally didn't like the idea of Postgre, especially as I and a few others had to manually fix sql queries.
@Reach Term: Most possibly not. It would be a hard thing to manage the the reason why it failed the last time is because of the immature people started showing up.
Also it would be one hell of a thing to manage.
Last edited by Dark-Assassin on Thu Jun 21, 2012 4:12 am, edited 1 time in total.
-
- Posts: 27
- Joined: Mon Jun 11, 2012 1:43 am
- Location: Houston
- Contact:
RE: Forum Suggestions/Bugs
It's now working for me as well. However, I assure you that identical actions yielded no results at the time of my post -- My autocomplete history ensures it wasn't a typo on my part.-=Dark-Assassin=- wrote: @VortexCortex: The search system seems to work for even my test account with default user permissions.
I've not looked into MyBB deeply, but it seems just as much a steaming pile of PHP as phpBB is. For instance, clicking this link
Results in a page with this data:
At least for me...MyBB Internal Error wrote: MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
42601 - ERROR: syntax error at or near "TTR" LINE 1: DELETE TTR.* FROM fork_threadsread AS TTR ^
Query:
DELETE TTR.* FROM fork_threadsread AS TTR INNER JOIN fork_threads AS TT ON TT.tid = TTR.tid WHERE TTR.uid = '362' AND TT.fid IN (20,44)
Please contact the MyBB Group for support.
Postgre is superior to MySQL in nearly every way. However, my business software supports several backends flawlessly; I realize different DBs have different commands. It's redarding that the MyBB group doesn't have the DB interaction layer abstracted. Blame the crap software, not the database.I generally didn't like the idea of Postgre, especially as I and a few others had to manually fix sql queries.
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Forum Suggestions/Bugs
The SQL problem is fault on my part.
I tried to install the "View Unread Posts" addon but it's incompatible with PostgreSQL.
Anyway, if the DB doesn't work with the software, I'd rather find a DB that does work than changing the software.
MyBB is originally designed to use the MySQL database software.
I've always used MySQL with MyBB and it has shown no problems.
I know PostgreSQL is said to be better, but backwards compatibility is what it seems to lack.
It seems the MyBB team are working on having it completely compatible with Postgre but since a few things still had to be fixed manually, it's not complete.
I have noticed this while editing the php files that they have multiple handlers.
And also 90% of the plugins are built for MySQL but some are built for both but I'd usually get the error:
IMO If MySQL was used in the first place with a tight security setup, everything would have worked out better.
All that needs to be done is deny access to the mybb database from all users except possibly a user called mybb.
The mybb user can only modify and read the mybb database only. It also cannot be connected to at all.
I was pretty strict with my MySQL setup on my server but never ran into any troubles.
Same happens if I change 'NULL' to NULL or even ''.
In the end, using 2 things that aren't completely designed for each other or one for the other will end up causing problems.
Edit:
I tried to install the "View Unread Posts" addon but it's incompatible with PostgreSQL.
Anyway, if the DB doesn't work with the software, I'd rather find a DB that does work than changing the software.
MyBB is originally designed to use the MySQL database software.
I've always used MySQL with MyBB and it has shown no problems.
I know PostgreSQL is said to be better, but backwards compatibility is what it seems to lack.
It seems the MyBB team are working on having it completely compatible with Postgre but since a few things still had to be fixed manually, it's not complete.
I have noticed this while editing the php files that they have multiple handlers.
And also 90% of the plugins are built for MySQL but some are built for both but I'd usually get the error:
Code: Select all
SQL Error:
22P02 - ERROR: invalid input syntax for integer: "NULL"
All that needs to be done is deny access to the mybb database from all users except possibly a user called mybb.
The mybb user can only modify and read the mybb database only. It also cannot be connected to at all.
I was pretty strict with my MySQL setup on my server but never ran into any troubles.
Same happens if I change 'NULL' to NULL or even ''.
In the end, using 2 things that aren't completely designed for each other or one for the other will end up causing problems.
Edit:
<Dark-Assassin> c, what are your arguments for PostgreSQL?
<Dark-Assassin> Except for the fact almost nothing is compatible and it doesn't fully follow the SQL syntax.
<c> Dark-Assassin: It's just a different RDB, in my experience, it has no benefit over mysql.
<c> Also I don't know many places where it is used
<c> Where mysql is pretty much everywhere
<c> So, while it's probably not worse, it's not better either.
Last edited by Dark-Assassin on Fri Jun 22, 2012 3:16 am, edited 1 time in total.
- DevilHunter
- Zandronum Tester
- Posts: 635
- Joined: Sun Jun 17, 2012 12:58 am
- Location: Alaska, USA
- Contact:
RE: Forum Suggestions/Bugs
So.. Was this Email notification thing fixed yet? I really like that feature, because sometimes, I forget about the topic I posted in, and almost never check it afterwards.
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Forum Suggestions/Bugs
I cannot do anything about the mail system. It's up to whoever owns the account.
-
- Posts: 27
- Joined: Mon Jun 11, 2012 1:43 am
- Location: Houston
- Contact:
RE: Forum Suggestions/Bugs
That's because they are not integers...Same happens if I change 'NULL' to NULL or even ''.
My point was that the myBB folks do not provide a back-end abstraction layer. Instead they have coded to, and tested their code with, MySQL.
Do you remember when there were websites that only worked with the MSIE extensions to JavaScript? That's MySQL... MySQL is the only database I've ever used that messes up it's own protocol and returns nonsensical results. It's not ACID compliant... which should be a fundamental requirement of any DB, IMO. postgresql is ACID compliant.
That said: If you insist on using a website that was designed for MSIE, and breaks with standards compliant browsers, then use MSIE... (but it's the site devs who are fools).
If you insist on using pile of PHP that was designed to be used with MySQL, and breaks with standards compliant databases, then use MySQL... (but it's the board devs who are fools).
RE: Forum Suggestions/Bugs
Actually MyBB does have a DBAL for most common commands. It's just very naive (they apparently think implode is just fine and dandy for forming a query). I could fix the DBAL but apparently Dark-Assassin doesn't want me to.
How about zdoom.org?-=Dark-Assassin=- wrote: <c> Also I don't know many places where it is used
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Forum Suggestions/Bugs
I never said I didn't want you to. You can if you want, but you'd also have to discuss it with the rest of the staff.
-
- Frequent Poster Miles card holder
- Posts: 901
- Joined: Mon Jun 04, 2012 5:07 am
RE: Forum Suggestions/Bugs
Mind changing the colors of the text field on the new topic/reply page to something that's actually readable? White on very light blue is about as readable as the sun. White on dark grey (like with the quick post) would be much, much better.
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Forum Suggestions/Bugs
I reverted the text editor to it's defaults.
Last edited by Dark-Assassin on Fri Jun 22, 2012 10:04 am, edited 1 time in total.
-
- Frequent Poster Miles card holder
- Posts: 901
- Joined: Mon Jun 04, 2012 5:07 am
RE: Forum Suggestions/Bugs
I'd still prefer white on dark grey (or black), but that works too.
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Forum Suggestions/Bugs
Well, I'll probably have a poke, no promises though.
- DevilHunter
- Zandronum Tester
- Posts: 635
- Joined: Sun Jun 17, 2012 12:58 am
- Location: Alaska, USA
- Contact:
RE: Forum Suggestions/Bugs
Seems that Topic Notification is fixed.. Just got an email from one of the Topics I replied too. Thanks a bunch. :p
EDIT: seeing as nobody wants to reply after my post.. I wanna know if more themes will be added soon. ATM, the Current themes are ok, but some of them show up quotes as part of the post, not as its own window inside the post. I hope you know what I mean.. The lines that surround the Quote/Code/whateva box is nearly invisible, thus it messes me up.
I really like the Quick Edit thing, but when your on a shitty connection, its almost unbearable. I lost half my post because of it. Any chance we could, if anyone has it, edit the old Blue theme?? (you know, cut out the Skulltag Logo Part). I really liked that theme.
EDIT: seeing as nobody wants to reply after my post.. I wanna know if more themes will be added soon. ATM, the Current themes are ok, but some of them show up quotes as part of the post, not as its own window inside the post. I hope you know what I mean.. The lines that surround the Quote/Code/whateva box is nearly invisible, thus it messes me up.
I really like the Quick Edit thing, but when your on a shitty connection, its almost unbearable. I lost half my post because of it. Any chance we could, if anyone has it, edit the old Blue theme?? (you know, cut out the Skulltag Logo Part). I really liked that theme.
Last edited by DevilHunter on Wed Jun 27, 2012 1:33 am, edited 1 time in total.