After the latest timeline update, I have noticed that anything posted on private groups it is now posted in public feed. Also, comments that were deleted in the private group are still visible in the public feed.
Notice: unserialize(): Error at offset 45 of 137 bytes in /home/xxxxxxx/public_html/modules/boonex/timeline/classes/BxTimelineTemplate.php on line 531
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxxx /public_html/modules/boonex/timeline/classes/BxTimelineTemplate.php:531) in /home/xxxxxxx /public_html/inc/classes/BxDolTemplate.php on line 3042
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxxx /public_html/modules/boonex/timeline/classes/BxTimelineTemplate.php:531) in /home/xxxxxxx /public_html/inc/classes/BxDolTemplate.php on line 3043
A user posted something to the feed of a group. This showed up and his post was not visible.
- 1650
After transferring all accounts from Dolphin, the visibility of all profiles was set to "me only". This is a nightmare, no one can view profiles or pictures. Is there a way to change the visibility of all profiles and pictures to public??
- 1583
Warning: Creating default object from empty value in /home/xxxxx/public_html/members/template/scripts/BxBaseCmtsGridAdministration.php on line 77
Warning: Creating default object from empty value in /home/xxxxxx/public_html/members/template/scripts/BxBaseCmtsGridAdministration.php on line 77
Notice: Trying to access array offset on value of type null in /home/xxxxxx /public_html/members/template/scripts/BxBaseCmtsGridAdministration.php on line 91
Notice: Trying to access array offset on value of type null in /home/xxxxxx /public_html/members/template/scripts/BxBaseCmtsGridAdministration.php on line 91
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx /public_html/members/template/scripts/BxBaseCmtsGridAdministration.php:77) in /home/xxxxxx /public_html/members/inc/classes/BxDolTemplate.php on line 3042
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx /public_html/members/template/scripts/BxBaseCmtsGridAdministration.php:77) in /home/xxxxxx /public_html/members/inc/classes/BxDolTemplate.php on line 3043
Trying to access the Manage Comments section in Dashboard I get the above. Is this a bug or did I do something wrong?
- 1578
I have added the following in head injections in order to change the color of the address bar on mobile devices but nothing changes. Whats wrong?
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/black</item>
</style>
1. I have turned off the Connect option in the permissions module, for a membership level. A user of that level can still follow back users of other levels. The only thing that disappears is the follow button on profiles.
2. When the Connect option is turned off the join button in Events disappears as well. Joining events and following people should be two different things.
Is it possible to have profile field dependencies? For example, if someone chooses "man" as a gender, there should be a separate field for choosing if he has a beard or a mustache. If the user chooses "woman" as a gender, the "mustache or beard" field vanishes and a new field appears to choose between "high heels or lipstick". Is there a way to achieve this?
- 840