Everything posted by bfarber
-
lang issue
This has already been fixed for our upcoming 4.6 release. 👍
-
Possible to call a block from within an editor field?
It is not possible to embed a Pages block within a standard editor field, no.
-
Gallery and Blogs locked after update from 4.5.4 to 4.5.4.X
A patch was released today to address this issue.
-
Pages category, or records with privacy
You can restrict categories by member group, and then assign those groups to the members you wish to give access.
-
Application JS resources don't load when I turn off dev mode
You have to ensure the js is loaded. In your controller you do something like this, adjusting the filename as appropriate. \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js('front_browse.js', 'gallery' ) ); Here you'd change "browse" to the javascript controller location, and "gallery" to your application key.
-
[Commerce] Stripe JS
I am unaware of any reason such a plugin would not be allowed on the marketplace.
-
Removing Powered by and template credit
As others have mentioned, in order to remove the copyright line you need to purchase the branding removal option in your client area. Removing the "Powered by" line without purchasing branding removal constitutes a violation of the license agreement and would most typically lead to the license being terminated.
-
Gallery, Show Map
I'd recommend submitting a ticket.
-
Forbidden You don't have permission to access this resource.
Downloads uses the friendly URL path of "/files". Do you happen to have an actual folder on your server named "files"? If so, Apache would route the request to that folder and the request would never make it to our software - the solution would be to rename that folder to something else.
-
Hide member block from club page
The CSS selector can be tweaked to hide the block on other pages, I was just providing an example (albeit an incomplete one).
-
[Commerce] Payments
The software is more focused around receiving payments than sending payments, so there is not a lot of functionality built in to "send" payments. You can issue refunds through the software, including partial refunds. You can issue account credit to users which can be used to make future purchases. When issuing account credit, you can allow users to make withdrawls as has been noted. But beyond that, you can't just open an input field and specify an arbitrary amount of money to send a user through whatever payment processor you may be using.
-
Images
The pin.it URL you supplied redirects to a pinterest page - it is NOT a direct link to an image file. When you use "Insert image from URL" you should be linking directly to an image file, not a page that has an image embedded on it.
-
Support PHP 8.0?
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.
-
Reporting members without content?
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.
-
'Our Picks' Block – Broken Link for Forum Post Items?
This is a bug in the current release, resolved in our next maintenance release.
-
Server Requirement -InnoDB Table - Dynamic
(1) You can make this change yourself, as noted above. (2) This is a recommendation, not a requirement.
-
Support PHP 8.0?
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.
-
Reporting members without content?
What is wrong with a member following someone/something? What is there to report? We wouldn't take action on that anyways.
-
IPS Spam defense not working? Possible License problem.
Please use the "Refresh license data" button and see if the message goes away. If it does, it was a temporary issue on our end that has since been resolved. If it does not and you believe you should have access to the service, submit a ticket so we can take a look.
-
Featured Products block error
It sounds like you have an orphaned product group or product stored in your database. It will need to be manually cleaned up most likely.
-
Hide member block from club page
custom CSS body[data-pagemodule="clubs"][data-pagecontroller="view"] #elContextualTools { display: none; }
-
Downloads
- Can't authorize a connection to the marketplace?
Are you still having trouble today? I believe there were some temporary synchronization issues over the weekend which have been sorted. If you're still experiencing a problem though, I'm confident someone will see your ticket and respond today if they haven't already.- Is it possible to place ad rotation below widget in sidebar?
You can already place an advertisement in the sidebar, however it will display above any other blocks, not in a configurable position. In order to show an ad in a different position, you would need to use template logic to add a new advertisement location, or create a custom Pages block that loads and prints out an advertisement.- [Commerce] Stripe JS
I'm afraid this is not an option at this time, although SCA sometimes results in a page from Stripe (or I believe more accurately, the card issuer) appearing in the browser when the user checks out in order to confirm details. - Can't authorize a connection to the marketplace?