Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,626 through 19,650 (of 68,969 total)
  • Author
    Search Results
  • #168949
    Scott
    Participant

    I had one more quick question. Is there a huge downside to using the template pack? I keep seeing people say to not use it because it is already basically built into BuddyPress but what other reasons are there? Has the plugin been totally removed from the WordPress repository?

    #168948
    Scott
    Participant

    I am using the Sahifa theme from themeforest. http://themeforest.net/item/sahifa-responsive-wordpress-newsmagazineblog/2819356

    I do see the css and js in the source.

    
    <link rel='stylesheet' id='bp-parent-css-css'  href='http://devlodge.dev/wp-content/themes/sahifa/buddypress/css/buddypress.css?ver=1.8' type='text/css' media='screen' />
    <script type='text/javascript' src='http://devlodge.dev/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js?ver=1.8'></script>
    

    Yes, Twenty Twelve works like it is suppose to. I am at a loss why this isn’t working. The theme developer says it isn’t made for BuddyPress so it is hard to get support from them. Unless I know what specific needs to be changed I might be able to go back to them and ask them to check it out.

    olihaslam
    Participant

    I think the problem I’m having is related to Ajax. It looks (to my newbie eyes) like the buddypress ajax request is not working for some reason.

    In Firebug I see this on the site that has the problem:

    ajaxurl
    	"https://conflictcomms.org/wp-admin/admin-ajax.php"
    	
    bp_ajax_request
    	null

    But on my other site where it appears to work correctly I see this:

    ajaxurl
    	"http://olihaslam.com/wp-admin/admin-ajax.php"
    	
    bp_ajax_request
    	Object { readyState=4, responseText="\n\n\n <div id="pag-top" c... \n </div>\n\n </div>\n\n\n", status=200, more...}

    I don’t know where to start with Ajax issues. Suggestions on where I should start learning more about this would be very kind.

    Newbie questions:
    Is Ajax be affected by my site being on https and not yet having ssl certificate set up?
    Could Ajax be interrupted by s2member?

    I’d be grateful of any pointers or advice.

    Thanks

    #168946
    @mercime
    Participant

    @junithorn what theme are you using? Non-admins can create groups in basic installation if you allow it in Settings > BuddyPress > Settings.

    #168945

    In reply to: Forums (BP and bb)

    Mike Olaski
    Participant

    I added [bbp-forum-index] to a /test/ page. That worked.

    Given the instructions on (https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/), I did the following:

    #3 -If you kept the default “forums” slug in Settings > Forums, you can create a new Page via Pages > Add New. Add Title “Forums” and insert the forums index shortcode and/or other bbPress shortcode you’ll find in the bbPress Codex then publish the new page.

    But somethings broken.

    Thanks,

    Mike

    #168939

    In reply to: BuddyPress 1.8 Issue

    GhostPool
    Participant

    I already have the following in my custom BP functions file:

    if(bp_is_active('friends'))
    		add_action('bp_member_header_actions', 'bp_add_friend_button');
    
    	if(bp_is_active('activity') && bp_activity_do_mentions())
    		add_action('bp_member_header_actions', 'bp_send_public_message_button');
    
    	if(bp_is_active('messages'))
    		add_action('bp_member_header_actions', 'bp_send_private_message_button');
    
    	// Group Buttons
    	
    	if(bp_is_active('groups')) {
    		add_action('bp_group_header_actions', 'bp_group_join_button');
    		add_action('bp_group_header_actions', 'bp_group_new_topic_button');
    		add_action('bp_directory_groups_actions', 'bp_group_join_button');
    	}

    As I say these buttons displayed in the theme in v1.7.3, they only disappear in v1.8. I think you’re right of course, it looks like a theme issue, I just cannot figure out what changed in v1.8 to stop these buttons working in my theme.

    Techknowledgic
    Participant

    I solved the registration issue. It was just a widget and I didn’t know that 😛

    anyways just one simple issue is left which is when I try to comment on any activity in a member’s profile the page directly refreshes and I can’t comment

    and I have already asked that question here but there is no answer so if you can help me here or there https://buddypress.org/support/topic/the-page-refreshes-when-i-comment-help/

    BTW, it’s not a bump but just saying that I have solved the registration issue and sharing my other problem here at the same time

    ty

    #168933
    @mercime
    Participant

    @scottwermter
    – What theme are you using?
    – Can you see buddypress.css and buddypress.js in source view of your BP site?
    – Did you check if BP Theme Compatiblity is working in your Twenty Twelve theme?

    #168932
    @mercime
    Participant

    one again the installation is still broken


    @robsimm
    My bad 🙁 I posted the link you gave in your first post, not the pastebin.com link to the one I created at http://pastebin.com/gAUN3ZWH which has the HTML structure of the BP Default theme.

    Actually I am surprised that the unchanged BP template’s HTML structure per source code you posted earlier worked with your layout in the first place. So if the above doesn’t work, try this one for buddypress.php http://pastebin.com/TvrF53DR

    #168928
    craig
    Participant

    Thanks Aces. Sorry I didn’t mention, but I actually found this previously and it didn’t seem to work.

    Any reason why that would be?

    #168927
    aces
    Participant
    bp-help
    Participant

    @craigheyworth
    Check this link out and see how it implements a profile link to the wp_nav_menu
    http://pastebin.com/HSpJNLyV
    You can see how to construct the profile link to add to the wp_nav_menu. Use the code I previously supplied to construct the links.

    craig
    Participant

    I have a will…. where’s the way? 🙂

    #168921
    meg@info
    Participant

    Hi,

    Check the version of jquery used by the theme. try to replace it by the last version.

    #168920
    whitewolf1988
    Participant

    Bump please, Thank you!

    #168919

    In reply to: BuddyPress 1.8 Issue

    shanebp
    Moderator

    In
    \buddypress.1.8\buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.php

    Find
    do_action( ‘bp_member_header_actions’ );

    If that action is not in your custom theme, the buttons will not appear.

    As always, the simple way to check is to switch your theme to the wordpress 2012 theme.
    If the buttons appear, the fault is in your custom theme.

    #168914

    In reply to: BP Groups and Forums

    Faramarz
    Participant

    The more I read, the more I understand how much I do not know about Multisites. I read something about WordPress MU Domain Mapping plugin. Is that something that I need to install to enable my sub-domain website? So far, I have only created a Wildcard in my host.

    Please note: I do not want my users to create their own websites (and sub-domains). I only want to have one main site http://example.com (I decided to get rid of www) and one Community site for BuddyPress which is: http://community.example.com

    Thanks

    #168913
    Scott
    Participant

    Some more information. I am using BuddyPress 1.8 and WordPress 3.5.2.

    I found that if I have the template pack enabled and working that if I go into the settings and check Disable BP Template Pack CSS that it breaks the theme like if I remove the template pack. So I must be missing some css in order to make my theme work with BuddyPress.

    I am currently trying to work through this but if anyone has some ideas I would certainly love to hear them.

    #168910

    In reply to: Forums (BP and bb)

    @mercime
    Participant
    Oken
    Participant

    @bphelp

    Thanks for the response! I did indeed try to disable all plugins, but no dice. I’m using a theme based off of the default buddypress theme as a child-theme.

    #168900

    In reply to: BuddyPress 1.8 Issue

    GhostPool
    Participant

    Nobody else has had the same issue? Lets try a different tact. Has there been any changes made to private message, add friend and public message buttons in 1.8?

    #168893
    DesignFirm
    Participant

    After searching a little more, I found the ‘page_arg’ argument in bp-members-template.php. The url in the file directed me to here.

    Following the example there, I changed <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘per_page=2’ ) ) : ?>

    to

    <?php if ( bp_has_members( ‘page_arg=bpage&per_page=2’ . bp_ajax_querystring( ‘members’ ) ) ) : ?>

    That did change the URL of the pagination to “http://localhost/twopointohla/bloggers-directory/?bpage=2&#8221; but clicking the second page still results in “Sorry, no members were found.”

    bp-help
    Participant

    @oken
    Try activating twenty twelve theme or bp-default and see if the issue persists. It would help if you would also supply the name of the theme. If you have plugins enabled other than BuddyPress then disable them as well so you can try to isolate if the issue is plugin or theme related.

    #168885
    writegnj
    Participant

    Having the same issue on my custom theme. It works ok on default buddypress theme but it gets error (which described above posts) on my custom theme. not really sure what am I missing.

    #168883
    robsimm
    Participant

    @mercime – thanks again for getting back to me.

    I have applied the content of http://pastebin.com/5uzN2S8a to the theme’s root folder called ‘buddypress.php’ and one again the installation is still broken :(. I.E., the content is rendered in wide only and not with sidebar my theme had with BuddyPress Template Pack installed.

Viewing 25 results - 19,626 through 19,650 (of 68,969 total)
Skip to toolbar