Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 1,326 through 1,350 (of 2,230 total)
  • Author
    Search Results
  • futurepacer
    Member

    Hi
    Answered my own questions and am now successfully using the plugin: Buddypress Auto Group Join
    Thank you Scott Hair, plugin creator
    :-))
    JOhn

    Aliceembroid
    Participant

    Is there a way to minimize the comments. I would like my activity stream t show only the update until someone chooses to read more and then read the comments. I can’t seem to find anyway to do this. I am sure there is an answer but I think maybe I am not asking the right questions.
    here is my site so people can see what I am on about.
    http://eembroiderydesigns.com/social/

    #108202
    imjscn
    Participant

    It is compatible with shared.
    The missed out stuffs — for example, APC. We can’t install APC on shared hosting. Even if PHP next version include APC as default extention, it will depends on the hosting site enable it or not. Without APC or other caching software, the best of W3TC’s performence has no chance to show.
    For the rest of W3TC’s functions, such as minify, loading js,css, CDN, I prefer to do it manually by myself, because I will have more control on it and it’s easier to know where’s the problem if any.
    I feel a bit lost at your questions of “How to pilot”.

    #107690
    Virtuali
    Participant

    Looks like your manual install is broken.

    Try upgrading to 1.2.8, it will give you a fresh install of the plugin. If it does not fix it, delete buddypress, and download 1.2.7 again if you wish.

    If the error does not go away once you upgrade, I’ll ask you further questions.

    #107673

    In reply to: Need Plugins

    Virtuali
    Participant

    Post a bump in your questions, I will be glad to help out. Sorry for missing them, I try me best not to :)

    #107616
    linusf
    Participant

    @hnla no worries, I’m just happy someone replies to my “newb” questions.

    As it turns out it was my bp-custom file that messed up the forums. I will take a look on what i have put in there and if there’s anything of value to share.

    regards

    pcwriter
    Participant

    Your questions are targeting too many topics for a single post. There’s no way anyone can reply and get a helpful discussion going without leading to complete confusion on everything. Please post your questions again, this time splitting them into individual topics.

    #107588
    Virtuali
    Participant

    Thank you for providing us with the support questions! :) it really helps us solve your issue.

    Since you say that the links redirect to the homepage, it means the files are not there/not in the right place.

    Do you have a child theme, or buddypress template pack installed? Or do you have default theme?

    modemlooper
    Moderator

    Got a back and forth convo of reviewers that’s quit comical. They did approve. I think BuddyPress should be an exception but at the same time must use all BuddyPress functions / components and of course pass WordPress theme scan.

    The child theme they are questioning is just a CSS file one page template and a funtions file. That should pass 100% but they scan it and it fails 99% because they are scanning against WordPress not BuddyPress

    How big is BP? Should it have it’s on theme section in the repo or will the requirement be that it will work as WP theme when BP is switched off? Do we as a community need our own site for free BP child themes? These questions and many more when we come back from this commercial break. :)

    Reviewers requirements for bp-default:

    `REQUIRED: No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
    REQUIRED: Could not find post_class. See: post_class <div id="post-” >
    REQUIRED: Could not find comment_form. See: comment_form
    REQUIRED: Could not find add_theme_support( ‘automatic-feed-links’ ). See: add_theme_support
    REQUIRED: options.php. Themes should use add_theme_page() for adding admin pages.
    Line 5: add_action( ‘admin_menu’, array( ‘Bp_Dtheme_Options_Page’, ‘add_options_page’ ) );Line 8: function add_options_page() {
    REQUIRED: get_the_author_email found in the file search.php. Deprecated since version 2.8. Use get_the_author_meta(’email’) instead.
    Line 28:
    REQUIRED: get_the_attachment_link found in the file attachment.php. Deprecated since version 2.5. Use wp_get_attachment_link() instead.
    Line 15: ID, true, array(450, 800)); This also pop

    REQUIRED: get_links_list found in the file links.php. Deprecated since version 2.1. Use wp_list_bookmarks() instead.
    Line 19:
    REQUIRED: delete_usermeta found in the file ajax.php. Deprecated since version 3.0. Use delete_user_meta() instead.
    Line 95: delete_usermeta( $bp->loggedin_user->id, ‘bp_new_mention_count’ );
    REQUIRED: .gallery-caption css class is needed in your theme css.`

    #107317

    In reply to: need plugin

    Virtuali
    Participant

    1st. This is a Buddypress support forum only, not questions about wordpress plugins.

    2. There are many plugins out there that would fit your taste, you must go searching for the right one, not us.

    3. Don’t bump posts more than once every 24 hours.

    #107219

    In reply to: HELP!!!

    Hugo Ashmore
    Participant

    So why after Boone asked you not to @mention everyone under the sun do you go and do it again? and I have remarked on this on another thread, do stop it and for a little light bedtime reading please have a look at this RFC on forum, list, board nettiquette for guidance

    http://www.catb.org/~esr/faqs/smart-questions.html

    #107032
    Hugo Ashmore
    Participant

    Not a bad idea, not sure though that it would be that easy to add another support forum. I can see arguments against as well as for, it would need discussing a little further.

    r-a-y
    Keymaster

    Try BP-Media:
    https://buddypress.org/community/groups/bp-album/

    There’s also a paid plugin for this as well:
    http://buddydev.com/plugins/bp-gallery/

    As for members list, you’ll have to either use a plugin or code something that restricts access to that as by default, everything is open to the public.

    And regarding a forum for signed-in members, currently BuddyPress uses a concept called “Groups” (much similar to Facebook’s fan pages). Forums can be enabled on a per-group basis, and groups can be public, private or hidden.

    Hope that answers your questions for the most part!

    #106642

    Thanks Modemlooper (smiling as I consider your handle, btw)

    I’ll have a look at the pieces of code you’ve referenced and come back with my questions and/or results.

    #106516
    austinfav
    Member

    I was looking EVERYWHERE for the same thing and nobody would answer my questions. I finally found out how to accomplish adding a tab to the nav bar.

    Paste this code into your bp-custom.php file located in your “plugin” directory:

    function my_test_setup_nav() {
    global $bp;
    bp_core_new_nav_item( array( ‘name’ => __( ‘test’ ), ‘slug’ => ‘test’, ‘parent_url’ => $bp->loggedin_user->domain . $bp->slug . ‘/’, ‘parent_slug’ => $bp->slug, ‘screen_function’ => ‘my_profile_page_function_to_show_screen’, ‘position’ => 40 ) );

    bp_core_new_subnav_item( array( ‘name’ => __( ‘Home’ ), ‘slug’ => ‘test_sub’, ‘parent_url’ => $bp->loggedin_user->domain . $bp->slug . ‘/’, ‘parent_slug’ => $bp->slug, ‘parent_slug’ => $bp->slug, ‘screen_function’ => ‘my_profile_page_function_to_show_screen’, ‘position’ => 20, ‘item_css_id’ => ‘test_activity’ ) );

    function my_profile_page_function_to_show_screen() {

    //add title and content here – last is to call the members plugin.php template
    add_action( ‘bp_template_title’, ‘my_profile_page_function_to_show_screen_title’ );
    add_action( ‘bp_template_content’, ‘my_profile_page_function_to_show_screen_content’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );
    }
    function my_profile_page_function_to_show_screen_title() {
    echo ‘something’;
    }
    function my_profile_page_function_to_show_screen_content() {

    echo ‘weee content’;

    }
    }
    add_action( ‘bp_setup_nav’, ‘my_test_setup_nav’ );

    This will add a button into the nav bar named “test” which redirects back to the profile page. It would only take a bit more tweaking to get it to display the page you want. Hope this helps.

    #106009
    pcwriter
    Participant

    @ssmith2

    Please start a new thread and repost your support question rather than hijacking someone elses thread. Supplying answers to 2 unrelated questions can only lead to confusion. ;-)

    #105889
    finni3
    Participant

    @Chaotic_Cannon, I believe @hnla meant that you could continue the thread here instead of the wp forum as @mercime frequents this forum as well as the wp forum, and this is a more suitable place to talk about your questions related to buddypress. It would be easier for mercime and all involved in this thread to follow the conversation. ;) No reason to get defensive.

    When you say you like the other forum plugins better, is that because buddypress forums are tied to groups? If so, you may want to check out this plugin which makes the forums standalone ala vbulletin (“normal forums”) etc:
    http://buddydev.com/buddypress/introducing-global-sitewide-forums-plugin-for-buddypress/ For a demo, check out the sites forum.

    Other then that it is possible to integrate the max theme with bp template pack. You could have your friend check that out.

    Buddypress is more advanced than e.g. wp-symposium, but it is not really an out-of-the-box solution. Most likely you need help from a coder friend or you´d need to hire some to help with your customizations.

    #105814

    I asked the question in another forum, Mercime suggested I come here and post.

    I did that, and then Mercime was the one that double posted a reference link here and in the WP forum so people can see that this is an ongoing topic covering both WP and BP compatibilities and questions. I simply let people know here that there was more info posted in the other forum about this question and then I had a question specifically for Paul who makes a BP plugin(s) and obviously uses these forums more often than the WP forums.

    So dont single me out for doing something when there is actually 1 person that has been willing to help me out on 1 site forums and another 1 here, and me trying to make sure everyone is kept in the loop. I am sure there are people that frequent here and not WP forums, and vice versa.

    I am a director for an established site that has over 50,000 hits a day and I can safely say it is bad board etiquette to single out people on forums when they are simply asking for help. It shows that a community is more willing to bash people than help them and will ensure that people will stop asking questions for help.

    #105785
    Hugo Ashmore
    Participant

    @Chaotic_Cannon You are forcing mercime to follow and respond to two threads on the same topic while trying to get you to focus on one; note the links posted! Please stop this :) it’s bad board nettiquette, choose one thread (likely this one given the direction of the questions) and stick to it.

    #105762
    javy
    Member

    This seems like the place to go with questions about the forum, so here goes:

    I can’t get to the forum directory. If a user tries to go to http://www.intennis.com/forums they are redirected to the homepage. If I go to a group page and then click on forum from within the group I can see my test post (http://www.intennis.com/groups/forum-test/forum/ as an example). But the main /forum directory doesn’t work. Does anyone have any idea of what may be broken?

    #105403
    berseck
    Member

    My bad

    Because I added this code to functions.php and wp-config.php
    and didn’t work…

    But I changed some stuff and now its working

    And now its working
    Thank’s guys and sorry for the dummy questions

    I already changed alot of stuff on buddypress core to make my site works how it supposed to work
    But thanks for everything

    pluggyboy
    Member

    I had the same problem with jcarousel and buddypress, and paid a few dollars over at wpquestions to get the fix, which involved editing a line of code in a buddypress js file which handles easing. The full answer is here if anyone else gets stuck: http://wpquestions.com/question/show/id/1615

    hth

    #104727
    xXDarkie
    Member

    Nothing like wp_ajax_hook on my code… the code just loaded pages with javascript, no ajax was used there, ajax was just some side cool think like “send a message without refreshing” and super-easy things like that.
    Anyhow my suggestion was just to try and watch what happens on that sort of things, I wasn’t actually asking for a new template, that’s just how I have things going and how the problem arose. :)

    #104711
    Boone Gorges
    Keymaster

    Ah, yeah, if you are trying to access things in an ajaxy way, and you’re not hooking into WP in the right way, you might hit some problems because BP and other plugins might not be fully loaded. Were you using a wp_ajax_ hook? Generally speaking, you can’t simply include BP files manually and have things work properly – all of WP needs to be loaded. https://codex.wordpress.org/AJAX_in_Plugins#Ajax_on_the_Viewer-Facing_Side

    I’m not sure I entirely understand your suggestion about an additional template. If you have even a rough sense of what such a thing might look like, I invite you to work up a patch (even a super sketchy one) and post it as an enhancement ticket on trac.buddypress.org (with your buddypress.org user/pass).

    #104709
    xXDarkie
    Member

    Sadly it’s not something I can decide to share, it’s a work and I don’t really feel like asking this thing.
    Anyhow the problem I believe was that if I accessed the variables from index everything was fine, friends were found, etc. The problem is that by the means of a javascript slider I use to import pages that then executed the code… maybe this was puzzling some of the very basic variables of wordpress and returned bad results.

    What can I suggest to you as developers it to try to implement a custom template (even a simple page that uses the wordpress variables) and on top of that implement some javascript that loads another php page on top of the index (no page reloading) that uses again the wordpress variables… this I think would arise the error again. I think this is a major bug and should be documented / resolved, but it’s up to you ;).
    Thanks again for the support. I really appreciated that.

Viewing 25 results - 1,326 through 1,350 (of 2,230 total)
Skip to toolbar