Content Type
Downloads
Release Notes
IPS4 Guides
IPS4 Developer Documentation
Invision Community Blog
Development Blog
Deprecation Tracker
Providers Directory
Projects
Release Notes v5
Invision Community 5 Bug Tracker
Forums
Events
Store
Gallery
Posts posted by Nathan Explosion
-
-
Windows Snipping Tool
-
2 minutes ago, LiamH said:
but somehow we are recently getting exactly that.
It's designed to allow them...they can "Post before registering" as your members group has permissions to do so...
If someone in your members group can post in a location where guests cannot, then guests will be able to post.
-
Turn off "Post before registering"
-
@LiamH - just checked your site as a guest; there are several forums open to allow guests to post new topics.
I suggest you look at the permissions that the Guest group has for forums:
You also have "Post before registering" enabled:
-
-
5 minutes ago, I_cant_Swim_ said:
I don't understand that
OK.
But it's likely to be that has happened
All registrations go through the spam prevention settings, and depending on your configuration then an admin may need to validate the account.
-
Probably because your spam prevention settings dictate that a certain level requires admin involvement...
-
-
GBoard is the default keyboard of the Google Android OS (it's on Pixel devices, it's on most OnePlus devices, plus others that don't massively deviate from the stock OS)
'Samsung Keyboard' is the native keyboard on the Samsung version of the Google Android OS, but can be overridden by the manual installation of GBoard from Google Play, just like SwiftKey is available for all Android devices.
-
Scroll down to the footer...it's available by default.
-
Apply the patch that was released to fix this:
- Marc and Kirill Gromov
- 1
- 1
-
First mention of filtering there, so wasn't aware it was a requirement. If it is then crack on with a Pages DB - you then have to figure out how to keep that data up to date, and when to do it. Alternatively, look at IPS\Helpers\Table\Custom to allow you to create an table based on an array datasource instead of a DB table.
With all this in mind, I'd now advise you to look into developing an application to do all this instead...
- You can design your own table to store the data
- You can create a module/controller that will display that data, and add filtering on there easily.
- You can create a task that runs on a schedule to retrieve/store/update the data.
Not much more to add really - if I knew what this mysterious API was, and where it was getting the data from, and what the data looked like then I might even get bored and throw together a POC of it.
-
37 minutes ago, Square Wheels said:
Can we allow users to change their vote?
39 minutes ago, Square Wheels said:Can an Admin edit votes?
The count, yes.
The user's choice, no.
-
Deleted - can't be bothered with potential further engagement
-
Zero knowledge of what API it is that you are referring to wanting to use so can't look at the data structure, and have no idea about how you want it to be displayed but here is what I would be doing on the page/block...
-
Check if the data exists in \IPS\Data\Store
- If not, retrieve the data via the API and then store the data in \IPS\Data\Store::i()->whateveryourkeyisgoingtobe, adding something to the data to provide a timestamp for it being added.
- Display the data however it is you wish it to be done.
- On subsequent loads, step 1 should also be checking if that timestamp should be considered 'out of date' - if it is, get the data again.
I don't think you should think about storing the data in a Page DB - I can envision that become overly complex for what it appears that you are trying to do. And if the data store gets cleared, your code would just pull in the data again into the store anyway.
-
Check if the data exists in \IPS\Data\Store
-
-
14 minutes ago, panzerscope said:
Originally the Recurring Donations used to be setup as "Products" in the store section. However as IPS is deprecating that,...
PHYSICAL products are being deprecated.
-
40 minutes ago, Square Wheels said:
In December, I added JS to Theme --> Custom theme by Ehren --> Header and Footer --> Footer HTML.
Yesterday I updated the site to 4.7.15.
Then, I updated 5 themes I have by Ehren.
All five themes had the JS removed from the Footer HTML field.
Reproduced as follows;
- Create a brand new theme
- Download the theme using the option in the console
- Edit the theme, populate the header and footer bits via the available tab.
- Review site on front-end, verify items are there.
- Use the "Upload a new version" option on the theme, and use the XML file that was downloaded in step 2
- Edit the theme - the previously added header/footer content is gone
-
Review site on front-end, the previously added header/footer content may still be there in the theme. If so...
- Run support tool to clear caches
- Review site on front-end, the previously added header/footer content are now gone.
-
-
-
-
1 minute ago, panzerscope said:
Is this even a feature on IPS ?
Nope.
https://www.sosinvision.com.br/index.php?/file/38-copy-topic/
- Adriano Faria and DiXON4
- 2
-
-
specific email addresses? Understood...you've probably created a number of SQL queries then (1 per email address) and not just using one catch-all query.
But for the benefit of those reading at a later point - if wanting to do this for a specific email domain then can be done via the above method:
Deleted content : number of days to delete for good ?
in General Questions
Posted
Go into the ACP and type delete into the search bar and click on the Permanently delete content result.