Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 376 through 400 (of 2,990 total)
  • Author
    Search Results
  • #259309

    In reply to: Who’s Online Widget

    tronix-ex
    Participant

    Well I appreciate your quick responses over my questions but I have to find a way because its my client requirements.

    Could you help me in these items please?

    1. how to get the total number of current online users?
    2. I need to add auto refresh on the current online users list
    3. how to get the last activity date of each current online user?

    Thanks again,

    #259308

    In reply to: Who’s Online Widget

    danbp
    Participant

    I have no real idea for this. You have to code that as nothing ready to use exist. Similar question here.
    Note also that BP pages are dynamic, so what ever you can built won’t, imo never, be exact.

    Ie. user A is on a profile activity and another is on members directory. What would you get ? At best, only the /members/ page… that is a bit vague, no ? And who cares, outside evtl. you ?

    Note also that the nav history is browser territory, and that each client has different settings, even deactivated history, so you can’t really trust user’s history…

    My recommandation would be: don’t loose your time trying to do this. BP let members know about there activities, focus on this and encourage it, instead of tracking there navigation. 😉

    dphelun
    Participant

    Hi pressers , accept my apologies if this has been discussed already .

    I am about buying a premium buddypress theme, and i have a few questions i will appreciate if someone out there points me to the right direction .

    My target is to have buddypress plugin installed with a few target users. Also i plan to add a “Job Board” plugin and possibly an instant messenger plugin to the same theme.Not very sure how this is going to play out . Anyway

    1. Can I do this ?
    2. What is the disadvantages with such setup ?
    3. Will buddypress happily integrate with other theme as mentioned above ?

    Please any sincere response will be useful and appreciated .

    Warmest Regards
    dphelun

    #259299
    danbp
    Participant

    Hi,

    you are on the BuddyPress support.
    bbpress questions should be asked on bbpress support.
    And as you use Loco Translate plugin, and apparently have an issue with it, you have to ask on the LT plugin support.

    To get more about chinese translation, help and much more, please read the Polyglots blog.

    #259212
    danbp
    Participant

    Hi,

    color scheme’s are usually defined by the theme. Positioning elements needs some ID’s or class correctly defined and a medium knowledge for HTML & CSS handling.

    if you create a child theme, you can change a lot of things related to BuddyPress, including CSS.

    Read through the theme guidelines on BP Codex to get a general overview and check also the documentation of your theme.

    Unfortunately, you use a premium theme and, as we have no access to his code, we can’t assist you more for it. Any questions related to it should be asked on your theme support.

    But don’t hesitate to search the BuddyPress forum using keywords like css, template and so on…

    #259163
    Jon Fergus
    Participant

    This is what I’m looking for: when a user clicks “reply” under an existing reply in a topic, the reply-box will appear directly beneath that reply.

    Here’s an example discussion on our site: nexus.universaltheosophy.com/groups/key-concepts-study-group/forum/topic/theosophical-tenets-karma/ [MOD EDIT: deactivated the link as the site show the comment form only to loggedin users]

    When a user clicks “reply” the page reloads and the user is brought to the bottom of the page, where the reply-box is located.

    This is an example of what we want: highexistence.com/topic/what-is-your-philosophy-of-life-in-3-sentences/ [MOD EDIT: deactivated the link as the site show the comment form only to loggedin users]

    You’ll see here that when you click reply, the reply-box accordions into place right then and there. No page reload, no scrolling down. Really want that functionality, but not sure where to start.

    Here are two other support questions on this topic, for reference:

    https://buddydev.com/support/forums/topic/show-bbpress-reply-form-beneath-each-reply/

    Customizing "Reply To Topic" Area

    Any help with this would be much appreciated!

    #259105
    metalhead
    Participant

    Hello,

    I have a few questions about Buddypress, themes, and child themes.

    Is a Buddypress theme something seperate from a WordPress theme? My understanding, is that a Buddypress theme is simply a WordPress theme, which is optimized for Buddypress. Is this correct?

    My next question:
    I have modified REGISTER.PHP, and I realize that whenever there is a Buddypress upgrade, my changes will be lost. This file is located in this folder:

    public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members

    Sometimes, I like to make changes to strings of text in other php files as well.

    Can I, and how can I use a child theme to protect my changes?

    Thanks in advance!

    #258878
    ngiderin
    Participant

    Hi @shanebp, thank you for creating an awesome plugin and responding.

    We are so impressed looking up into WC Vendors Map and we are now getting interested to apply WC Vendors Map.
    We see that the store are already embedded into the pop-up window, and when we click on them, the shop and products are shown promptly, which we really like.
    Yet there are still some lingering questions:

    1. Can WC Vendors Map displays the vendor’s current location automatically?
    Our vendors are very mobile, we would love to enable them to update their current location easily.

    2. We are going to display vendors by their roles (category), would WC Vendors Map able to sort which category (vendor roles) are on display?
    This is the main thing that made us choose Geo My Wp (for their Exclude Members add-on).

    3. Can the vendor set the time when they would be showing on the map based on their working hours (whether they are on business or OFF business)?
    We are concerned of the density (over-crowding) of map markers on the map displayed.

    Could you please answer us by the order of the numbers above, we are hoping that WC Vendors Map can be the solution.

    If no, is there any suggestion that you may advise us to accomplished the points above, whether they are plugins or add-ons.

    We are looking forward to hearing from you @shanebp, thank you for your time and advice.

    #258752
    ico33
    Participant

    Hi,

    i can’t understand how to solve this 3 questions. I am not expert, i’m not a programmer and I can’t use code.

    1) Logout: when a user logs out from a private page (message, for example) using the Buddypress-Access-Widget, it says “404 error page not found”. It’s obvious. How can i redirect the logout to the Home Page, solving the problem? Is there a solution without using code?

    2) Lost password: in Buddypress Access Widget you can Log-In and Register. No more. If you put a wrong password, the user is redirect to wp-login and this “loses” my site’s look, because it goes to a WordPress branded page. Is there a solution?

    #258672

    In reply to: activity primary key

    danbp
    Participant

    Hi,

    a mysql error has nothing to do with BuddyPress.
    #1062 – duplicate entry ‘190’
    Normally you re-import datas in empty tables when you restore. In your case it seems that an entry with an ID ‘190’ was already in bp_activities table…

    More details here
    http://stackoverflow.com/questions/29545733/error-1062-duplicate-entry-in-mysql

    http://www.w3resource.com/mysql/administration-tools/phpmyadmin-tutorial.php

    #258624
    claudiosinopoli
    Participant

    Hi danbp!
    Thanks for your prompt reply.

    Replying your questions:
    – Yes, group creation is allowed for all users
    – Yes, it works in the usermenu

    You can visit my website at http://www.claudiosinopoli.com/sinergy/ and login with the following
    user: aldo
    pwd: aldo

    As you can see if you are in the page http://www.claudiosinopoli.com/sinergy/groups/ you get the button but when you are in http://www.claudiosinopoli.com/sinergy/members/aldo/groups/ the button is missing.

    The same is happening with the Twenty-Sixteen (see HERE)

    If required I can give you admin access.

    #258617
    ilGhera
    Participant

    Hi. In my project I have an Ajax function that reorganizes the activities.
    Everything is working well except the oembed content, like YouTube videos, that are not embedded as expected.
    I found this post that describe the same situation, but talking about WordPress posts.
    http://wordpress.stackexchange.com/questions/175418/wordpress-embeds-in-ajax-inserted-content
    Any suggestion will be appreciate.
    Thanks.

    #258514
    kmligue
    Participant

    I posted the same issue in stackexchange(http://wordpress.stackexchange.com/questions/238330/wp-embed-register-handler-not-working/). Any idea why it’s not working in activity page?

    #258513

    Topic: NING MIGRATION

    in group forum Installing BuddyPress
    webspecials
    Participant

    Hello,
    I run a small community (50 members) for a non-profit organization. I am paying for the service myself as the service is free of charge.

    I am looking at migrating my community to a self-hosted system. I have no technical skills so I need you guys to do all the work 🙂

    I have a few questions

    1. Will the BuddyPress be able to offer similar features (video player, music player, groups, forums, members’ pages etc)?
    2. Will you be able to import all of the current community’s data?
    3. What is the estimated cost and time factor involved?
    4. Once the work is done will you offer support to deal with initial technical problems?

    NING have recently doubled their charges and I know there are a lot of NING communities wanting to migrate but most community administrators have no technical skills so we are well and truly stuck.

    Thank you in advance for your help

    Alex

    #258486
    andreedholm
    Participant

    Hello!

    I’m currently working on a idea for a online diary. Where you can answer questions and write down thoughts and this will be saved and stored for the future. All this need to go against the social trend of today and be totally private.

    I need my members to be able to register to the site and contribute to their diary while not being able to be seen, contacted or such. Is this possible with BuddyPress?

    Sincerely

    #258073
    mynde
    Participant

    Hello wodpress gurus!, a fellow wordpress newbie here . I have a couple of quick questions , i couldnt figure it out in couple of days, so frustration is kicking in, maby you could help and clear some things up! Thank you in advance!
    1. I’m now sure what is the best option to translate a website, not posts, just different menu textst and different plugin text by user choise or by locale.
    I’v tried setting up multisite, but it really is a big fuss, since i need, 4 different languages , so creating 4 different sites and managing every pages widget etc. seems a big deal.
    2. Would it be possible having 4 sites, and 1 main site , from wich you can manage all other sites behaviour, for example (A- main site) if i add a widget in site A , then a widget adds in site B,C,D .
    Thats it ! Thank you very mutch for assitance, and sorry for poor english.

    #257943
    danbp
    Participant

    Haven’t you found that plugin ?

    Introducing BP Group Activities Notifier plugin for BuddyPress

    Don’t omit to read the comments too. They’re several questions who can interest you.

    #257812

    In reply to: Register LABEL

    danbp
    Participant

    Hi,
    have you done this ?

    – create a new field
    – enter Birthday as title
    – give a description
    – Under Type section, select date selector
    – save

    When you’re on a profile’s edit page, you should see
    – title
    – date selector (day, mounth, year)
    – This field can be seen by:….
    – the field description

    If you highlight the whole and check his source code, you would see something like:

    <fieldset class="datebox">
    
    	<legend>Birthday</legend>
    
    	<div class="input-options datebox-selects">		
    		<label for="field_xx_day" class="bp-screen-reader-text">Select day</label>
    		<select id="field_xx_day" name="field_xx_day">
    			<option value="">----</option>
    		<label for="field_xx_month" class="bp-screen-reader-text">Select month</label>
    		<select id="field_xx_month" name="field_xx_month">
    			<option value="">----</option>
    		<label for="field_xx_year" class="bp-screen-reader-text">Select year</label>
    		<select id="field_xx_year" name="field_xx_year">
    			<option value="">----</option>
    	</div>
    </fieldset>

    If you can read this code but don’t see it’s ouput on your theme, you have to find which CSS rule is handling the labels.

    Could be a simple contrast issue or something omitted somewhere.
    To get sure of this, try first with one of Twenty’s theme.

    And if possible, answer the questions you already received from Paul and give some details about your install: used theme and plugins at least.

    danbp
    Participant

    Yes, that was already clear. But what about the other questions ?

    #257542
    wpsoul
    Participant

    Please, add autocomplete=”off” to select elements in Xprofiles, because Firefox doesn’t show selected element without it.

    http://stackoverflow.com/questions/4831848/firefox-ignores-option-selected-selected

    #257261
    ronashman
    Participant

    WP 4.5.3
    BP 2.6
    Using UX theme. Issues still occur with the Twenty Sixteen theme.

    Hi,

    I have 2 questions about CSS and I haven’t found the list I am looking for.

    1) Could someone please tell me which is the CSS code I should use to show the hint or field description next to the field name? Or at least very close to the field, below it.

    2) I have a problem with the password meter. It shows too close to the field and moves the one below it (confirm field). Can I disable completely the password meter? Or at least move it somewhere else? Besides it meters ridiculously, eg. “th1sisaPassw0rd!” shows as very weak.

    3) The first field of the groups is shorter than the other ones. What could be causing this?

    I deleted all CSS styles and this happens anyway.

    Thanks in advance!

    #257081
    Henry Wright
    Moderator

    Forum topics are a bbPress thing. If you have questions related to those, bbPress is the best place:

    https://bbpress.org/forums/

    #257080
    Aluarth
    Participant

    Hi!

    We’re migrating from IPB to Buddypress and now I’ve got some questions. With IPB we had the possibility to attach different rights to certain topics/forums. For example: we got a crew-forum, with all kind of topics in it. These topics and forum are only visible for crewmembers, ‘normal’ members can’t see this topics. Is there a way to manage this in Buddypress? Maybe with a plugin or something?

    Thank you very much!

    Greetings,
    Aluarth

    #256995

    In reply to: Profile Print

    r-a-y
    Keymaster

    You’d have to add a custom “Print” button in your template. Or perhaps you could use a WordPress plugin.

    If you go the custom code route, here’s an article that might help:
    http://stackoverflow.com/questions/16894683/how-to-print-html-content-on-click-of-a-button-but-not-the-page

    #256967
    khappamj
    Participant

    Hi everybody,

    i just installed BuddyPress but after installation I got disappointed! The templates and the look of this plugin by default is terrible!
    And also it is not Ajax optimized, every pages got refreshed!!

    Now, my questions are:
    what are the templates files?
    Is there a way to make it more dynamic?

    Thank you very much

Viewing 25 results - 376 through 400 (of 2,990 total)
Skip to toolbar