Search Results for 'buddypress'
-
AuthorSearch Results
-
May 4, 2013 at 7:45 am #163385
In reply to: [Resolved] Buddypress not working on my theme.
Hugo Ashmore
ParticipantGlad it worked.
One thing to bear in mind, if these changes are in the parent theme you may lose the changes if the theme gets updated so it might be wise to try creating a simple child theme with basic required files plus the two new BP ones to ensure your changes are preserved.Marking as resolved.
May 4, 2013 at 6:20 am #163382In reply to: [Resolved] Buddypress not working on my theme.
Zion Oyemade
ParticipantDear Hugo,
You have been a blessing. I can never thank you enough. I followed you steps and with little adjustments. The members page is working.
This is how he new buddypress.php page looks like now.<?php get_header(); $no_feat_class = ''; if( !options::logic( 'blog_post' , 'enb_featured' ) || !has_post_thumbnail( $post -> ID ) ){ $no_feat_class = ' no_feat '; } $post_id = $post -> ID; /*---------------------*/ $post_format = get_post_format( $post -> ID ); if(!strlen($post_format)){ $post_format = 'standard';} ?> <section id="main"> <div class="main-container"> <div class="row"> <div class="twelve columns main-container-wrapper"> <?php while( have_posts () ){ the_post(); get_template_part( 'content', 'page' ); } /*EOF while( have_posts () ) */ ?> <?php $resizer = new LBPageResizer('page'); $resizer -> render_frontend(); ?> </div> </div> </div> </section> <?php get_footer(); ?>Once again Hugo. thanks for the assistance God bless you.
May 4, 2013 at 4:41 am #163381In reply to: Delete Selected not working
Famous
Participant1. Which version of WordPress are you running? latest
2. Did you install WordPress as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgrade from a previous version of WordPress? If so, from which version? been upgrading to latest
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. wordpress works fine
6. Which version of BP are you running? latest
7. Did you upgraded from a previous version of BP? If so, from which version? been upgrading to latest
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? none
9. Are you using the standard BuddyPress themes or customized themes? using 2012
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Version 2.3.1
13. Please provide a list of any errors in your server’s log files. TypeError: jQuery.easing[jQuery.easing.def] is not a function
/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js?ver=1.7.1
Line 145514. Which company provides your hosting? godaddy
15. Is your server running Windows, or if Linux; Apache, nginx or something else? lamp
May 4, 2013 at 3:59 am #163380In reply to: Notices don't work
bp-help
Participant@famous
https://buddypress.org/support/topic/when-asking-for-support-2/
Same applies here! You need to supply your info as it instructs in the above link on every support topic you open because it is isolated to your individual setup! Otherwise it is just a pure guess which usually doesn’t fix the issue.May 4, 2013 at 3:57 am #163379In reply to: Delete Selected not working
bp-help
Participant@famous
https://buddypress.org/support/topic/when-asking-for-support-2/
You need to supply your info as it instructs in the above link on every support topic you open because it is isolated to your individual setup! Otherwise it is just a pure guess which usually doesn’t fix the issue.May 4, 2013 at 1:41 am #163375Walid
ParticipantThanks so much for your help 🙂 also, I think about suggesting this as a feature in buddypress trac if that is available, it will be so much better adding all those kind of lists fields through admin panel. I will add the cities list for now, thank you again 🙂
May 3, 2013 at 10:53 pm #163367Walid
ParticipantThank you so much guys but I think it will still be time consuming to add each mark before and after every city name ( or is there a way to add them automatically too? )
I think adding a feature like that to buddypress core would be fantastic, like an option to add a list of names instead of one by one.
May 3, 2013 at 6:48 pm #163358In reply to: Associating Buddypress with Rockettheme themes
pimpanoob
ParticipantNow this sounds like a stupid question…but i cant find the trash… lol
Where is it?
Thanks very much!May 3, 2013 at 5:25 pm #163356In reply to: Associating Buddypress with Rockettheme themes
aces
ParticipantWhen you delete a page it goes into trash but the permalink is preserved. To recover the name you need to delete the trash…
May 3, 2013 at 5:19 pm #163355In reply to: Associating Buddypress with Rockettheme themes
pimpanoob
ParticipantOh really?! Cool 🙂
Thanks a lot! I do appreciate that!My problem however now is, that I had created a page called register – thought it was the wrong thing to do and deleted it again.
I have just tried to create another, but this is no called register-2 at the end.I can edit that part of the permalink to register. But when I click on save it goes back to register-2.And I guess that this won’t work.
Would be great if you could help me here as well.
Thanks again,
FabianMay 3, 2013 at 5:10 pm #163354In reply to: Buddypress Activity Plus not Working
kkradel
ParticipantI’m seeing similar behavior, using Tetris theme.
May 3, 2013 at 5:07 pm #163353In reply to: [Resolved] Can't close a Notification Message
kkradel
ParticipantOne has to be logged in, and have a notification message waiting for them, to be able to see it.
I haven’t been able to see any scripting errors, but next time the orange box appears I will try and check that out.
I’ve also noticed a similar thing happen here on the buddypress.org site, when I try to search the forms a huge red box extends down over the header and over the first search result.
May 3, 2013 at 4:59 pm #163352In reply to: [Resolved] Buddypress not working on my theme.
Hugo Ashmore
ParticipantAfraid this section is not really standard WP:
$meta = meta::get_meta( $post -> ID, 'settings' ); $meta_enb = options::logic( 'blog_post' , 'meta' );This is a repeat of the earlier suggestion just in case it wasn’t followed quite fully?
To test things try copying that file, rename it buddypress.php, locate in your theme root
remove those two lines above and replace with:
<?php get_template_part( 'content', 'page' ); ?>Then from the twentytwelve theme copy content-page.php to your theme root and see if that renders.
More than that it’s going to be hard to help with.
May 3, 2013 at 4:40 pm #163350In reply to: Associating Buddypress with Rockettheme themes
Hugo Ashmore
ParticipantAnd that is exactly what it should be ‘Without function’ or put another way empty with only a title set. You then go to the BP settings and select that page to associate.
May 3, 2013 at 4:31 pm #163348In reply to: Forums Panel missing in Buddypress Admin
linkinp
ParticipantThank you for responding.
What is confusing is that I have two local installations of WordPress and two local websites.
In one of the installation’s WordPress Admin I can see Forums panel in Buddypress config, on the other one I cannot.Anyway the only reason I wanted to access Forums Panel was to be able to enable Site-wide Forums.
With no Forums panel how do I do it ?
on the Forums panel I had two options Forums for group and New! Site Wide Forums.
May 3, 2013 at 3:24 pm #163346In reply to: Buddypress 1.7.1 theme compatibility not working
Donald McIntyre
ParticipantThx @karmatosed its the first time I install Buddypress for this theme no previous experience for this theme (I did it for the theme compatibility of 1.7).
I don’t know about the site rendering, when I see the files using ftp I see:
page.php and single.php, and other templates by the format page-xxxx.php
Thank you, D.
May 3, 2013 at 2:45 pm #163342In reply to: [Resolved] Buddypress not working on my theme.
Zion Oyemade
ParticipantDear Hugo,
Thank you so much for your assisitance. I have not gotten a reply from the theme’s author. It really fustrating. I really will appreciate anyone’s help in this regard. below is my page.php content.<?php get_header(); $no_feat_class = ''; if( !options::logic( 'blog_post' , 'enb_featured' ) || !has_post_thumbnail( $post -> ID ) ){ $no_feat_class = ' no_feat '; } $post_id = $post -> ID; /*---------------------*/ $post_format = get_post_format( $post -> ID ); if(!strlen($post_format)){ $post_format = 'standard';} ?> <section id="main"> <div class="main-container"> <div class="row"> <div class="twelve columns main-container-wrapper"> <?php while( have_posts () ){ the_post(); $meta = meta::get_meta( $post -> ID, 'settings' ); $meta_enb = options::logic( 'blog_post' , 'meta' ); } /*EOF while( have_posts () ) */ ?> <?php $resizer = new LBPageResizer('page'); $resizer -> render_frontend(); ?> </div> </div> </div> </section> <?php get_footer(); ?>May 3, 2013 at 1:56 pm #163341In reply to: Incorrect page.php coding
hallsy
Participantok here is a pastebin to my page.php code which is the same as my newly copied buddypress.php
From line 33 it is my content-page.php code
I hope this is what you mean @hnla if it isn’t i apologise as i am very much a total beginner..
May 3, 2013 at 9:10 am #163329In reply to: Incorrect page.php coding
hallsy
Participantright i have copied the page.php and renamed it buddypress.php but i dont understand what you mean by:
get_template_part call for content-page with the actual content in that file
I can see that part but i dont know what to add
<?php get_template_part( 'content', 'page' ); ?>May 3, 2013 at 8:59 am #163328Tammie Lister
ModeratorCool site, really like to see a magazine format being used like this with BuddyPress. I like how the stories are the feature and it’s a really effective entry point home page.
May 3, 2013 at 8:55 am #163325In reply to: Incorrect page.php coding
Hugo Ashmore
ParticipantChecking that pastebin link to see what you’ve done does show the while loop in place and it
looks like it ought to be ok so there may be issues elsewhere.Just for safety copy the page.php file and rename it buddypress.php, revert your page.php to as it was. BP will use buddypress.php if it finds it. In buddypress.php replace the get_template_part call for content-page with the actual content in that file so your buddypress.php contains all the code it needs in one place and repost it to pastebin – this is chiefly so people can see all the code.
May 3, 2013 at 8:52 am #163323Tammie Lister
ModeratorI’m not aware you can use it twice but perhaps you don’t have to. What about having types of groups?
You can do a custom field to indicate type using maybe: https://wordpress.org/extend/plugins/buddypress-groups-extras/
Then you can check for type and load a different template, style differently, change language and name.
I’m not sure about forums but you could do something similar using forums and topics.
May 3, 2013 at 8:47 am #163321In reply to: Buddypress 1.7.1 theme compatibility not working
Tammie Lister
ModeratorA few questions if that’s ok to try and work out what is going on.
1. Did your theme work for BuddyPress before you updated BuddyPress? If so it could be your theme is causing the issues.
2. What template is being used for the site rendering – is it single.php or page.php or another page?May 3, 2013 at 8:45 am #163320In reply to: How to add edit comment and post activity
Tammie Lister
ModeratorAdmin’s can edit under the WordPress admin panel > Activity.
Aside from that there was this plugin: https://wordpress.org/extend/plugins/buddypress-edit-activity-stream/ – not sure if that works on current versions though. May be worth trying out on a safe test site (not your live site) to see.
May 3, 2013 at 8:26 am #163319In reply to: Editing Profile Page Help!?
tobiasandersen
ParticipantYou’re probably looking for something like the profile.php found in plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single
Copy the buddypress folder found in bp-legacy to your theme’s folder and edit the files you want.
-
AuthorSearch Results