We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Suggestions - Friend Lists | Forum

Sergey Kambalin
Sergey Kambalin Apr 20 '15
Feel free to post suggestions here
pcemail
pcemail Oct 19 '15
Hi, can you add the friend lists option to user newsfeed that is similar to facebook? Thanks.
Dave
Dave Jul 17 '16
Hi, please consider a "multiple choice" layout in the "set access permissions to your content for other user" section that's integrated into the privacy settings panel. Having the ability to select more than one choice as currently the user can make one selection from the current drop down of your friends list, as an example if "family" is selected from "family", "close friends", "workmates", "contacts" the result is that only members in their "family" group can access images and no-one else. The reality is that most people want good control on privacy, the ability to filter their own content is essential!. For example setting photos to a multiple choice of "family" and "close friends" and not to "workmates" or "contacts"  would make more sense to the end user!!
The Forum post is edited by Dave Jul 17 '16
Darryl B Leader
Darryl B Sep 5 '16
Can the context menu be taken out of the <ul> list on the profile page, and placed inline with the other two context drop down menus "More", and "Moderation"? The current position doesn't work out well in responsive views because it winds up above the other two making the menu appear behind them. You can see below that the other context drop down menus are outside of the <ul>.

<ul class="ow_bl ow_profile_action_toolbar clearfix ow_small ow_left">

<li>

<li>

<li><div class="fl-context-w fl-context-checked ow_context_action_block clearfix ow_profile_toolbar_group ow_context_action_value_block">

</li>

</ul>

<div class="ow_context_action_block clearfix ow_profile_toolbar_group ow_context_action_value_block">

<div class="ow_context_action_block clearfix ow_profile_toolbar_group ow_context_action_value_block">


The Forum post is edited by Darryl B Sep 6 '16
TY
TY Sep 7 '16
Hi, 


Great work, amazing plugin.


Suggestion - when creating new category as regular user - I do not see support for localization. There is key, but it is not referenced for user created categories.


Thank you.


Kind regards,

TY

TY
TY Sep 7 '16
Ok. I see the logic now.


User created categories are not shared.


As a result there is no need to translate them.


Please ignore my suggestion.


All good. 


Thank you.


Kind regards,

TY


Quote from TY Hi, 


Great work, amazing plugin.


Suggestion - when creating new category as regular user - I do not see support for localization. There is key, but it is not referenced for user created categories.


Thank you.


Kind regards,

TY


Anitaku
Anitaku Sep 8 '16

Quote from Darryl B Can the context menu be taken out of the <ul> list on the profile page, and placed inline with the other two context drop down menus "More", and "Moderation"? The current position doesn't work out well in responsive views because it winds up above the other two making the menu appear behind them. You can see below that the other context drop down menus are outside of the <ul>.

<ul class="ow_bl ow_profile_action_toolbar clearfix ow_small ow_left">

<li>

<li>

<li><div class="fl-context-w fl-context-checked ow_context_action_block clearfix ow_profile_toolbar_group ow_context_action_value_block">

</li>

</ul>

<div class="ow_context_action_block clearfix ow_profile_toolbar_group ow_context_action_value_block">

<div class="ow_context_action_block clearfix ow_profile_toolbar_group ow_context_action_value_block">


 +1
Darryl B Leader
Darryl B Oct 20 '16
Found a fix to correct the issue with the drop down on the profile page. This fix will cause the friends drop down to appear in front of the "Moderation" and "More" drop down lists on smaller screens when it is expanded. It doesn't move the drop down, but it sets the z-index position of the element in a higher order, and allows you to easily navigate the drop down options. Place this in your custom css for your theme in the admin panel.

.fl-context-w.fl-context-checked {
    position: relative;
    z-index: 10;
}

This is certainly easier than trying to change the code to change the drop down list position.
The Forum post is edited by Darryl B Oct 20 '16
This topic is sticky
You do not have permission to reply this topic