-
Content Count
75 -
Joined
-
Last visited
Content Type
Profiles
Downloads
IPS4 Providers
Release Notes
IPS4 Guides
IPS4 Developer Documentation
Invision Community Blog
Forums
Store
Everything posted by MGeek
-
This problem appeared in 4.1.18 Solution: /applications/referrals/hooks/register.php find: public static function _createMember( $values ) replace with: public static function _createMember( $values, $profileFields ) find: return parent::_createMember( $values ); replace with: return parent::_createMember( $values, $profileFields ); After the changes everything should work
-
add icon in the user bar. Clicking on the icon, a window appears to copy the referral link. Now link must go to your account settings, and so will be faster. example:
-
Offer: 1. To add to the user panel to the left of the notifications icon, when clicked shows a window with the referral link 2. To integrate with the application Rules. To be able to create rules.
-
@Adriano Faria Sorry! Confused about the styles. Removed in need and the numbers disappeared
-
Thank you! I'll be waiting!
-
I deleted but they still appear in front of the name of awards in the mobile and tablet version
-
@Adriano Faria template Rows {{$size = explode( 'x', settings.award_settings_front_size );}} {{foreach $awards as $award}} {{if $award['award_enabled'] }} <li class="ipsDataItem "> <div class="ipsResponsive_showPhone ipsResponsive_block"> <div class='ipsColumns ipsColumns_bothSpacing ipsColumns_halfSpacing'> <div class='ipsColumn ipsColumn_fluid ipsType_center'> <img src="{file="$award['award_icon']" extension="awards_Awards"}" style="width:{$size[0]}px; height: {$size[1]}px;"> <br>
-
@HeadStand The last problem was my fault. The new version has corrected the error and everything works fine! Thank You very much!
-
Updated. The field is created without error. When you create a topic with the given field - error 500. The theme is created, but when viewing its error 500
-
@HeadStand I create the field. I have an error UPDATE `templates_fields` templates_fields SET `field_id`=2,`field_key`='test_test',`field_searchable`=0,`field_type`='Select',`field_content`='["test1","test2","test3"]',`field_multiple`=false,`field_not_null`=true,`field_max_input`=0,`field_input_format`=NULL,`field_search_type`=NULL WHERE field_id=2 IPS\Db\Exception: Unknown column 'field_search_type' in 'field list' (1054) #0 /home/ih184629/public_html/system/Db/Db.php(991): IPS\_Db->preparedQuery('UPDATE `templat...', Array) #1 /home/ih184629/public_html/system/Patterns/ActiveRecord.
-
@HeadStand when creating the field UPDATE `templates_fields` templates_fields SET `field_id`=2,`field_key`='test_test',`field_searchable`=0,`field_type`='Select',`field_content`='["test1","test2","test3"]',`field_multiple`=false,`field_not_null`=true,`field_max_input`=0,`field_input_format`=NULL,`field_search_type`=NULL WHERE field_id=2 IPS\Db\Exception: Unknown column 'field_search_type' in 'field list' (1054) #0 /home/ih184629/public_html/system/Db/Db.php(991): IPS\_Db->preparedQuery('UPDATE `templat...', Array) #1 /home/ih184629/public_html/system/Patterns/ActiveRecord.php(491): IP
-
@HeadStand The problem remained When the field is created the same error
-
@HeadStand The problem remained
-
the problem is when you create a field in the ACP. With the selection list. After saving this field very much: UPDATE `templates_fields` templates_fields SET `field_id`=2,`field_key`='test_test',`field_searchable`=0,`field_type`='Select',`field_content`='["test1","test2","test3"]',`field_multiple`=false,`field_not_null`=true,`field_max_input`=0,`field_input_format`=NULL,`field_search_type`='exact' WHERE field_id=2 IPS\Db\Exception: Unknown column 'field_search_type' in 'field list' (1054) #0 /home/ih184629/public_html/system/Db/Db.php(991): IPS\_Db->preparedQuery('UPDATE `templat...',
-
@HeadStand Hello! IPS 4.1.18.1 - not creates a field with a selection list
-
-
-
Thank you very much! Waiting for new version!
-
I then noticed in settings that you entered of 5%, saved, showed all normal. When I went again to settings, it was already 0%.
-
UPD: it Turned out that after entering the percent of the site they are not saved. After a reboot, the settings page is set to 0% Thank you!
-
Hello. 1. When creating ads I specify a number greater than one. After buying one copy and confirm the transaction, the announcement gets the status "Completed". The user cannot sell on. He is forced to create a new ad. And if the ad was paid, there will be claims. 2. If sales happen through a website and the Commission website, it should appear to the user under the input window prices. It was made in the sale files and need to add here. Otherwise there will be claims. Example: 3. If the Commission of the site, it is not removed from the sum when the sale of goods. 100% g
-
I sent to PM
-
I can give you access to the admin panel. See? IPS 4.1.13.2
-
when viewed from the database, the values change. And on the container page is still not added
-
Does not help. still does not save.