Search Results for 'buddypress'
-
AuthorSearch Results
-
November 12, 2013 at 2:59 am #174098
danbp
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!
November 10, 2013 at 5:59 pm #174033Cam
ParticipantHi @willandmae
Try this. Remove the lines of code from the bp-default functions.php and create a brand new (blank) file called bp-custom.php in the plugins folder. (/wp-content/plugins/bp-custom.php)In the file place the following modified lines of code:
<?php //fix for cookie error while login. function set_wp_test_cookie() { setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN); if ( SITECOOKIEPATH != COOKIEPATH ) { setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN); } } add_action( 'after_setup_theme', 'set_wp_test_cookie', 101 ); ?>Let me know if that works any differently.
~Cam
November 10, 2013 at 5:36 pm #174032willandmae
Participant@crazycoolcam I was so excited to see this fix here this morning. I hurried to put this into effect because it matches what you say-if you try the sidebar firsttime it fails and then it works after this until cookies are deleted or cache. I have been always able to login without fail using the wp-login – just not the sidebar login the first time. Anyway, I could only find the functions.php file and I added it to the end before the
?>at the end of the file. For some reason I got a blank screen and this error.Parse error: syntax error, unexpected T_IF in /server_info/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php on line 796I guess I just don’t know where to put the code or something. I look forward to hearing back from you for your direction to help my simple ignorance of not knowing what to do.
Thanks William
November 10, 2013 at 2:23 pm #174027flashbytes
Participant@modemlooper:
The plugin I use is called “BP Group Hierarchy”:
https://wordpress.org/plugins/bp-group-hierarchy/And here’s how to use it for listing a subset of groups:
http://www.generalthreat.com/2012/01/extending-buddypress-group-hierarchy-list-member-groups/November 10, 2013 at 2:03 pm #174026Cam
ParticipantWhile searching threads about a similar issue, I stumbled upon this thread that some guys and I solved over on the WP forums.
Question:
Can you log in after one or two failed attempts (with either the sidebar login, or wp-login.php) but then are able to using the default form: wp-login.php?If so, I presented a workaround on the WP forums, which I will share here:
Add the following php code to your functions.php file, your bp-custom.php file, OR a mu-plugin file that you create:
//fix for cookie error while login. function set_wp_test_cookie() { setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN); if ( SITECOOKIEPATH != COOKIEPATH ) setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN); } add_action( 'after_setup_theme', 'set_wp_test_cookie', 101 );This will try to set the test cookie anytime someone visits any page of your site, and it will allow the sidebar form to start working again if wp-login.php and cookies are enabled.
If you cannot sign in at all (after two or three attempts with wp-login.php), I have not seen a solution yet (was what I was looking around for), but I have seen several threads about people with this issue after the upgrade to 3.7.1.
Hope this helps, and I hope you all are in the first category. ๐
~CamNovember 10, 2013 at 2:00 pm #174025In reply to: Remove "All Members" tab in Activity?
mattg123
Participant@monster1612 oh, it was my fault for misreading really – your going to want to look at bp_has_activities and specifically activity>activity-loop pretty sure buddypress.org has documentation on creating custom activity loops
November 9, 2013 at 6:25 pm #174009shanebp
ModeratorHave a look at how group loops are used in the files here:
plugins\buddypress\bp-templates\bp-legacy\buddypress\groups\November 9, 2013 at 4:41 pm #174002In reply to: Buddypress log in Problem – not all pages logged in
raytronx
Participant*Solved Problem*
It had to do with a rule in the .htaccess
ExpiresByType text/html A3600
Tells the browser to cache the page for 1 hour, well it caches the non logged in page so after log in when you go back to it the browser gives the cached version.The reason it was so hard to figure out has to do with my hosting setup. I have my main site hosted then my buddypress site is an addon domain so lives in a folder /addondomain
Well the .htaccess files are recursive so the rule ExpiresByType text/html A3600 was set by W3 Total Cache, a plugin I use on my main website living in Public_html caused the rule to be applied to the add on domain pages.
-
AuthorSearch Results