<?php the_content( __( '
Read the rest of this page ?
‘, ‘buddypress’ ) ); ?>
__( ‘
Pages: ‘, ‘buddypress’ ), ‘after’ => ‘
‘, ‘next_or_number’ => ‘number’)); ?>
<?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '
‘, ‘
‘); ?>
Maybe go into the site by ftp and disable buddypress links plugin
To disable, rename the folder `/buddypress-links/`
That should cause wordpress to de-activate the plugin.
Once you get back into wp, you can change the directory/folder back again!
envolve isnt working, it says access error, and some other stuff… and all my files in tht folder have the required permissions. so u need to fix tht…
Good spot. And, the current users should add the styling (lines 472-475) for the .one-column in their child theme’s style.css as well while waiting for 1.3.
@Maichomper – “I just installed WP today and it is working fine”
How did you install WP, via script like Fantastico/Simplescript or via manual upload (FTP or cPanel)? If you installed via script, start from scratch — drop DB tables and delete wp-config.php and .htaccess file in server — download fresh WP https://wordpress.org/download/and upload WP files manually
@chipy you should start a new topic instead. In the meantime, click on the link to update permalinks. If that doesn’t work, go to menu Settings > Permalinks and choose permalink to other than default permalink and save. Mod_rewrite must be enabled in your server.
Thanks heaps!
The only issue is that if I add
`is_page(slug)` or `bp_is_page(slug)`
it makes everything visible again.
Any ideas?
hello, i am new in the wordpress/buddypress world, i installed a wordpress and it works, but i have problem with the buddypres when i activat that plugin i must go to permalink options to do something, but there is nothing i can change or something else here is a printscreen
http://img202.imageshack.us/i/buddyg.jpg/
What should i do?
Thanks for your support
Thanks @hnla. Now that’s a good example.
@abomb1977
You’ll have to create that TOS page yourself. It’ll be a normal WP page. Then you can exclude that page like this:
`is_page(23)`
23 in this case is the id of the page, so substitute with the proper id. You can use the page slug as well instead of the id.
I absolutely adore this code you’ve posted. It’s clean and easy to install, and there’s no extraneous junk that needs to be done. A simple copy/paste does the trick amazingly well for me.
But here’s a question:
I know that
`if( bp_is_register_page() || bp_is_activation_page() )’
is where I add slugs that make particular pages available to the public.
I’m also using the bp-xtra-signup, which I think you contributed to. On my registration page, there’s a checkbox to check that says one agrees to the site TOS, but one has to open a link to see the TOS. When that link is clicked, it redirects to the front page of the site that logged out users are redirected to.
I’m wondering two things: (1) I haven’t made a TOS page, so where is it? Does one come with that plugin? (Cause I have yet to find it. LOL) and (2) Where do I get that slug to add to the visible pages code line?
Thanks!
ABomb
Hello r-a-y,
I tried removing all the files and uploading them again. The error is shown after I click activate. Nothing happens after that. I haven’t changed anything on a .htaccess file, is there something I need to change? Thanks for your help
could you tell me what file needs to be edited for this?
Tried both codes, but not getting the results expected.
Different theme. I’m not supporting widget theme any longer. I may make columns into a custom theme.
Put it into your bp-custom.php, and there ya go!
Although it hasn’t been updated to work in the latest versions on buddypress, so I am not guaranteeing that it will work.
This is smh reply
Create a new file called page-full.php (or any other name you prefer). Then paste the following code in that file. The only differences between this and the “regular” page.php is that the call to the sidebar has been removed, and “div class=padder” has been changed to “div class=full-padder”.
`<?php
/*
Template Name: Full-Width Page
*/
?>
<div class="post" id="post-“>
<?php the_content( __( '
Read the rest of this page ?
‘, ‘buddypress’ ) ); ?>
__( ‘
Pages: ‘, ‘buddypress’ ), ‘after’ => ‘
‘, ‘next_or_number’ => ‘number’)); ?>
<?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '
‘, ‘
‘); ?>
`
Then add this to your child-theme’s style.css file:
`div#content .full-padder {margin:0;padding:19px;}`
When you create a page in WordPress, you’ll see your new template is available in the “Page Attributes” Template dropdown.
@Chaotic_Cannon, I believe @hnla meant that you could continue the thread here instead of the wp forum as @mercime frequents this forum as well as the wp forum, and this is a more suitable place to talk about your questions related to buddypress. It would be easier for mercime and all involved in this thread to follow the conversation.
No reason to get defensive.
When you say you like the other forum plugins better, is that because buddypress forums are tied to groups? If so, you may want to check out this plugin which makes the forums standalone ala vbulletin (“normal forums”) etc:
http://buddydev.com/buddypress/introducing-global-sitewide-forums-plugin-for-buddypress/ For a demo, check out the sites forum.
Other then that it is possible to integrate the max theme with bp template pack. You could have your friend check that out.
Buddypress is more advanced than e.g. wp-symposium, but it is not really an out-of-the-box solution. Most likely you need help from a coder friend or you´d need to hire some to help with your customizations.
@modemlooper: hi is “citizen kane” the continuation theme of “widget theme” or “bp columns” or a combination or just a complete new one?
thanks for illumination 
best regards roman
@schacherer
Hi – I would like to know how to make a page template like that please.
I’m trying to do this as well. I’m very familiar with Wishlist, and how to protect pages. But since the “pages” created by BuddyPress are not true WP “pages,” I can’t find any way to protect them…Has anyone had luck with this?
Basic friends suggestions widget – http://buddydev.com/buddypress/buddypress-friends-suggestions-widget-help-your-users-to-build-their-network-faster/
There is already a wp plugin that allows sites to connect user accounts across domains. Doesn’t use BP xprofile though.
SI CAPTCHA Anti-Spam by Mike Challis has worked well for me.