Leaderboard
Popular Content
Showing content with the highest reputation on 04/23/2019 in all areas
-
notification.mp3
The Old Man and 5 others reacted to Rikki for a topic
I've submitted a change for 4.4.4 that will disable preloading of this sound file (meaning, it'll just load on demand when it's needed, rather than on page load).6 points -
Password Recovery
Adriano Faria and one other reacted to Mark for a topic
You should invest in a password manager 😉2 points -
Similar Content on Post Screen
Dolphin. reacted to Adriano Faria for a file
Version 1.0.5
151 downloads
This plugin will show similar content titles on post screen when user is typing in the title field. It uses defaults from IPS4 core search, like sort by relevance or date, number of characters per word, permission for the items, etc. Works in Clubs too. Works in apps: Forums Blogs Downloads Calendar Pages 3rd Party Apps: tested on Tutorials, Classifieds and Videos System. Settings: Number of content items to appear Allowed groups to use the feature Limit content to a year$15.001 point -
(SD) Payment Gateways
OptimusBain reacted to Spanner for a file
Version 1.4.0
32 downloads
Available payment gateways: PayU Dotpay.pl Dotpay.pl - sms Przelewy24.pl InPay.pl Nmi.com RushPay.pl PayFast EveryPay MakeCommerce Fortumo Paynow Checkout.com Stripe checkout paygol.com realisto.net Available invoice provides: Infakt.pl Ifirma.pl Wfirma.pl Multiple payment gateways The application also allows you to send sms notifications using smsapi.pl or Twilio.com$45.001 point -
Hi there, I don't think this is possible at the moment; but it would be great to extend the functionality of Pages to Clubs, this way one could add Databases (including its views / templates) or Pages as components within Clubs. Do you know of any plugin or workaround that allows this?1 point
-
CodingJungle's Apps [support topic]
supernal reacted to CodingJungle for a topic
they are both back up now, had to move them to new nodes, god i love cloud computing 🙂1 point -
Best similar topics plugin ?
Adriano Faria reacted to Durango for a topic
Tx 🙂 interesting app @Adriano Faria i didnt know it was existing for IPS1 point -
Allow members to post something only visible to admins.
Adriano Faria reacted to AndyF for a topic
I guess it would be possible to have a custom plugin written to do this, along the lines of a kind of "hide" code or suchlike but whereas the usual thing only shows to members etc (or like a spoiler) the content would only show to certain groups, aka admins in this case. A bit of care would need to be taken in writing this I think in that it was not exposed in the source (something one 'hide' code did once lol) and that it was not visible if the post was quoted. I think the above would be OK but highly likely something for a third party coder to write if you needed something 'specifi1 point -
Send Email in Profile
sonimik1 reacted to Adriano Faria for a topic
This is a thing of your email provider. The email goes like any other email sent by the framework.1 point -
So, looking at your code this appears to be within the Invision Community software, in a template. I assume the language you wish to output the dates as is installed and you have the language pack available, and selected by your user account. In that case, you can use our \IPS\DateTime class {{$dateTime = \IPS\DateTime::ts( strtotime( $res['date'] ) );}} {$dateTime->strFormat( '%D' )} https://invisioncommunity.com/developers/docs/fundamentals/dates-and-times-r165/1 point
-
Or if you do... $timestamp = strtotime( $res['date'] ); ... then you can do... date( 'j', $timestamp ) // Day date( 'n', $timestamp ) // Month date( 'Y', $timestamp ) // Year See https://www.php.net/manual/en/function.date.php for other values you can use instead of j/n/Y Or if this is within Invision Community you can do... {datetime="strtotime( $res['date'] )"} To get the "relative" date1 point
-
When the API doesn’t provide the pieces, you can “explode” it with the hyphen as delimiter. https://www.php.net/manual/en/function.explode.php1 point
-
@TheJackal84 I understand what you're saying and I appreciate your feedback and advice, but doesn't the trophies app do something similar? Also the IPB3 version of shop allowed images to show in the inventory. Would you allow me to hire someone (or yourself!) to modify it to do what I'm trying to? Also, like the above person I get a blank screen after purchase as well.1 point
-
Changing Clubs to Clans?
Fierce God reacted to g1nt3r for a topic
Anyone know of a way to globally change the word Club(s) to Clan(s). I'd like to enable people to create a club however this is a gaming forum, so I'd like for them to create clans instead of clubs. I feel all I really need to do is change the name from Club to Clan. Anyway, some guidance would be greatly appreciated! Thanks!, -g1nt3r1 point -
1 point
-
1 point
-
Changing Clubs to Clans?
g1nt3r reacted to Fierce God for a topic
Go to acp > Appearance > Languages > Click the globe you just need to search "clubs" then change the name in the side box on each line that says "clubs" or you can get the plugin by @newbie LAC and get a easier search1 point -
report not work good-help
GTServices reacted to Ryan Ashbrook for a topic
ACP > Members > Content Moderation > Automatic Moderation > Settings. Make sure "Enable automatic moderation" is set to Yes.1 point -
When this feature was initially released I was excited to use it. As soon as I saw the registration flow for a free subscription I turned it off, it's terrible. As a developer myself, I know you have to release things and get feedback. IT won't always be right and the perfect release is never released. I'd really like to hope to see this feature be useable soon. The most obvious pattern from our perspective as community owners, seems to have completely slipped past the user stories phase. Fingers crossed 🙂1 point
-
Format of dates - Long
Mark reacted to Adriano Faria for a topic
A lang bit para a index e forum view é _date_this_year_long.1 point -
Problem solved! I tried pressing the Save button on the Storage Settings page one more time, and now the move process seems to have finished and posts use the new storage URL.1 point