Posts posted by Nathan Explosion
-
-
-
-
-
Edited by Nathan Explosion
On 1/29/2024 at 10:26 AM, Marc Stridgen said:I have tested on my own install, and I'm unable to replicate any issue with this area
It appears to be very easy to reproduce - @PinPics, please correct me if this is NOT what you are trying to report...
- Create an event for today
- Set the event to repeat weekly, same day, for as long as you want.
- Save it
So, you should now have an event that is today (30th Jan) and then 6th Feb, 13th Feb, 20th Feb and so on, correct?
Yeah ya do...
Or do you?
Now try using the search for events on those specific dates. Result:
30th Jan - there it is
6th Feb - where's the event?
13th Feb - where's the event?
Where's the February events?
-
-
Posted ·
Edited by Nathan Explosion
Tested on 4.7.15
Steps to reproduce...
- Create a new event with a start date of 1st February 2024, and start time 9pm and end time 10pm
- Save the event
Result:
- Edit the event and set it to repeat daily
- Save the event
Result:
-
-
-
-
-
-
Edited by Nathan Explosion
4 minutes ago, CheersnGears said:Would setting that category back to store comments in the DB rather than forums at least allow people to comment again?
Yes.
5 hours ago, Nathan Explosion said:The field that contains the topic id for a database is the "record_topicid"
Or just set that field in the database to 0 for all your records, and run the task again (obviously, take a proper backup)
-
Edited by Nathan Explosion
Hmmm - actually, this looks like it could be reproducible without strict mode involved...
Ignore that - it's only reproducible with strict mode enabled on mySQL
For the guest group, the g_mod_post_unit evaluates to NULL in applications\core\extensions\core\GroupForm\Content.php because it's not present on the form:
if( $group->g_id != \IPS\Settings::i()->guest_group ){ $form->add( new \IPS\Helpers\Form\Custom( 'g_mod_post_unit'......
...but the Save function doesn't take that into account:
/* Mod Queue */ $group->g_mod_post_unit = isset( $values['g_mod_post_unit'][2] ) ? 0 : $values['g_mod_post_unit'][0];
Not an issue if not using strict mode.
-
-
7 hours ago, WebCMS said:
Hope you consider this suggestion as it would help users on forums where there are dozens of subforums in Fluid View and scrolling through them to clear all the selected filters manually (one at a time)
I have no idea what way you have your forums structured so don't know what your filter list looks like - but if it was me that was scrolling and unticking each item then I'd get bored quickly and just go ahead and try clicking on the category header...
-
19 hours ago, CheersnGears said:
Content -> Databases -> [database name] -> Forums tab suggests that I could rebuild the topic content and it would recreate those missing threads. It doesn't seem to work.
The blurb is:
QuoteThis tool will add a background task to resychronize the content generated in the first post of a topic created by this database. It will also create topics for records if a topic does not exist.
Correct - it does suggest it will rebult the topic content.
Your reading of the second sentence, however...
It won't recreate missing topics - as far as it is concerned, as a result of a topic previously being created it now has a record of that topic's ID and the rebuild would rebuild the content IN THAT TOPIC.
Let's say you change the "topic display format" for some of the database fields...run the task, it rebuilds the content in the topic that exists already.
Let's say you don't have the setting enabled for a database...you have a load of records, you decided that you want to have topics too. You enable the setting, run the task, it builds the topics because none exist already.
But once the task is run....you have a topic ID. Delete that topic somehow...it won't be recreated.
The field that contains the topic id for a database is the "record_topicid"
-
-
Edited by Nathan Explosion
They want to clear the content of the core_achievements_log table down by chaning the setting that prunes it.
They are concenred that it will have an effect on the badges that have been awarded to the users already.
Here's my input...
Awarded badges are stored in core_member_badges, so should be unaffected by changing that.
However, I suspect that if you clicked the option to rebuild achievements at a later point then there may be an effect on automatically awarded badges at that time.
-
-
-
-
-
-
Edited by Nathan Explosion
Cause appears to be the following:
The markAsRead function in front\mixins\ips.core.table.js searches up up from the clicked link for the closest element with the class .ipsDataItem, and then adds ipsItemStatus_read and removes ipsItemStatus_unread.
That's fine in the traditional view as there it is:
But in grid view, there's no element with the .ipsDataItem class for it to find:
Adding the ipsDataItem class to that indicated entry resolves the issue - located in front\index\forumGridItem.phtml
How to translate date/time refer hey in post
in General Questions
it's language key is in