Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 1,726 through 1,750 (of 2,990 total)
  • Author
    Search Results
  • #115103
    LPH2005
    Participant

    Sorry to see this thread. Here are two resources that might help you install BP and troubleshoot blank pages:

    Blank pages:
    https://codex.buddypress.org/troubleshooting/blank-pages/

    Installation
    http://www.technologyquestions.com/2011/06/22/how-to-install-buddypress-without-pain/

    @dennissmolek memory limits can be overcome in the wp-config file, too. I’m not sure what happens to wp-settings during an upgrade of WP. Is the wp-settings file potentially overwritten?

    #22673
    bloggerzoo
    Member

    In the financial section of my website, I’d like to create a group for every stock listed in the NASDAQ and every stock listed In the NYSE. I’m not much of a programmer, but I can usually hack around enough to figure out how to do what I want to do.

    Here is my thought process…

    1) upload csv file with all the company names and symbols to buddypress as a separate database.
    2) Create a script to create a group for each line in the database including uploading group avatars and creating a custom wiki page for each group.
    3) Keep the database to store stock info to be added by the group members later
    4) Create a form on the site that both creates a new group and updates the database to add new stocks later.

    Here are my questions …

    Is this even possible? Although I can’t see any hurdles, I’m not really a programmer am I missing something?

    This is going to be about 7000+ groups created. Will this create issues on the site with slow response times etc… Can buddypress even handle this many groups?

    I can’t think of a good way to upload a gravatar for each group unless I pre-crop the 7000 plus images and put those into the database before creation. This would still be very tedious. Any ideas around this problem?

    Has anyone ever mass created groups before and if so could you point me to any scripts you may have used?

    Is there a better solution than the one that I’m thinking of? Would one of you go about it a different way?

    tnd
    Member

    I’ve seen a few other topics relating to this. However, I have some further questions….
    I installed Mingle Forums and got it set up, but I can’t find it on my actual site. I know I have to edit the header.php in my child theme, but I’m not exactly sure where to find the forum url, or where to put it in the ‘header’ file.
    Any help would be greatly appreciated!

    Hugo Ashmore
    Participant

    @sbrajesh tbh when I read “into their home page” I imagined the OP might actually be using your plugin for re-direct but the post is unclear and needs clarification. It’s vital to try and get across to people how to perform basic troubleshooting so that they can come prepared in advance with the kind of detail that’s needed to help out.

    First rule of thumb is to disable plugins and return to default theme if the issue goes away then you know it’s either a custom theme or plugin issue then when the actual item has been identified questions can be addressed directly to the author or of course brought here.

    Hugo Ashmore
    Participant

    No we must establish what’s happening first, before throwing another plugin at an issue, masking the symptoms and never curing the disease. The OP’s question is not clear and raises questions about what is occurring and must be explained in greater detail.

    #114280
    Bowe
    Participant
    #114279
    blauweogen
    Participant

    For anyone else looking for getting an if statement to work, I got to work. This is from member-loop.
    `

    some text

    Here is the same for the member-header.

    some text

    `

    billzy
    Participant

    Just to update this to close all issues of this topics as I left with a question how to hide items based on navigation in profiles.

    So after applying the above solution into your links, then to section off other profile pages ie. I am on my profile page so i can see settings & messages tabs.. but on a friends page those boxes are hidden.

    To do this;

    ? php if (bp_current_user_id() == bp_loggedin_user_id()): ?
    Add content here that you only want to see in your personal http://www.domain.com/members/YOU
    ? php endif ?

    All this is asking is if the current profile page user ID # (for the table row) is equal to the logged in user (You) ID#…. That returns True or False… If the answer is True then move forward. .

    If your looking to reverse this idea and show something only on others profile pages simply add one ! …. !bp_current_user_id() that will reverse the effect.

    There …That took me ages but it will save anyone looking to become creative with their profile menu….

    Lastly, I will not be answering any questions about how to implement this, its a basic copy paste job now if you cant do that then perhaps look at other less flexible options.

    Hope this all helps…

    #22377
    LPH2005
    Participant

    Sorry to bother – but I’m stumped :(

    I am attempting to spruce up the activity stream here:

    http://www.technologyquestions.com/techstream

    I cannot seem to get the height of the subnav to match the red subnav above (showing categories). The code is probably added to the wrong div tag.

    Can someone lead me in the right direction?

    #114067
    Matt
    Member

    Thanks for the info @LPH2005. I’ve checked out the Q&A plugin from WPMU Dev and it looks great! It says on the site that it works perfectly with Buddypress, but I need to find out what that actually means? The main thing is that I need people to be able to follow each other like on Twitter rather than just receive email notifications of questions they’re following. I’ll dig a little deeper, but this all looks promising :)

    #22276
    Matt
    Member

    I’m looking to set up something similar to Quora and wondered whether Buddypress would be suited to this?

    What I’m after are the social features of Buddypress (such as follow/connections), plus Q&A features so users can ask and answer questions and also vote on the best ones. So far I’ve found plugins that do the social side, or the Q&A side, but haven’t found one yet that does both…

    Thanks.

    Scotty501
    Member

    Hi All,

    I am new to Buddypress so please be patient. I have started to play around with BP and like what I see so far. I have many questions, for which I will create seperate posts, but would like to kick off with this.

    I have created a few posts etc, but when I look at the activity page it shows up a little messy – I think due to an image size. The page is here http://www.ukushosting.com/testshop/activity/

    I did try and paste a SS but I guess you can’t do that on these forums?

    Any help greatly appreciated.

    (I just tried posting this and ironically there was a error, so if it gets posted twice please delete one of them.)

    The BP docs on Improving Performance basically say you need to implement caching, but I have not been able to find anywhere on this site (or others) a caching solution that works with BP. There are lots of posts on this subject here, but none clearly resolve the issue.

    http://codex.buddypress.org/buddypress-site-administration/improving-performance/

    On that page you link to a post “regarding proper settings,” but there are no answers there, just unanswered questions.

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/configuring-w3-total-cache-with-buddypress/

    Is it possible to cache BP? If so, what plugins should we be using and most importantly what settings should we use?

    Thanks

    #113367
    Sven Lehnert
    Participant

    Hi @johnjamesjacoby

    we are kind of new to all this… How to start? I will check out the latest version via svn. That’s fine. But how to check in? Commit? Push?
    Should I add the complete theme as .zip file on a ticket? I guess the size will be too big.
    I would like to write this patch, I’d like to start with some easy job to slowly go into all this. So the sidebar bug is an easy startup.

    @dennissmolek, i guess we can keep it update save (backwards compatible) by asking if the sidebar is already active
    https://codex.wordpress.org/Function_Reference/is_active_sidebar

    Some more newbee questions:
    Where do I add my other subjects? The sidebar was just one example of a long list we would like to discuss and write patches for.

    Should we open a ticket for every idea we’d like to change?

    Sorry, if some of the questions are already answered in other forum threads.
    Maybe it would be a good idea, to write a guide to become an active part on the project.
    Thanks for all, we are excited to start

    #113185

    In reply to: Get Logged In Username

    Brajesh Singh
    Participant

    well, In that case, some more questions will help.
    1. how do you create a buddypress page? from wordpress admin? from theme, have you added a new component as I don’t see other way to add a page in buddypress
    2. Is the page opened using wordpress/is coming inside wordpress (seems to me iT is not )
    3. Or is the page independent of wordpress, you are loading that page(php) directly inside the browser ?

    #113009
    Hugo Ashmore
    Participant

    Rather than simply bumping and waiting for someone why don’t you try a generally accepted tech forum approach of actually explaining what you are trying to do in a code sense with examples of what you have tried to date that has or hasn’t worked, this way you are more likely to get a response from developers if they can see your working, your approach and suggest ways of achieving what you want to do. Your post simply lacks any detail and begs a whole heap of questions before anyone could begin to help.

    I would also suggest you start over as few are likely to look past this many ‘bumps’ :)

    Jenny Beaumont
    Participant

    Hi folks,

    I’m new to Buddypress and have been scouring the forums trying to find the answer to the first of many questions, but to no avail:

    How can I activate existing user accounts so that they show up as members of my community? Or more to the point, how can I manage user profiles as SuperAdmin, thru the backoffice?

    I have a site that was classic WordPress with about 20 contributors. I want to implement MS+BP, but my tests are still wonky. On the members page I show up, and it seems to recognize that there are 22 members altogether, but they will not show up in the list and are not searchable. Argh! They do show up as Authors thru blog posts, and I can click on their names to bring me to their profile page. But they seem to be considered “inactive” or something like that.

    These existing users would not have filled out the mandatory BP profile info like Name, and additional fields that I’ve added (or want to add).

    Am having a hard time understanding this relationship between Member profiles and User profiles. Suggestions? Tips? Plugins? Help?!

    Merci beaucoup!
    -jennyb

    #22048
    nza2k
    Member

    Hi dear buddies,

    I don’t know if it’s the right place to post this message ? I apologize if it’s not the case.

    I am looking for a freelance developper to work on a project already started : http://www.avygeo.fr/

    I need someone who has a good knowledge of WordPress and BuddyPress.
    Currently, WordPress and a few plugins are installed. This website is a shared travel blog. It is planned to be more than that :)

    => First, the current code will have to be cleaned from some bugs.
    => Then, more services will have to be added, especially social functionalities like buddy list management, buddy news notifications, private messages, forum…
    If the core code is made, I can help to do the PHP/XHTML integration.

    Last but not least : French speaking would be highly appreciated !

    Thank you for your questions / replies

    #112384

    In reply to: missing nav-bar

    Hugo Ashmore
    Participant

    Not necessarily an easy fix with so little info to go on. Default is to show the adminbar all the time so setting ‘yes’ to hide it for logged out users isn’t going to change things for logged in users.

    Usual questions must be asked now: Are you running a custom theme? If so then can you revert to bp-default and see how that performs.

    #21828
    heinzawhtet
    Member

    I use wordpress MU and I install buddypress in secondary blog. If one user register at secondary blog, he can’t post blogs on secondary blog.
    And when he login, he reach WordPress blog’s admin page (Main Blog).

    My Questions-
    (1) I want user to post blogs on secondary blog.
    (2) I want user to post blogs on only secondary blog, not in Main Blogs.
    (3) I want to show secondary blogs’s one page when user login.

    Help

    #21770
    LPH2005
    Participant

    Has anyone tried or figured out how to have a forum topic from one specific group “elevated” or “chosen” to be made into a blog post?

    I’d love my students to be able to “ask-a-question” and have it become a forum post in a group called questions and later an admin can chose it to become a blog post.

    Any thoughts?

    #21768
    rgedit
    Member

    hi guys
    I am new to wp and bp, so I am sorry if my questions are very simple.

    I have installed wp, and love bp, but I want to know how can i make bp be part of my website, for example on bp website, its under the link of ‘Community’, I want to make a menu too that would be linked to bp on my website, but now sure how?

    Would this way, I would be able to have full theme & features of bp, with out activating bp theme on my wp-admin?

    I want to thank everyone for their support and suggestions, as I said please help me out here as I am new to wp and bp.

    thanks

    DoctorDR
    Member

    Quickest solution would be to join Buddydev and implement the ‘Global Forum’ plugin – http://buddydev.com/plugins/global-forums/

    You can see it in use on Bravesh’s own forum – http://buddydev.com/forums/

    I personally prefer forums which link to groups, since this avoids duplication of topics. The other half-way solution would be to use ‘buddypress-group-forum-extras’, https://wordpress.org/extend/plugins/buddypress-group-forum-extras/ – which would enable you to set up a group for each general forum type (i.e. support questions, introduce yourself, general chat), then pin these to remain permanently at the top of the ‘Forum Index’.

    #111689
    LPH2005
    Participant

    OK ! It’s working with the exception of the file attachments (because I removed the do_action lines) but the page now posts to the proper forum. :)

    Here is the code:

    `<?php
    /*
    Template Name: Question
    */
    ?>

    IMPORTANT: This form does not work yet.

    Please do not use this form.

    How To Ask A Great Question And Get It Answered

    Maybe you are stuck on a homework problem or do not understand a particular concept. Don’t panic. TheChemBook.com is a great place to ask your questions.
    First search to see if someone else has asked about the problem. Next, search The Chemistry Text by reading the section on the topic.
    If none of this helps, start a new topic by completing the form below.
    Start with a great headline. Avoid saying, “I’m lost” or “how do I do problem 12?”
    A great headline might be “Determining Significant Figures – Captured Zeros”
    Next, type as much detail as possible, for example, add the exact wording of the problem you are trying to answer.
    Finally, explain the problem and what you have tried.
    The more details you add then the faster someone can help you.
    Teachers are available at irregular intervals, therefore, make sure that you help others with their questions, too.


    —-

    <option value="”>

    <input type="submit" name="submit_topic" id="submit" value="” />
    <input type="button" name="submit_topic_cancel" id="submit_topic_cancel" value="” />

    <?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not create a new group? Once you have joined or created the group you can post your topic in that group’s forum.”, ‘buddypress’ ), site_url( BP_GROUPS_SLUG . ‘/create/’ ) ) ?>

    You need to <a href="”>log in or <?php printf( __( ' ‘, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?> to participate in the tutoring area.

    `

    If you see a way to enhance this template then please let me know. The file attachment plugin isn’t working with this page (nor edit a topic) so something obvious is probably missing.

    Hope this helps someone else trying to get a page with a form to post to the forums ….

    #111685
    LPH2005
    Participant

    Ugh. I feel like I’m so close to getting this to work.

    Rather than try to create a BP page, a WP page was created with a template. The template contains the following code:

    `<?php
    /*
    Template Name: Question
    */
    ?>

    How To Ask A Great Question And Get It Answered

    Maybe you are stuck on a homework problem or do not understand a particular concept. Don’t panic. TheChemBook.com is a great place to ask your questions.
    First search to see if someone else has asked about the problem. Next, search The Chemistry Text by reading the section on the topic.
    If none of this helps, start a new topic by completing the form below.
    Start with a great headline. Avoid saying, “I’m lost” or “how do I do problem 12?”
    A great headline might be “Determining Significant Figures – Captured Zeros”
    Next, type as much detail as possible, for example, add the exact wording of the problem you are trying to answer.
    Finally, explain the problem and what you have tried.
    The more details you add then the faster someone can help you.
    Teachers are available at irregular intervals, therefore, make sure that you help others with their questions, too.


    —-

    <option value="”>

    <input type="submit" name="submit_topic" id="submit" value="” />
    <input type="button" name="submit_topic_cancel" id="submit_topic_cancel" value="” />

    <?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not create a new group? Once you have joined or created the group you can post your topic in that group’s forum.”, ‘buddypress’ ), site_url( BP_GROUPS_SLUG . ‘/create/’ ) ) ?>

    `

    Now – the header has gone wild on the whole site, the buttons at the top right disappear on the WP page for ask-a-question, and NO submit button is showing when logged into the site.

    Link: http://www.thechembook.com/ask-a-question/

    Any thoughts on what is wrong with the code?

    Update: Looking at the source after the page loads – the form is not completing; that is, no `` is being served.

Viewing 25 results - 1,726 through 1,750 (of 2,990 total)
Skip to toolbar