-
Posts
6,764 -
Joined
-
Days Won
38
Community Answers
-
Daniel F's post in IndexNow appears to be reporting an incorrect file path? was marked as the answer
Thanks for bringing the issue to our attention. I have pushed a fix which is awaiting review.
Â
-
Daniel F's post in How to access h1 page title from widget template? was marked as the answer
Most of the time we're using the same value as the header tag, so you can access it via \IPS\Output::I()->title, so using a php block you should be able to get it via:
echo \IPS\Output::i()->title; Â
-
Daniel F's post in OutOfRangeException was marked as the answer
This was an issue caused by a 3rd party app. Probably Quizzes or another app/plugin which modified and broke the club nodes mapping.
Â
Â
Â
I have fixed this for you:)
-
Daniel F's post in RSS Blog feeds get empty array tag. was marked as the answer
Tags should be fixed now 🙂
-
Daniel F's post in [Bug 4.6.10] Recent Achievements widget configuration checks the wrong setting key was marked as the answer
Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
Â
-
Daniel F's post in Data Storage Not Working After PHP 8.1 Upgrade was marked as the answer
Is the redis module enabled and is the installed module compatible with php8.1Â
-
Daniel F's post in Adding a subforum results in 'A configuration or server error has occurred'. was marked as the answer
I hope you deleted only topicrules_texto if not, import your recent backup and remove only this one.Â
-
Daniel F's post in App themesettings.json file doesnt work? was marked as the answer
This file should never be edited manually( like any of the files inside the data directory!) , it’s managed by the system and contains the stuff which you add via the ACP! So to add your theme setting you’ll literally need to add it on the ACP-customizations- themes page.Â
-
Daniel F's post in Reaction Error was marked as the answer
Does the item have an author? Is it probably some guest content or was the author deleted?
-
Daniel F's post in Item 1.1 from Marketplace Submission Guidelines was marked as the answer
Sure, I don't see why not. It should be really straightforward what's allowed and what not.
Taking the downloads app and renaming any "downloads" references to "links" or "jobs" and "file" to "link" or "job" Â Â
Same applies also to e.g. taking a complete class or method.. It should be really common sense that that's not allowed, or?:(
E.g. once our IPS\nexus\Money class was copied into an own app to provide payment options.. that's a big NO!
Â
Copying some code which runs a query and which calls another method =>Â Â
Â
Â
That said, the code which you've posted it a great candidate to be extracted into an own method, so I have suggest this change internally.
-
Daniel F's post in Pages (page) missing language bit in webhook form was marked as the answer
Thanks, we're aware of this.
-
Daniel F's post in Disabled apps showing up in Webhooks Reference was marked as the answer
Thanks, I have logged this to our bugtracker.
-
Daniel F's post in hide suggestions sent in the emails and digests was marked as the answer
That’s a setting inside the ACP>System>Emails called “Include promotes content in Emails”
Â
-
Daniel F's post in $topic->imageAttachments() - fun & games was marked as the answer
4.6.8-Â Fixed an caching issue in `\IPS\Content\Statistics`.
-
Daniel F's post in beta upgrade download 4.6.10 Beta 2 does not work was marked as the answer
This won’t work! The bug which prevents the downloads is already on your system so the next upgrade will have to be manually.Â
-
Daniel F's post in how to edit the update in progress text was marked as the answer
They’re covered inÂ
Â
-
Daniel F's post in Problem sending emails after update to beta 1 was marked as the answer
Yes, I can confirm that we fixed this for the next beta.
-
Daniel F's post in dsds - does anyone know what causes this? was marked as the answer
Somebody probably edited your post container template.
Have you tried using the build in template search to search for "dsds" ?
-
Daniel F's post in Blank text blocks was marked as the answer
This is caused by a widget which contains broken/invalid HTML code.
-
Daniel F's post in Create member via Zapier: Password was marked as the answer
Yes, it's supposed to work this way in the current version:)
The next Zapier Revision which will be shipped once 4.6.10 is here, will have a slightly change, can you spot it?;)
-
Daniel F's post in Twitch channel/video/chat embed was marked as the answer
From the 4.6 changelog:
- Removed support for Twitch embeds as Twitch has removed their oembed endpoint with no plans to introduce a new one.
Â
-
Daniel F's post in Remove location fields was marked as the answer
You'll have to ask the ask the author of the classifieds app for support with his app:)
-
Daniel F's post in Where can I see all methods of IPB? was marked as the answer
Once you enable IN_DEV, you can also use the hook editor to see all available properties and methods 🙂
Â
Â
-
Daniel F's post in Reasons Why A Profile Won't Allow Editing? was marked as the answer
We have located the issue. A chrome extension was causing issues with the request?!
Very very very weird, but once it was disabled, editing profiles worked again.
Â
Â