-
Content Count
75 -
Joined
-
Last visited
-
gerard001 reacted to a review on a file: Post Notes
-
Firdavs Khaydarov reacted to a review on a file: Post Notes
-
Firdavs Khaydarov reacted to a review: Firdavs Khaydarov
-
MGeek reacted to a post in a topic: Referrals - Support topic
-
Fosters reacted to a post in a topic: Referrals - Support topic
-
Square Wheels reacted to a post in a topic: Referrals - Support topic
-
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:
-
Fosters reacted to a post in a topic: Referrals - Support topic
-
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 reacted to a post in a topic: iAwards
-
@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>
-
szywe* reacted to a review on a file: (GS) Total Number of Topics in Forums on Board Index
-
HeadStand reacted to a post in a topic: Template System
-
MGeek reacted to a post in a topic: Template System
-
MGeek reacted to a post in a topic: Template System
-
MGeek reacted to a post in a topic: Template System
-
MGeek reacted to a post in a topic: Template System
-
MGeek reacted to a post in a topic: Template System
-
@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