Forum Replies Created

Viewing 15 replies - 61 through 75 (of 205 total)
  • Thread Starter Georgio

    (@georgio-1)

    It’s a very good suggestion and I will add it in next update.

    Thank you!

    Here is another approach for your plan:

    You should explore the reasons a site admin would like to do something like that. Then it will become easier to find solutions. Example of criterions:

    1. Time-based, ex: “Users can create a gallery x days after registration.”
    2. Category-based: Let the site admin create a list of categories in the dashboard for ex: artists, students, managers etc. When a user clicks to create a gallery, they will be presented with a drop-down list with the categories they must choose from. The category should be shown at the top of each gallery. This will discourage users to use categories in order to upload unrelated stuff.
    3. Plugin-based, ex: bbpress (Only users with x posts can create a gallery) or Anspress (Only users with reputation 1000 can create a gallery) etc.
    4.Role based, ex: “Only contributors and higher can create a gallery.”
    5. Case-based. You add a checkbox in the userlist in the dashboard, where the site admin can check who can create.
    6. Flag-based, ex: All users have permission to create galleries but they can be moderated or even blocked from creation if their galleries are flagged x times.

    Once a user becomes a group admin, they can check (or not) a checkbox under “Enable Gallery” to allow (or not) members to upload. Alternatively, you can add a checkbox in the group memberlist for the group admin to check who can do what.

    I think also that a gallery creator should be able to allow/disallow commenting for their galleries.

    Regards

    Thread Starter Georgio

    (@georgio-1)

    In my case, totally preventing group members from creating/uploading is good as well.

    Thread Starter Georgio

    (@georgio-1)

    I removed the prefs.js of firefox and restarted it and now the videochat works fine.

    Have a nice day, Meitar, and thanks for your time!

    Thread Starter Georgio

    (@georgio-1)

    Like I said earlier, it would be helpful if you wrote up a more detailed bug report. I do not understand what problem your having because you haven’t clearly explained under what conditions and with what results you’re experiencing a problem.

    Sorry, I was not clear. There was not a kind of blame in my words. I really consider that if the videochat works at least with one browser (Chromium in my case), this means that there is no bug. I didn’t give more explanations, because I didn’t want to bother you with my firefox problem. It is my own problem to find what goes wrong with that browser. Your videochat feature is OK.

    Now about the map:

    The icons Buoy uses for responder markers on the map is that user account’s Gravatar.

    The icon for a given responder is a scaled-down version of the avatar they uploaded in their user profile.

    (wiki)

    These two quotes don’t say the same thing. If you read the wiki you expect that uploaded avatars (from a computer) should appear on the map, but it is not the case. They appear only if you use Gravatar. So it was not clear to me.

    My suggestion is to force Buoy to get uploaded avatars as well, because most users don’t use Gravatar.

    Here is a screenshot to show the situation described in this thread:
    screenshot

    Thread Starter Georgio

    (@georgio-1)

    Since Buoy works with Chromium, it is not a buoy’s bug. (Well, it is not javascript. I totally removed noscript and the problem persists. But now it is my own business to resolve the problem).

    One question: Buoy doesn’t show avatars on the map (not even with Chromium), but generic icons instead. Is it expected to show avatars at this stage of development or is it a feature not fully developed yet ?

    • This reply was modified 8 years, 5 months ago by Georgio.
    Thread Starter Georgio

    (@georgio-1)

    There is a problem with firefox. Difficult to determine the cause, but I guess it is related to the extension Noscript which manages javascripts and other objects. I had the idea to test with Chromium and both map and videochat work.

    Well, the map never worked perfectly. It can’t find my address and it shows instead an establishment of my ISP which is a kilometer away from me. I don’t think you can do something for this ??

    But I think that the lack of streetview is a serious problem. Imagine that a person needs help and you can be there in five minutes but you need another ten minutes to find a place to park your car, because you don’t have a visual idea of the place.

    Integration with buddypress notification system is a good idea.If you surf on the site and a friend needs help, you will be notified immediately.

    Thread Starter Georgio

    (@georgio-1)

    It doesn’t work and it couldn’t. Categories are set by the admin, so in the event form (add/edit an event) there is a multiselect area a user can choose from, while Tags are created by the user and, with the time, they can become many hundreds. So a text input is needed instead of a multiselect thing.

    When I tested, a multiselect area was created that didn’t include the tags I had created in the admin area and it created also a bug: the booking part of the form disappeared and the sidebar of my site as well. So it needs the correct code but I am not a developer.

    As buddypress has 200,000 installations and a frontend which manages everything, I think it is a good idea to add this feature in the future.

    Have a nice day!

    Thread Starter Georgio

    (@georgio-1)

    Thanks for your response.

    To do that you’d need to create a custom version of this template:
    /events-manager/templates/forms/event-editor.php

    In the above file, I tried to imitate the attributes/categories pattern without success, because I don’t know which tag template to call:

    <div class="event-extra-details">
     <?php if(get_option('dbem_attributes_enabled')) { em_locate_template('forms/event/attributes-public.php',true); }  ?>
     <?php if(get_option('dbem_categories_enabled')) { em_locate_template('forms/event/categories-public.php',true); }  ?>
     <?php if(get_option('dbem_tags_enabled')) { em_locate_template('???????.php',true); }  ?>
    </div>
    

    Any help?

    • This reply was modified 8 years, 5 months ago by Georgio.

    Can you guys give us a step-by-step to recreating the problem? Thanks.

    -Buddypress Group > Manage > Extras > General

    You’ll see a page with two components: Extras (for creating fields) and Pages (for creating pages)

    -Skip Extras and go to Pages. Check to display it (that helps to add an item on the menubar) and save.

    [No Need to rename it or making it Home page (that’s an option, not mandatory.]

    -Create a page and try to view it.

    If Events Manager is activated, you see no menu item and no page.

    ___________________________________________

    @venutius Plugin Organizer > Plugin Filters > Add Plugin Filter

    Name: (give a name to the filter)
    Permalink: https://MySite.com/groups/NameOfTheGroup/gpages/
    Also affect children: chech it

    Scroll down to the list of the plugins and deactivate Events Manager

    That fixes the problem for that group, not for all groups…

    _______________________________________________

    @slaffik (the Group Extras developer) Hi Slaffik, please see the present thread in case your plugin is implied in this problem…

    Thanks for this excellent plugin. Just to mention I have the same problem…

    @venutius I use Plugin Organizer as a temporary workaround to deactivate Events Manager on Group Extras pages. That allows Group Extras to work but when you are on an Group Extras page, the Events manager navlink disappears from the menubar since Events Manager is totally deactivated on that page.
    _______________
    WP 4.6.0
    EM 5.6.6.1
    G Extras 3.6.9

    Thread Starter Georgio

    (@georgio-1)

    Merci beaucoup !

    Thread Starter Georgio

    (@georgio-1)

    I just sent a password to your email

    All is OK now. Thanks!

    And if you want to be an editor of french language lemme know

    I can help occasionally by translating some strings, but I cannot really be an “official” editor, because the french language is verbose and usually the translated strings are long. So I truncate them to meet my needs, but I cannot do that with an official translation. For example, if you have a button with label “Ask”, in french you will have a long button with label “Poser une question”. So I truncated it to just “Question”
    You know, with a verbose language and mobiles in mind (need to save space), I am truncating all the time… But you cannot impose your customizations on others.

    Just for info, I went to glotpress and translated one word to see how it works. When I have time I will contribute some NON CONTROVERSIAL strings…

    Thread Starter Georgio

    (@georgio-1)

    Hi!
    I sent an email to your support email address.
    Regards

    Thread Starter Georgio

    (@georgio-1)

    Well, I saw nothing about .atwho-view (and company) in the plugin’s css file and I added some customizations about this element which corrected somehow the problem, but it is not really perfect as I am not an expert in css. If you could do something about this in the next version it would be welcomed. It is a plugin with great potential. Thanks again!

Viewing 15 replies - 61 through 75 (of 205 total)