06-13-2020, 11:42 PM
I upgrade mybb to 1822 and overright 1.67 files with 1.68 but it show below error when click on message to upgrade table in ACP/Plugins.
Please help.
Please help.
|
You can see my settings below:
|
I don't know if I'm missing something.
(02-17-2020 08:15 AM)Sama34 Wrote: [ -> ]Now within Display Format we can use {VALUE} and {RAWVALUE}, but could there be a way to display the mapping value? So instead of "1" or "2" it would output "Espantoso" or "Horrible"?It's not documented that well, but {RAWVALUE} spits out the value without any parsing/formatting/sanitization.
(03-02-2020 02:32 PM)Sama34 Wrote: [ -> ]I updated the "Image Thumbnail Generation" to update some resize thumbnails that weren't working as intended. However, running the tool after updating these didn't rebuild the thumbnails and I had to directly edit each thread so that the script would update them.That's what the tool should be doing. I'm not sure why it's not doing mass updates for you.
[...]
Any ideas about this? I may be confusing the tool expected behaviour.
(05-07-2020 12:49 PM)Sama34 Wrote: [ -> ]It seems like MyBB adds a string if the post message is empty so the "Allow blank post messages" setting no longer works as expected I suppose.I haven't looked into it much, but couldn't find it doing that. Do you know what/where it sets it?
(06-13-2020 11:42 PM)WINBOY Wrote: [ -> ]I upgrade mybb to 1822 and overright 1.67 files with 1.68 but it show below error when click on message to upgrade table in ACP/Plugins.Try this fix: https://github.com/zingaburga/XThreads-M...https://github.com/zingaburga/XThreads-MyBB-Plugin/commit/09688a8d8545abc4600e0d877a5e5e
(02-23-2021 10:49 AM)Sama34 Wrote: [ -> ]Hi, for some reason it doesn't matter what I set for XTHREADS_EXPIRE_ATTACH_LINK], some files are just not rendered and the following error is displayed for them:I pushed a completely untested fix, which maybe fixes your issue? https://github.com/zingaburga/XThreads-M...https://github.com/zingaburga/XThreads-MyBB-Plugin/commit/c1d86733c01762cdd8529d00244c10
(02-26-2021 11:32 AM)Sama34 Wrote: [ -> ]Also, it seems that enabling the forum setting Default Sort Order -> Ascending breaks filter urls in forums multipage.Just did a really quick test, and URLs look okay to me. Able to give more info, like what gets put out and what it should be?
(02-28-2021 09:21 PM)ZiNgA BuRgA Wrote: [ -> ]I pushed a completely untested fix, which maybe fixes your issue? https://github.com/zingaburga/XThreads-M...https://github.com/zingaburga/XThreads-MyBB-Plugin/commit/c1d86733c01762cdd8529d00244c10
(02-28-2021 09:21 PM)ZiNgA BuRgA Wrote: [ -> ]I haven't looked into it much, but couldn't find it doing that. Do you know what/where it sets it?
(02-28-2021 09:21 PM)ZiNgA BuRgA Wrote: [ -> ]Just did a really quick test, and URLs look okay to me. Able to give more info, like what gets put out and what it should be?
(02-28-2021 09:21 PM)ZiNgA BuRgA Wrote: [ -> ]It's not documented that well, but {RAWVALUE} spits out the value without any parsing/formatting/sanitization.
(02-28-2021 09:21 PM)ZiNgA BuRgA Wrote: [ -> ]That's what the tool should be doing. I'm not sure why it's not doing mass updates for you.
I presume nothing obvious like errors or timeouts? If you set it to do 1 at a time, do you get to see it progressing?
(03-05-2021 09:12 AM)Sama34 Wrote: [ -> ]Seems to work, thank you. Although it doesn't seem to work on two boards with the same config (and server), any idea how this would be possible?Can't say why it would work in some places but not others, assuming same config and all.
(03-05-2021 09:12 AM)Sama34 Wrote: [ -> ]Also, for the XTHREADS_ATTACH_USE_QUERY setting, it seems that only 0 or 1 values work on my server, you got any idea? I will probably stick to 1 and be done with it, but a fix could be preferable. I have been unable to make it work in both Apache and Ngnix.Well the option exists because I don't know what the webserver config is going to look like.
(03-05-2021 09:12 AM)Sama34 Wrote: [ -> ]I missed to comment that the XTHREADS_ATTACH_LINK_IPMASK setting seems to not work with the core CDN feature, in case you want to comment it some place in the doc (or users could get to read this comment).There was some rudimentary code to check if the connecting address was local, but that won't work if you're using an external proxy (which wasn't so common back then).
(03-05-2021 09:12 AM)Sama34 Wrote: [ -> ]I tracked this down to this line:Assuming this is your thread, the behaviour should be patched. Are you seeing that bit of code being activated, or maybe you've got some special header template?
https://github.com/mybb/mybb/blob/featur...https://github.com/mybb/mybb/blob/feature/jscripts/jeditable/jeditable.
(03-05-2021 09:12 AM)Sama34 Wrote: [ -> ]Just figured out this is caused by Google SEO, turning the Handle multipage links setting to No should make xThreads filter work again at the expense of using non Google SEO urls for multipage links. I reported this to the plugin author.Thanks for finding those out and reporting back.
...
Yes, it seems to be ran just fine, I still need to track this one down.
(03-21-2021 03:18 PM)ZiNgA BuRgA Wrote: [ -> ]Assuming this is your thread, the behaviour should be patched. Are you seeing that bit of code being activated, or maybe you've got some special header template?
|
I think the following affects your control_object() function.
https://github.com/mybb/mybb/pull/4193
|
Thank you very much and cool plugin btw