-
Content Count
98 -
Joined
-
Last visited
Reputation Activity
-
PirateCaptain reacted to Michael.J in Donations Support
It should but there is also a group permission called "Can view goals" if you really wanted to eliminate all mention of goals as well.
All text throughout he public and acp end should be covered in the language files. If you search for the terms you want, you can just translate them through the lang manager.
Yes someday but no ETA unfortunately.
-
PirateCaptain reacted to Adriano Faria in Member's Country
What's New in Version 1.0.7:
Added new setting to admin choose which user groups will be able to view countries flags. -
PirateCaptain reacted to GrooveOnBeat in Donations Support
If you use Firefox you can highlight the area that you want to see the code and then right click on it and select "View Selection Source".
Since each block has an ID, donate goals will be something like
data-blockid="app_donate_donateGoals_xxx" Replace "xxx" with the ending ID.
Then in custom.css you can do something like this:
[data-blockid="app_donate_donateGoals_xxx"] .ipsWidget_inner span.ipsType_normal { color:#ff0000; font-size:15px; font-weight:bold; } Change or add values to suit your needs. This way you don't need to touch the templates.
Hope this helps.
-
PirateCaptain reacted to Adriano Faria in Member's Country
Yes, that's the case. If you disable the setting, it appears:
I'll change that in next version of both apps.
-
PirateCaptain reacted to Ueda in Profile Songs
I will take a look into it when I can. @PirateCaptain
-
PirateCaptain reacted to RoleplayUK in iAwards
Adriano thankyou for supporting this while RAW is absent.
@Adriano Faria I have gone back to where I was (Version 1.0.6) and updated version by version carefully testing the awards and testing the automated awarding of them via @Kevin Carwile rules application.
Every version works fine except 1.0.9, The rules application stops producing any logs in the acp and on the frontend keeps showing the below image, Infact at one point it wouldnt let me see the forums or access the ACP and this message just kept appearing.
I know your not supporting this but it is something alot of busy community's use where its impossible to manually issue awards.
Something in 1.0.9 must have changed as i can confirm 1.0.8.5 is working fine with the rules application, I will use 1.0.8.5 for now but in the future would like to upgrade espically if there are bugs and would be very greatful if you could look into what you changed and if that could of caused some issues with the rules RAW and Kevin wrote for the intergration.
-
PirateCaptain reacted to Adriano Faria in Member's Country
What's New in Version 1.0.5:
Removed requirement from member perform a login to the country be recognized. Now country will be recognized when the member is online. -
PirateCaptain reacted to Adriano Faria in iAwards
New features!
- Remove requirement from REASON when deleting an award:
- Pagination and member who gave the award in member profile tab:
Results:
- Awarding mutlple members at same time.
Added 30 members max per time:
See it in action:
I'll wait a few days to release this versiion.
-
PirateCaptain reacted to Adriano Faria in iAwards
Ok. I'll take a look in next release. I rather add a setting so admin decides how will use it in their boards.
-
PirateCaptain reacted to Adriano Faria in Links Directory
Next version will have an option to manually upload the thumbnail, if you're using any API:
Commerce integration too.
ETA: A month or so.
-
-
PirateCaptain got a reaction from sobrenome in PHP 7.1 incompatabilities, incl bugfixes
You never answered when these updates will be pushed, we had to fix this on our own.
Is there a place where i can see what others you have fixed, if you cant tell me when ips will be php7.1 compatible?
-
PirateCaptain got a reaction from sobrenome in PHP 7.1 incompatabilities, incl bugfixes
found another one
In system/Http/Url.php line 1076: $return = ''; is invalid for PHP 7.1 - it should be $return = array();
-
PirateCaptain got a reaction from sobrenome in PHP 7.1 incompatabilities, incl bugfixes
when will you push this update?
my plugins breaking left and right
-
PirateCaptain got a reaction from sobrenome in PHP 7.1 incompatabilities, incl bugfixes
In system/Output/Plugin/Prefix.php line 57: $output = ''; is invalid for PHP 7.1 - it should be $output = array();
-
PirateCaptain got a reaction from sobrenome in PHP 7.1 incompatabilities, incl bugfixes
In system/Helpers/Table/Db.php line 114: $_where = ''; is invalid for PHP 7.1 - it should be $_where = array();
In system/Output/Javascript/Javascript.php line 874: $content = ''; is invalid for PHP7.1 - it should be $content = array();
-
PirateCaptain reacted to Adriano Faria in iAwards
It has some issues... been working on it for @-RAW-. A new version to fix those issues should be released soon.
-
PirateCaptain reacted to Claire Field in iAwards
I have said many times that they should hire him, he is fantastic, I love this man!
Or perhaps we could give him an... award. -snerk-
-
PirateCaptain got a reaction from sudo in PHP 7.1 incompatabilities, incl bugfixes
In system/Helpers/Table/Db.php line 114: $_where = ''; is invalid for PHP 7.1 - it should be $_where = array();
In system/Output/Javascript/Javascript.php line 874: $content = ''; is invalid for PHP7.1 - it should be $content = array();
-
-
PirateCaptain got a reaction from Daniel F in PHP 7.1 incompatabilities, incl bugfixes
In system/Helpers/Table/Db.php line 114: $_where = ''; is invalid for PHP 7.1 - it should be $_where = array();
In system/Output/Javascript/Javascript.php line 874: $content = ''; is invalid for PHP7.1 - it should be $content = array();
-
PirateCaptain reacted to Pete T in iAwards
not wasting my time and don't worry mistakes can be made and glad working correctly for you
-
PirateCaptain reacted to Joel R in iAwards
Untranslated language strings from iAwards:
Members_pl
Members_pl_lc
These language strings show up on the Activity Streams
-
PirateCaptain reacted to Ueda in Profile Songs
I will add this in the next version. For now, you have to edit the plugin yourself.
Find this line.
$song->maxSize = $this->group['g_max_bgimg_upload']; Replace it with the number you want.
For example,
$song->maxSize = 1024;
1024 = 1 MB roughly.
As a side note, there's a bug with IPB 4.1.12 that causes the editing member group not to work. I am investigating this bug. I believe it is a bug with IPB 4.1.12 itself and nothing to do with incompatibility. Check the Release Notes for more details of 4.1.12.1.
-
PirateCaptain reacted to OctoDev in Profile Songs
please add option to edit those features:
Max File Size Enable/Disable remote URL input Enable/Disable Auto Play (User Setting) & Per Group setting (default, disabled)