Search Results for 'buddypress'
-
AuthorSearch Results
-
October 9, 2013 at 4:16 am #172521
In reply to: [Resolved] BuddyPress compatible with Avada theme?
bp-help
Participant@tayenewm
The only certain way to find out if the theme is causing registration issue’s is to activate a known theme that works with BuddyPress like twenty twelve, or bp-befault and test it against registration and activation. If the issue is resolved after switching to one of these themes, then it is a theme issue and you would have to get support from that themes support forum should you choose to use it. Sometimes it is best to use a bare minimal theme when working with BP as the more code introduced by a heavy theme may have adverse issue’s when dealing with BP registration and activation. If you are familiar with the codex please review:October 9, 2013 at 1:15 am #172515In reply to: [Resolved] HTML changes for Akita Theme
rsherrin
ParticipantHello:
I am using the Akita theme (ThemeBlvd). I have installed the latest versions of WP, BP, and my theme.
I was expecting the latest version of BP to be compatible with my theme without any additional work.
However, after installing BP and assigning the initial pages during setup (members/register/ activate) the layout of the pages is not correct. There are no sidebars, and a site directory appears at the bottom of the page.
I have been looking for concise instructions on what needs to be done to finish the setup. I don’t have much experience doing advanced tasks, so I would like concise instructions that I can provide to someone with more skills.
http://aaom.mb.ca/activate-bp/
http://aaom.mb.ca/members-buddypress/Thanks
RickOctober 9, 2013 at 1:14 am #172514In reply to: [Resolved] HTML changes for Akita Theme
rsherrin
ParticipantHello:
I am using the Akita theme (ThemeBlvd). I have installed the latest versions of WP, BP, and my theme.
I was expecting the latest version of BP to be compatible with my theme without any additional work.
However, after installing BP and assigning the initial pages during setup (members/register/ activate) the layout of the pages is not correct. There are no sidebars, and a site directory appears at the bottom of the page.
I have been looking for concise instructions on what needs to be done to finish the setup. I don’t have much experience doing advanced tasks, so I would like concise instructions that I can provide to someone with more skills.
http://aaom.mb.ca/activate-bp/
http://aaom.mb.ca/members-buddypress/Thanks
RickOctober 9, 2013 at 12:18 am #172512In reply to: Applying Default Buddypress Theme to Another Theme
Henry
MemberThis can only be explained as a huge job. You would need to know both CSS and HTML to achieve that. I’d suggest reading up on those two technologies if you’re just getting started. Some knowledge of PHP, JS and Ajax would be helpful too although you’d just need to know what parts of the templates are best to avoid messing with.
October 9, 2013 at 12:09 am #172510In reply to: How can I change the text to make it literate?
SK
ParticipantOctober 9, 2013 at 12:08 am #172509jslucas
Participantthumb up
October 8, 2013 at 11:56 pm #172505In reply to: How can I change the text to make it literate?
@mercime
Participant@sooskriszta
1. first create a folder in your hard drive e.g. buddypresstrunk/
2. Open that folder and then right-click and click on SVN Checkout in box which shows up
3. Then enter the link I gave above for BuddyPress trunk in the “URL Repository” input field which shows up and click OK button
4. Watch as files are added into that empty folderOctober 8, 2013 at 11:54 pm #172504In reply to: Using BuddyPress as a Professional Social Network
Henry
MemberBuddyPress with the help of the right plugins from the WordPress plugin repository (https://wordpress.org/plugins/) can do everything you’ve mentioned.
11. Projects: Members can start projects and invite other members to join (kind of groups)
This is the one point I’m not sure about off the top of my head. It may need some custom code as I’m not aware of a plugin that does this.
October 8, 2013 at 10:39 pm #172500In reply to: How can I change the text to make it literate?
SK
Participant@mercime Using Tortoise SVN.
Tried importing https://buddypress.svn.wordpress.org/trunk/ but getting
Error: POST of ‘/!svn/me’: 403 Forbidden (http://buddypress.trac.wordpress.org)
@idavidson I apologize for hijacking your thread.October 8, 2013 at 10:22 pm #172498coutain
ParticipantI’m also having the same issue. I even installed a fresh wp 3.6.1 and a fresh version of 1.8.1 with no other plugins.
Under BuddyPress pages this is no Register or Activate page available.
October 8, 2013 at 9:56 pm #172496Henry
Member@hnla apologies should have explained that a bit better – i’m not assuming, I think BP does the assuming. Take a look at the last line of Boone’s post:
BP Theme Authors: make sure your theme registers 'buddypress' support
October 8, 2013 at 6:19 pm #1724903rdaxis
ParticipantI think i spoke to soon about that working. In the front end the link looks good, but i had my own twitter account in place and so it looked like Twitter:(with my twitter name) when i would click that and thought it worked because i was already signed in.
Once i place a new twitter name in the profile, the front end looks right, “Twitter: chevrolet” just pulled one out of a hat, or any other twitter account, it goes right to my own profile or to twitter home page if not signed in.
So messing about i cam up with this ugly but working solution based on what was posted here.
it now bring the name in from the xprofile field into the url. Before it was grabbing a field from the wordpress profile.<?php if ( $string = xprofile_get_field_data( 'Twitter', get_the_author_meta('ID') ) ) { ?> <a href="https://twitter.com/<?php if ($string =xprofile_get_field_data( 'Twitter', get_the_author_meta('ID') ) ) { echo $string;} ?>" target="_blank">Twitter: <?php echo $string; ?></a> <?php } ?>October 8, 2013 at 6:02 pm #172489Hugo Ashmore
Participant@henrywright-1 Why are you choosing to work that way rather than running with theme compat template files? You do have a choice no way is right or wrong though if running the older style template approach you would need to have declared
add_theme_support( 'buddypress' );to ensure js/ajax unlinked, there is an issue with this though in that BP tries to get this value too early so fails to bail out of the theme compat class, so it needs to be positioned outside of a hook such as ‘after_setup_theme’ to be run early enough for bp.October 8, 2013 at 3:26 pm #172484Hugo Ashmore
ParticipantWell for starters kill any plugins that might interfere with a registration process e.g facebook login ones – to test issues it’s always the instruction to disable all plugins working them back in until problem one is found.
Other than that it’s hard to say there’s too little information. As far as BP 1.8.1 goes on a trunk install I appear to have no issues registering.
October 8, 2013 at 1:02 pm #172475jamesdonegan
ParticipantThank you for the response. It didn’t fix my problem, though. Registration still not working, unless the user registers with Facebook.
http://finisjhung.com/Streaming/create-an-account
HELP!?
October 8, 2013 at 12:53 pm #172474In reply to: Limit the maximum images uploaded
SK
ParticipantI’m using these plugins combined: bbPress, BuddyPress and BuddyPress Media (rtMedia).
I wish that the maximum image files uploaded in ‘album’ (bp-album, I guess) …
I think it’s not from rtMedia
It’s getting a bit confusing. You need to figure out which plugin is creating the album that you want to modify and then you need to ask that plugin’s author for support. BuddyPress does not provide any media capabilities by default, though that has been requested.
P.S. rtMedia (previously known as BuddyPress Media) does create a Media tab. And it creates various albums under that tab.
October 8, 2013 at 12:15 pm #172470In reply to: Limit the maximum images uploaded
kakilo
ParticipantHi @sooskriszta,
I’m using these plugins combined: bbPress, BuddyPress and BuddyPress Media (rtMedia).
I am also using a plugin to control membership access (PaidMemberShipPro), which give me codes to restrict content to only allowed users groups.In that case, I wish that the maximum image files uploaded in ‘album’ (bp-album, I guess) defined to a default value if the user is not from the member group allowed to have a higher number of images uploaded. (I know how to do that, but where can I define the maximum number of pics that a user can upload? (ike the max public images, max private images…)
Thanks in advance,
Appreciate any help.October 8, 2013 at 10:44 am #172469In reply to: Members page visibility
pelasO
ParticipantIt was as simple as turn the restrict access to BuddyPress components to members only off located in the Cbox Theme Options.
Once I identify the problem, I just add what I want to the maybe_redirect() in class.php function and problem solved.
OLE MIS WEVOS PELUDOS!!October 8, 2013 at 6:09 am #172461October 8, 2013 at 5:41 am #1724593rdaxis
ParticipantMuch thanks to you @bphelp. That bit of code worked like clockwork. Yeah, i see the issue with having the wrong name in the field, but i will have instruction to double check and hopefully the authors will take note.
October 8, 2013 at 5:02 am #172458In reply to: Cannot Get Registration page using headway theme
@mercime
Participantclosing this duplicate of https://buddypress.org/support/topic/registration-page-issues/
October 8, 2013 at 4:40 am #172456bp-help
Participant@3rdaxis
The problem is it would require that the username the user entered in the profile field to match their twitter id exactly. If not it may take them to god knows where. Anyway, this is untested but you can give it a whirl!<?php if ( $string = xprofile_get_field_data( 'BIO', get_the_author_meta('ID') ) ) { ?> <a href="https://twitter.com/<?php echo get_the_author_meta('display_name'); ?>" target="_blank">Twitter: <?php echo $string; ?></a> <?php } ?>October 8, 2013 at 4:18 am #1724513rdaxis
ParticipantThanks for your reply @bphelp I tried both codes and the second works to a point at where i need to be.
The thing im trying to do is call the xprofile field which would be where the author would place their twitter, google+ or facebook id and show it as a link.
The second code you gave me give the result Twitter:(and the user name i placed in the xprofile field) and as you would know takes me to twitter but not to the profile.
Is there a way that you know that would replace “username” with that actual username?
much thanks.
October 8, 2013 at 3:56 am #172450bp-help
ParticipantOr:
<?php if ( $string = xprofile_get_field_data( 'BIO', get_the_author_meta('ID') ) ) { ?> <a href="https://twitter.com/USERNAME" target="_blank">Twitter: <?php echo $string; ?></a> <?php } ?>October 8, 2013 at 3:36 am #172449bp-help
Participant@3rdaxis
Untested but maybe something like this would work, in this example you would need to change “USERNAME” at the end of the URL to the persons twitter name. To get other URL’s to work you should just change the URL etc.<?php if ( $string = xprofile_get_field_data( 'BIO', get_the_author_meta('ID') ) ) { ?> <a href="https://twitter.com/USERNAME" target="_blank" alt="twitter"><?php echo $string; ?></a> <?php } ?>As @henrywright-1 already stated “Replace BIO with your field name.”
-
AuthorSearch Results