-
Content Count
1,184 -
Joined
-
Days Won
5
Mr 13 last won the day on June 9 2019
Mr 13 had the most liked content!
About Mr 13
-
Rank
🐾
Contact Methods
- Website URL
IPS Marketplace
-
Resources Contributor
Total file submissions: 1
Recent Profile Visitors
9,701 profile views
-
Mr 13 reacted to a post in a topic: Option To Disable AJAX
-
SeNioR- reacted to a post in a topic: Why aren't posts numbered within a thread?
-
Eric BXL reacted to a post in a topic: Preview button
-
Chris027 reacted to a post in a topic: We need webp NOW
-
leonovich_J reacted to a post in a topic: We need webp NOW
-
Mr 13 reacted to a post in a topic: Unhappy With Theme Installation Limitations
-
Mr 13 reacted to a post in a topic: "You are now leaving xyz.com" confirmation message for Links
-
Mr 13 reacted to a post in a topic: Sorry, you aren't permitted to download this file.
-
Mr 13 reacted to a post in a topic: Sorry, you aren't permitted to download this file.
-
Armbian_Werner reacted to a post in a topic: IPS 4.5: collapse code blocks the same way as quotes
-
Mr 13 reacted to a post in a topic: Scheduled Posts
-
Mr 13 reacted to a post in a topic: Two factor security answers are exposed in ACP
-
Mr 13 reacted to a post in a topic: Reputation and Reaction enhancements
-
Mr 13 reacted to a post in a topic: Two factor security answers are exposed in ACP
-
Mr 13 started following Ban members from downvoting, We need webp NOW, Shortlinks and 6 others
-
I wonder why image extensions are hardcoded instead of option in ACP? It would be great to have this as an option, so everyone who cares about modern image formats could add them there without any code.
-
Mr 13 reacted to a post in a topic: GDPR data deletion issue
-
Maxxius reacted to a post in a topic: Shortlinks
-
Maxxius reacted to a post in a topic: Clean url from symbols and accented letters
-
Some time ago, I described how I solved this problem for one of my communities.
-
tnn reacted to a post in a topic: <meta charset="utf-8"> must be the first element in <head>
-
xtech reacted to a post in a topic: Implement better compression for pasted images
-
yevlem reacted to a post in a topic: Why aren't posts numbered within a thread?
-
Better not just Amazon, but also (at least) FFmpeg.
-
I also would love to see here an option to display these messages to all users but without mentioning the exact moderator, who performed the action. I.e., groups with permissions will see: %username% changed the title from "ABC" to "123" %username% moved %n% messages to the %topic% While ordinary users will see: Moderator changed the title from "ABC" to "123" Moderator moved %n% messages to the %topic% Where %username% is the username and Moderator is just text.
-
It looks like one important question was missed in the off-topic messages flow:
-
Some related problems:
-
Check if this problem exists in the default theme. If it reproduces even there, then submit a ticket with a bug report (ticket) in your client area.
-
Displaying outdated JavaScript in modern browsers
Mr 13 replied to Adlago's topic in Feedback and Ideas
You (IPS) can load polyfills only when they are needed and don't waste the traffic for the majority of browsers. -
Searching for members name should return exact matches 1st
Mr 13 replied to Paul E.'s topic in Feedback and Ideas
Yes. -
Seperate limits for positive and negative reactions
Mr 13 replied to Mr 13's topic in Feedback and Ideas
Also, I would love to see limits for the number of reactions of the specific types given to one user within some defined period, i.e.: Maximum number of positive reactions allowed to give per user [value] per [period] Maximum number of negative reactions allowed to give per user [value] per [period] -
Partially related suggestion:
-
+1 for this suggestion.
-
The easiest way to filter all ancient browsers from the IE epoch is just checking if CSS or CSS.supports are missed, because it present in all modern browsers and Edge 12+. if (typeof(CSS) === "undefined" || typeof(CSS.supports) === "undefined") { // Here you can do whatever you want to the visitors with ancient browsers from the IE epoch console.log('Your browser is out of date'); }
-
It looks like CSS Custom Properties currently are not used, so it would be easier to create correct checks if IPS tell us which exactly features not supported in older browsers they used in 4.5+.
-
Why aren't posts numbered within a thread?
Mr 13 replied to RocketStang's topic in Feedback and Ideas
For IPS 4.4, changed this: <li><a class='ipsType_blendLinks' href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->$idField ) )}' data-ipsTooltip title='{lang="share_this_post"}' data-ipsMenu data-ipsMenu-closeOnClick='false' id='elSharePost_{$comment->$idField}' data-role='shareComment'><i class='fa fa-share-alt'></i></a></li> to this: <li><a class='ipsType_blendLinks' href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' =&g