Search Results for 'buddypress'
-
AuthorSearch Results
-
November 12, 2013 at 1:03 pm #174118
In reply to: Image gallery plugin with buddypress
RukiaR7
Participantthank you.
November 12, 2013 at 12:33 pm #174116Cam
ParticipantNovember 12, 2013 at 12:01 pm #174114In reply to: Installed, but nothing showing
Mark Gordon
ParticipantHi mercime. Thanks for your reply. I was under the impression that bbPress (I don’t actually know what that is) is integrated into the new BuddyPress, so I should have it if BP is installed.
I’ve settled in at the codex you directed me to, trying to work my way from the very start. In the Before You Install section, it mentions ‘pretty permalinks’. But again, I don’t know what that is. In the Settings>Permalinks page in my Dashboard, there’s no reference to it. Searching for it as a plug-in doesn’t seem to find anything.
MG.
November 12, 2013 at 9:17 am #174108danbp
Participanthi @dvize,
you making reference to documentation relating to BP 1.5. Many things have changed since 15 versions ! See changelogs here.
But you’re right, searching is a complex thing anyway.To remove the header search box, you have 2 easy solution.
1) create a child theme and remove the form code who is in header.php
2) use CSS to hide the box/* hide the header search box */ form#search-form { display:none; visibility: hidden; }November 12, 2013 at 8:41 am #174107In reply to: Image gallery plugin with buddypress
danbp
Participanthi @rukiar7,
avaible BuddyPress plugins are listed here.
As BP is only a WordPress plugin, you can use many other plugins aside, and depending your php skills, you can integrate or let them play more or less easily with BP.
Those WP plugins are here.Maybe the only one actually who’s really integrated with BP, you have rtMedia for BuddyPress. Exist also in Pro version. Give it first a try with the standart edition and see if it is working for you.
November 12, 2013 at 8:33 am #174105In reply to: it is just not working – is it the theme,. or?
danbp
ParticipantHi @samgeppi108,
wow what a video you did for such a common issue. PBCAK ! Sorry to say that, this IS working but you haven’t completely set up the right component (profile).
Now the good news. Take a breath man, you’re saved ! In 5 mn you can start your community 😀
Connect to the WP admin as super-admin. Click on Users on the left col, and select Profile configuration from the sub-menu.
This will open a window where you have by default only one group of fields named BASE. This group is the one showed by default on the register page, so new user can enter some information such as their name, and anything else you want to have in that place.
If you prefer to let them complete their profile skills after registering, you should create a second group of fields on the previous mentionned setting page. You cal add as many groups you want, with as many fields and type of fields you need.
Once done and saved, connect you as a normal user and go to the profile profile setting tab. You will see 2 tabs. Name and X, you just created. You can fill in the fields and save.
If you go on the profile tab, anything will be on !Read here the documentation:
https://codex.buddypress.org/getting-started/configure-components/ Users>profile fieldsKeep the Codex in mind, because it’s the first place to go before coming up here to claim “it doesn’t work !” 😉 It does !
November 12, 2013 at 3:20 am #174099Asynaptic
Participantupon further research I found these:
http://tollmanz.com/partial-page-templating-in-wordpress/
in comments, TJ Thomas writes on May 6, 2013 at 8:51 pm:I’m playing with BuddyPress and watching my load times disappear. (I’ve been using Redis in front of APC and have been getting 0.002 sec load times), but with the new dynamic of having a “social site” CPU and memory are getting a workout. I can really see that this MUST happen and I hope you are an impetus.
http://eamann.com/tech/ludicrous-speed-wordpress-caching-with-redis/
https://github.com/BenjaminAdams/wp-redis-cache
Wp Super Cache Page generated in 0.318 seconds.
W3 Total Cache Page generated in 0.30484 seconds.
Wp Redis Cache Page generated in 0.00902 seconds.
WHAT?!? 0.00902 seconds?!?
I can’t believe this. Is this for logged in users as well?
/mind blown
November 12, 2013 at 2:59 am #174098danbp
Participant@crazycoolcam
thank you for the fix. Works like a charm.
I opened a ticket about this. https://buddypress.trac.wordpress.org/ticket/5236#ticketNovember 11, 2013 at 10:24 pm #174092In reply to: Installed, but nothing showing
sencerim
Participant@mercime im using the bp template, installed wp 3.6.1 and buddypress 1.8.1 but even then i cant see any activity, any group, any members. also when i clicked new group in admin panel …com/groups/create gets as an error ‘page not found’. im very tired of this buddypress thing. why cant i see anything about bp even in admin panel gets me ‘page not found’ error. And i have to get done this plugin to morning. Should i gotto turn multisite on? Any help would persuaded.
November 11, 2013 at 9:53 pm #174090Cam
Participant@geistschatten — I don’t plan to remove it unless something stops working. I don’t think it hurts anything to set identical cookies more than once. I think it might just overwrite them.
~Cam
November 11, 2013 at 9:23 pm #174087In reply to: New Posts.
@mercime
Participantclosing this duplicate of https://buddypress.org/support/topic/creating-new-posts/#post-174072
November 11, 2013 at 9:06 pm #174086In reply to: Error to add new group
@mercime
Participant@shubomb have you tried downloading another copy of BuddyPress and reinstalling in your localhost?
@mercime
ParticipantNovember 11, 2013 at 8:18 pm #174078geistschatten
ParticipantSeems to have helped here too! Just having a few of my members test it out. You leave the code in place permanently, correct?
November 11, 2013 at 8:13 pm #174077In reply to: Buddypress "share on mysocialnetwork"
@mercime
ParticipantNovember 11, 2013 at 8:03 pm #174075In reply to: Buddypress pages show default sidebar only
@mercime
Participant@zanora BuddyPress uses the theme’s default page.php to render activated BP components. If you want full width for all BP pages, just copy the code from your theme’s page.php file and paste it into a new file named buddypress.php and upload this to your theme’s folder in server. For your reference:
– https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/
– https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/November 11, 2013 at 7:33 pm #174071In reply to: Installed, but nothing showing
@mercime
ParticipantI’m looking at a video on You Tube and my BuddyPress Setting page looks different. …. I don’t have a Forums tab in my BP Settings window.
@mark-gordon That’s an old video. Forums are now installed via the bbPress plugin https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/Have I got a faulty installation? What am I missing? All help welcomed!
@sencerim Since BP 1.7, BP is compatible with most WP themes i.e., if you go to your site’s Members page for example, you’ll see the BP member directory component on that page. If you’re not seeing the Member’s directory using the slug/page name you used for it, try changing to the BP Default theme in Apperance > Themes and navigate to the members directory page or the component pages you have activated.November 11, 2013 at 7:05 pm #174069In reply to: Buddypress Forums text editor and images
SebastianTis
ParticipantWrong code: On the BP Post Button issue.
This is the media code, whats wrong why does it show the link of the inserted image. Anyone??
function bp_post_buttons_inserts($form, $element, $snippetstag) {
//uncomment and use insert_body instead of insert_body_disabled to hide by default
// echo(‘<span class=”insert_head”><b>[Insert Media..] </b></span>’);
echo(‘<div class=”insert_body_disabled bppb_headroom”>’);
echo(“‘);\”>link“);
echo(“<a href=\"javascript:insert_tag_url('$form','$element','‘);\” />image“);
November 11, 2013 at 6:01 pm #174067In reply to: Buddypress Forums text editor and images
SebastianTis
ParticipantBP Post Buttons Problem
The line that generates the popup and adds an image includes the img url in the post. Where in this code does it says that the must me added:
echo(“<a href=\"javascript:insert_tag_url('$form','$element','
‘);\” />afbeelding vanuit album“);
November 11, 2013 at 4:42 pm #174064In reply to: Installed, but nothing showing
sencerim
ParticipantHello Mark,
I’m also having the same problem. Installed buddypress 1.8.1 several times and nothing show up in my new WordPress 3.7.1 I made pages equiavelent using buddypress settings. And my boss wants me to do this. I can’t find any solution. Please Help us!November 11, 2013 at 9:18 am #174047In reply to: Cookie error after upgrading to WP 3.7.1 from 3.6.1
Pin
ParticipantHello Cam,
Thanks for your reply, but unfortunately, didn’t worked.
From wp-login.php I can log in from the first try.
The scenario is like this: http://s11.postimg.org/t8t4umamb/cookie.png
I have the login form with the exact code from bp-default’s theme sidebar on my index page, I type the user and PW there, press Login, redirects me to wp-login.php, press again it will log me in. Same scenario on a fresh WP + BP install with BP-Default Theme.If I try to log in using directly wp-login.php, I can log in with no problem. But when I try using a login form like the bp-default’s theme:
<form name="login-form" id="" class="standard-form" action="<?php echo site_url( 'wp-login.php', 'login_post' ) ?>" method="post"> <input type="text" name="log" id="" class="input" placeholder="Email sau nume utilizator" value="<?php if ( isset( $user_login) ) echo esc_attr(stripslashes($user_login)); ?>" tabindex="97" /> <br /> <input type="password" name="pwd" id="" placeholder="Parola" class="input" value="" tabindex="98" /> <br /> <label class="parola"><?php do_action( 'bp_sidebar_login_form' ) ?> <input type="submit" name="wp-submit" id="" value="<?php _e( 'Simply, be awesome!', 'buddypress' ); ?>" tabindex="100" /> </label> <label class="parola">Ai uitat parola?</label> <input type="hidden" name="testcookie" value="1" /> </form>I get cookie error.
November 10, 2013 at 6:43 pm #174040Cam
ParticipantParsing issues strike again. Glad to help you solve it. 🙂
November 10, 2013 at 6:41 pm #174039willandmae
Participant@crazycoolcam IT WORKS! Thank you Sir! It Works..hehehe, I guess the code wanted the real single quote instead of the ascii code. Changed to them and it works dandy! Thanks again! The original issue in my eyes is resolved thanks to @crazycoolcam but will leave open until everyone else confers–let me know please!
Awesome Thanks again!
William
November 10, 2013 at 6:37 pm #174037In reply to: No all-in-one event calendar plug-in for Buddypress?
Marc K.
ParticipantHi Seth!
Interesting, I didn’t know that you had a BP integration in place for EE. With which BP version was it compatible?
I know that the BP core developers have their hands full of work, so I won’t blame them for not taking on a complete events module in the core.
For me the question now is, which plugin takes the least effort to extend on our own. And yes, I know about your crowdfunding like offer to fund extensions to EE. But I need to meet certain deadlines and I don’t think you can guarentee a certain development until then.
BTW, isn’t the “I’ll attend’ and ‘Maybe’ a pretty simple code addition? A user presses a button which captures that users user id and writes it into a custom field of the event page. The plugin then fetches those ids and shows avatars of those people who attend.
I found an interesting tutorial (http://wp.smashingmagazine.com/2012/01/27/limiting-visibility-posts-username/) which might lead the way for my other request, specific event visibility/privacy:
1. Only friends of events creator (again, write all the user ids of the event creator into a custom field thats not visible/accessible to users and then restrict visibility of event page to those users)
2. Only invited (would require more work. First have a way to notify other users of the event by private message or BP notification. Write the user ids of those into yet another custom field, rest see above)
I am pretty much a PHP noob. But are these things really so hard to do? More than a week of work for an experienced BP developer?
November 10, 2013 at 6:18 pm #174035willandmae
Participant@crazycoolcam Thanks. I did exactly what you said and I still am receiving this error:
Parse error: syntax error, unexpected T_IF in /server_info/wp-content/plugins/bp-custom.php on line 5This is what the file consists of:
1 <?php 2 //fix for cookie error while login. 3 function set_wp_test_cookie() { 4 setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN); 5 if ( SITECOOKIEPATH != COOKIEPATH ) { 6 setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN); 7 } 8 } 9 add_action( 'after_setup_theme', 'set_wp_test_cookie', 101 ); 10 11 ?>Thank you soooo much for assisting. I think I speak for everyone here — THANKYOU!
-
AuthorSearch Results