-
Content Count
5,008 -
Joined
-
Last visited
-
Days Won
31
Content Type
Profiles
Downloads
IPS4 Providers
Release Notes
IPS4 Guides
IPS4 Developer Documentation
Invision Community Blog
Forums
Store
Entry Comments posted by Makoto
-
-
-
This all looks wonderful. So many awesome improvements to the suite lately.
Keep up the great work guys.
- Matt and ImpartialGeek
-
2
-
1 hour ago, AA15 said:
I think you can add that in. I've seen other Invision boards with more reaction options
You can, I just meant for the forums here
-
I'd like to suggest a "love" reaction that I can use for some of these recent updates
-
This looks awesome and is definitely incredibly useful for me. I'm very much so looking forward to this update.
Keep up the great work guys!
-
On 6/24/2017 at 5:31 AM, Tarun said:
I just wish the SEO would remove the forum/topic numbers from URLs.
-
Yes, if you're upgrading to the latest release, it will include all security patches posted to date, you won't need to apply them after upgrading.
-
Just now, PixlBendr said:
When we upload patch folders to the hosting directory with ftp, do we merge or overwrite the files?
Yes, you merge and overwrite everything.
-
If I have Nexus 1.5.8, do I need to apply this patch too?
Yes.
-
I will ignore This Patch, ... as well !
How can I disable these annoying announcements ...?
That would be a very unwise move on your part to ignore security patches, since you're leaving your forum open to potentially being compromised in the future.
But you can't disable the announcements.
-
Never Upgrade This ....!
Did you have problems when applying these patches? If so, you'll need to elaborate on them, or preferably submit a ticket. Otherwise, no one can help you.
Security patches are not an optional thing you can just ignore.
-
I was wrong.
My mistake, I misread the patch note above. Definitely it is still broken. To fix, in the file admin/applications/members/modules_public/list/view.php replace this line:
$this->request['quickjump'] = isset($this->request['quickjump']) ? intval( $this->request['quickjump'] ) : ;
with this one:
$this->request['quickjump'] = isset($this->request['quickjump']) ? $this->request['quickjump'] : ;
You do realize your "fix" is essentially to unapply the security patch, right?
Here is a temporary fix that should resolve the issue without actually undoing the patches intention, please use it instead if you must:
$this->request['quickjump'] = ( isset($this->request['quickjump']) && preg_match("/^[a-zA-Z]$/", $this->request['quickjump']) ) ? $this->request['quickjump'] : 0;
-
Does the Patch announcement disappear after applying on the 3.4.7 board?
No, the messages display for a statically defined period of time in the 3.4 series.
-
document.designMode='on';
This looks great. No more navigating through pages of search results to edit simple language strings.
-
This is personally something I've really wanted to see. I even thought about trying to create a hook that would automatically parse links into media tags, but like many things I never got around to it. >_<
The styling and everything looks wonderful here too.
-
As for a member being able to see the content of what they did wrong, I think that would be a good idea, provided that they can't see who reported them or what the reports say. ie, only the reported content. That way, they can see what it was that they said that got them in trouble. Even if they disagree with the decision, it could give them the opportunity to see it for themselves.
-
Still would love the ability to pre-set member notes for individual warn reasons, along with some of the other things I mentioned here:
http://community.invisionpower.com/topic/395766-ips-4-and-the-warning-system/?p=2450577
Overall I would personally like to see more improvement to the warnings system, because it's one of the most stressing and time consuming things for me as a community administrator, but this does look nice so far.
-
Can the same thing be done with permission settings as well? I hate having to copy permissions across a ton of different categories manually, then having to tripple check them all to make sure they've been configured right every time.
-
What just happened here? o_O
Known language glitch, or should I report this..?
-
This was part 2 in the series. ;)
..*ahem*
Parts 3-5 then!
-
This is great and all, but what about the "Unapproved Content" page in the ModCP that exists in v3? I've added a link to this page on my ModCP bar manually for ease of access, but it seems like this blog post is making it appear as if this doesn't exist >_<
This page makes your job significantly easier when it comes to approving pending content. It even lets you filter by type of content/app like terabyte is suggesting. Has this page been forgotten about by everyone? ;_;
Members being able to see their pending content is a great update. I have members that double post when they get confused the first time they post and have nothing but a small notification returned to them.
I'm definitely looking forward to parts 2-5 in this series.
-
Heh.
Kudos to Charles for the response!
That was a Bush reference? I just though Charles watches American Dad.
-
Yay dropzone!
This looks truly impressive.
You should have included a screenshot for the file display page too, it looked wonderful in the video :P
Will upload resume be supported in IP.Downloads (similar to how it currently is in IP.Gallery)?
Where if you navigate away from the page accidentally, you'll be prompted to continue the upload when you return.
-
Any chance of being able to only follow replies made by the topic author? I'm not sure if there'd be much demand for such a feature, but it's a relevant suggestion I had, figured I'd throw it out here anyways.
Aren't desktop notifications supported by both Firefox and Chrome now? I'm sure this is a feature that can be hooked into 4.0 regardless, but besides that, what about Ajax powered notifications? (This is a little off-topic, sorry)
4.5: User Interface Improvements
in Product Updates
Posted · Edited by Makoto
That's a nice widget.
I like that widget.
Something you plan to release on the marketplace?