Search Results for 'buddypress'
-
AuthorSearch Results
-
October 29, 2010 at 4:05 am #96867
Round World Travels
ParticipantI’m using a theme called buddypress daily that I got from buddydress so yeah, I guess so.
October 29, 2010 at 3:49 am #96866Boone Gorges
KeymasterAre you using a custom theme?
October 29, 2010 at 3:39 am #96865LPH2005
ParticipantOK…I read through the codex…but it still doesn’t solve my problem of why when I click on register, it directs me back to a home page.
Most likely you are logged into your site when you are trying that address. I was able to reach your registration page with the link http://exaholics.com/register/
October 29, 2010 at 2:19 am #96862anindyaray
Member@hnla , @rogercoathup : One thing I donot understand (surrendering that I am a novice) , the snippet suggest that `if user is logged in then the condition is to padd 0px` , but what is need according. to the scenario is `if a user id logged out the padd 0 px , else padd 25 px`
isn’t it ?`
function cancel_header_padding_for_no_adminbar() {
if (is_user_logged_in())
body {padding-top:25;}else(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar = false) ?>
body {padding-top:0;}
<?php
}
add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );
`could it be like this ? I have not tested as I think it has some syntax error
October 28, 2010 at 10:25 pm #96855helpy
ParticipantI have a german wordpress … and I do not know if I re-translated it exactly to english!
It is in WordPress Administration ==> BuddyPress ==> General Settings ==> Disable user account deletion?
==> example.com/wp-admin/admin.php?page=bp-general-settings
cu, guido
October 28, 2010 at 9:14 pm #96850In reply to: Log IP addresses
Hamed Takmil
ParticipantThank you guys, would you please help me in this:
October 28, 2010 at 8:34 pm #96847In reply to: New theme – now available
pcwriter
ParticipantThanks! I’ve almost finished the illustrated theme manual to help newbies (like us!) to get started on customizing the basic theme. Then I still need to update the code for BP1.2.6
The whole impetus behind the development of this theme was to provide as simple a framework as possible while offering several options and as much easy customization as possible for non-techies. All that while keeping the pricetag low (premium = $20), yet still offset the time invested for development and support.
However, along with the unexpected code updates and my father’s declining health (I’m taking a week off to spend some time with him) comes an unfortunate delay: the freebie will be available by the end of the 2nd week of November, while the premium should follow a few weeks after that.
I apologize in advance for the delay everyone, but please take consolation in that the premium will include a few surprises.
Ooh… anticipation is a fun thing!
October 28, 2010 at 7:44 pm #96844In reply to: Header image on network site
r-a-y
Keymaster@bazonline – You shouldn’t have much trouble then. Just activate bp-default on the community blog only and not on all the blogs. If you’re just having problem with the page `
`, go into your community blog’s general settings and change the blog title:
https://codex.wordpress.org/Settings_General_SubPanel@aweathers – Like I said, you need to modify the header.php file in your child theme to call the main site’s header image. Calling the main site’s header image requires a little bit of PHP coding. Or if you know you’re never going to change the header image, just hardcode the image URL into header.php.
October 28, 2010 at 6:40 pm #96839pnm
ParticipantI have the same config as Falcon Show – WordPress – 3.0.1 and BuddyPress – 1.2.5.2
I couldn’t figure out where the option “user cannot delete itself” is, either in buddypress/wordpress dashboard. Can you please tell me where can I find this option? ( I am using default BuddyPress theme). Thanks.
October 28, 2010 at 5:25 pm #96827paranormalsos
MemberThe buddypress was a fresh install on a fresh WP I may give that a try
October 28, 2010 at 5:22 pm #96826danbpfr
ParticipantOoooh, i think this is a normal behaviour of BP. The page is called side wide activity, not each blog user activity.
you probably could use this plugin:
https://buddypress.org/community/groups/bp-import-blog-activity/
or ask @boonebgorges for further detailsOctober 28, 2010 at 4:17 pm #96817anindyaray
Member@hnla : Ok! but nothing to say sorry , Your tried to help me a lot , Thanks
October 28, 2010 at 3:54 pm #96808In reply to: eventpress question
kunalb
Participant@ovizii That is not intended behaviour; the plugin has it’s own templates built off the default theme for BuddyPress; if you’re using a custom theme you’ll have to add your own templates. You might be able to get by with just changing the styles of the EventPress templates; the theme files are stored under eventpress/themes/bp and buddypress-custom-posts/themes/ . Any file you place in your own theme folder with the same name/relative path will directly over-ride these default theme files.
October 28, 2010 at 2:52 pm #96806In reply to: Userblogs also with buddypress?
Boone Gorges
KeymasterIt’s not really possible to have multiple BuddyPress networks running from the same WordPress installation (though it might be possible some day down the road). Your users will have to be satisfied with their own groups, or they’ll have to install BuddyPress on their own WP installation.
October 28, 2010 at 2:51 pm #96805anindyaray
Member@hnla:
Thanks
… but I had tried … , yet I tried once again … but in vain , I am pasteing the code`function cancel_header_padding_for_no_adminbar() {
if(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar = false && !is_user_logged_in()) ?>body {padding-top:0;}
<?php
}
add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );`this is what I tried
, but with no luckWith this function , with or without the && !is_user_logged_in() thing, padding is gone for everybody(logged in and logged out user both)
@rogercoathup : Thanks for the suggestion I will try to start learning , Everything has a first time
, actually I’m very much uncomfortable
October 28, 2010 at 2:51 pm #96804In reply to: Send invites for group
Boone Gorges
KeymasterOut of the box, BuddyPress only lets you send group invitations to people you’re friends with. It’s a spam prevention measure. If you want to bypass it, install Invite Anyone https://wordpress.org/extend/plugins/invite-anyone/.
October 28, 2010 at 2:41 pm #96802In reply to: jquery problem
thelandman
Participant@ovizii, do you have a link to the site? Go to your site, view the source. Check if any plugins have tried to load jquery in within the tags of the site.
October 28, 2010 at 2:09 pm #96800The Real Dave O.
ParticipantOK…I read through the codex…but it still doesn’t solve my problem of why when I click on register, it directs me back to a home page.
October 28, 2010 at 1:40 pm #96797In reply to: Group Forum As Default Page
junger
ParticipantThat’s exactly what I needed. Thank you!
Not to be a Debbie Downer, but it’s frustrating that the search functionality on this site is so subpar that I couldn’t find that after a long time looking. I don’t know how many times I’ve searched for something, tried to click on “page 2” of results only to get a not found page. It can’t be just me, right?
October 28, 2010 at 11:37 am #96794In reply to: connectivity among multiple buddypress sites
rich! @ etiviti
Participanta cheap/simple method: if they share the same db – you could setup each wordpress instance to the same custom_user_tables
October 28, 2010 at 9:54 am #96788In reply to: Club Belote
Roger Coathup
Participant@rossagrant – cartoons were in house by the client.
October 28, 2010 at 9:34 am #96787Roger Coathup
Participant@anindyaray – to write your own theme for BuddyPress, you will need to have a basic knowledge of PHP. The PHP ‘if’ statement is fairly fundamental.
Checking the tutorial on the PHP site would be a good start: http://www.php.net/manual/en/index.php – then your questions on here can be BuddyPress specific, rather than PHP, allowing this forum to help you (and others) more effectively
October 28, 2010 at 8:16 am #96783Hugo Ashmore
Participant@svenson
Your comment has no bearing on this thread, so not sure why you posted it here.if you wish to contact Boone please use appropriate methods, either an update directly using the @mention system or post your comment in the appropriate group for the plugin you refer to.
October 28, 2010 at 7:07 am #96780Hugo Ashmore
Participant@twinfinity I am support for two web hosting forums, I understand very well to search first
Thanks for trying, and apologies on behalf of the site search for not returning you any useful results – site search does need a bit of tuning

I tend to search on more general broad terms due to this, I used ‘duplicate’ and it returned, as first reply, the post Ray linked to.
October 28, 2010 at 6:57 am #96779In reply to: Change the default activity tab
Anton
ParticipantSo it won’t display anything when you are not logged in?
-
AuthorSearch Results