Search Results for 'buddypress'
-
AuthorSearch Results
-
July 28, 2013 at 2:57 pm #168949
In reply to: [Resolved] Theme compatibility issue
Scott
ParticipantI 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?
July 28, 2013 at 2:44 pm #168948In reply to: [Resolved] Theme compatibility issue
Scott
ParticipantI 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.
July 28, 2013 at 1:17 pm #168947olihaslam
ParticipantI 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 nullBut 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
July 28, 2013 at 12:12 pm #168946In reply to: No "buddypress" in Theme Options
@mercime
Participant@junithorn what theme are you using? Non-admins can create groups in basic installation if you allow it in Settings > BuddyPress > Settings.
July 28, 2013 at 11:56 am #168945In reply to: Forums (BP and bb)
Mike Olaski
ParticipantI 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
July 28, 2013 at 11:19 am #168939In reply to: BuddyPress 1.8 Issue
GhostPool
ParticipantI 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.
July 28, 2013 at 10:57 am #168938Techknowledgic
ParticipantI 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
July 28, 2013 at 6:12 am #168933In reply to: [Resolved] Theme compatibility issue
@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?July 28, 2013 at 6:04 am #168932In reply to: Theme compatibility issue
@mercime
Participantone 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
July 28, 2013 at 2:28 am #168928In reply to: S2Member and Buddypress integration
craig
ParticipantThanks 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?
July 28, 2013 at 1:57 am #168927In reply to: S2Member and Buddypress integration
aces
ParticipantJuly 28, 2013 at 1:36 am #168925bp-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.July 28, 2013 at 12:21 am #168922craig
ParticipantI have a will…. where’s the way? 🙂
July 27, 2013 at 11:59 pm #168921meg@info
ParticipantHi,
Check the version of jquery used by the theme. try to replace it by the last version.
July 27, 2013 at 11:18 pm #168920whitewolf1988
ParticipantBump please, Thank you!
July 27, 2013 at 10:51 pm #168919In reply to: BuddyPress 1.8 Issue
shanebp
ModeratorIn
\buddypress.1.8\buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.phpFind
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.July 27, 2013 at 7:51 pm #168914In reply to: BP Groups and Forums
Faramarz
ParticipantThe 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
July 27, 2013 at 7:00 pm #168913In reply to: [Resolved] Theme compatibility issue
Scott
ParticipantSome 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.
July 27, 2013 at 6:27 pm #168910In reply to: Forums (BP and bb)
@mercime
ParticipantJuly 27, 2013 at 5:23 pm #168907Oken
ParticipantThanks 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.
July 27, 2013 at 2:44 pm #168900In reply to: BuddyPress 1.8 Issue
GhostPool
ParticipantNobody 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?
July 27, 2013 at 5:30 am #168893In reply to: Custom members directory breaks pagination
DesignFirm
ParticipantAfter 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” but clicking the second page still results in “Sorry, no members were found.”
July 27, 2013 at 3:18 am #168891bp-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.July 26, 2013 at 10:34 pm #168885In reply to: [Resolved] jQuery Easing Plugin Error
writegnj
ParticipantHaving 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.
July 26, 2013 at 9:31 pm #168883In reply to: Theme compatibility issue
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.
-
AuthorSearch Results