-
Content Count
163,645 -
Joined
-
Days Won
342
bfarber last won the day on December 29 2020
bfarber had the most liked content!
About bfarber

-
Rank
RBT-KS
- Birthday 03/07/1983
Contact Methods
- Website URL
Profile Information
-
Gender
Male
-
Location
Coastal NC
-
Interests
This is my interests, just for Rikki :)
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Adlago reacted to a post in a topic: Registers an unload listener
-
We have a general SEO audit/review planned and this is on the list.
-
Davyc reacted to a post in a topic: Manually updating marketplace files
-
The reality is it's pretty rare that a "corrupted" file occurs with software like ours, outside of when someone is manually uploading files and they have connection issues (i.e. the connection drops mid-upload). That said, if this is something that actually comes up we could look at a "reapply files" button for applications in the marketplace. We wouldn't likely do that unless we see material instances of this happening outside of hypothetical situations mind you, but it's not something that's a blanket "no". It is, however, something completely separate from what was originally requested
-
bfarber reacted to a post in a topic: API request to my forum is getting blocked by CORS policy
-
API request to my forum is getting blocked by CORS policy
bfarber replied to 6ichem's topic in Feedback and Ideas
If you make the request within the client/browser, you need to content with CORS which is designed to allow cross-domain requests to work but also provide protection against javascript-based attacks. Essentially, you'll need to add a few response headers for these requests which is typically done at the server level. Postman doesn't run in the browser context which is why it works without an error. One word of caution - running any sort of API requests via javascript exposes the API credentials. We'd only recommend using an OAuth-based client for API requests if javascript is going t -
For the record since this was bumped, this is a current feature (the original topic is 5 years old). This can be enabled in the AdminCP settings for Calendar.
-
Add Blocks Containing Google Adsense Code to Articles
bfarber replied to Robert222's topic in Feedback and Ideas
Add your Google adsense code to a widget then embed the widget on the page(s) you want it displayed (you wouldn't do every article, just one article and it will display on every article page inherently). You can then delete the block or adjust permissions for the block later if needed. -
Anecdotally I will say that IN_DEV locally feels a lot faster to me on PHP 8 than it does on PHP 7. I haven't measured speeds for both, however.
-
You can restrict categories by member group, and then assign those groups to the members you wish to give access.
-
I'd recommend submitting a ticket.
-
JIT isn't something the application explicitly uses - it's a feature of the language that can be enabled or disabled in php.ini. It will be used if you enable it in your PHP configuration, in other words. Whether it will improve performance or not remains to be seen.
-
Just to note, I can't think of anywhere the user's signature would show if they don't have any content submitted. That said, I've come around to the suggestion after the explanations and have raised it internally for further consideration.
-
Server Requirement -InnoDB Table - Dynamic
bfarber replied to Umar205523's topic in Feedback and Ideas
(1) You can make this change yourself, as noted above. (2) This is a recommendation, not a requirement. -
We have been testing PHP 8 compatibility locally and it will be included in a future release, however I can't say exactly when that will be. I can say that certain third party libraries we use will also need updates before we can fully support PHP 8.
-
What is wrong with a member following someone/something? What is there to report? We wouldn't take action on that anyways.
-
I'm not seeing this issue. When I upload 3 images I get 33.33%, 66.66% and then it finishes (we round to two decimal places).
-
Need more granularity for notification settings
bfarber replied to Dll's topic in Feedback and Ideas
and notifications of someone liking your content is linked to something besides "following" already (it's the "Mentions & My Content" section).