Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 41,976 through 42,000 (of 68,948 total)
  • Author
    Search Results
  • #105948
    julesmoretti
    Member

    @r-a-y

    Love your script for bbpress. It worked great for the post authors, but does not seem to work so well for the topic author, would you know why by any chance?

    The current code line for the topic author avatar is as such:
    topic_poster), 48, ‘identicon’ ); ?>

    You can check out the site at gradiduncut.com

    And everything under the avatar admin setting is set to on.

    Thank you for your help, so far its been a huge help.

    Best

    #105947
    Maichomper
    Member

    **UPDATE**
    @mercime – I installed WP manually. Thanks for the suggestions.

    I was able to activate BP by modifying the .htaccess file however now I cannot access my blog because I get (you guessed right) the SAME error!!!

    “Error 500 – Internal server error…”

    It happened right after I clicked the BP tab for the first time. Please help me I’ve been trying to set this up for the last 3 days.

    #105946
    ABomb1977
    Member

    @r-a-y

    I’m trying to figure exactly what might happen before I try it. I definitely don’t want the WSOD again. So my question is this: can the following code

    `


    `

    be run in the functions.php file? Or does it have to be run in the theme header file?

    I want to display my custom header on the front page, but not the subsequent pages. I’d like the subsequent pages (behind the walls of my pretty little patch) to display a smaller (in height) header, so that the pages don’t look so darn cluttered to logged-in users.

    Ideas?

    aces
    Participant

    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!

    #105938
    djshadowja
    Member

    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…

    Leah
    Participant

    Not really an essay

    @mercime
    Participant

    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.

    #105928
    @mercime
    Participant

    @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.

    @mercime
    Participant

    @hnla, I’m not worthy as you are :-) Double checking one-column width in svn with @pcwriter‘s code above, only difference is php file name and template file name, so all’s well.

    #105919
    ABomb1977
    Member

    @travel-junkie

    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?

    #105917
    chipy
    Participant

    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

    @mercime
    Participant

    Thanks @hnla. Now that’s a good example.

    #105911
    Anonymous User 96400
    Inactive

    @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.

    #105910
    ABomb1977
    Member

    @Travel-Junkie

    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

    #105909
    Maichomper
    Member

    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

    #105907
    NrFive
    Participant

    @alierkurt / @hnla

    could you tell me what file needs to be edited for this?

    Tried both codes, but not getting the results expected.

    modemlooper
    Moderator

    Different theme. I’m not supporting widget theme any longer. I may make columns into a custom theme.

    #105899
    Virtuali
    Participant

    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.

    #105892

    This is smh reply

    pcwriter
    Participant

    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.

    #105889
    finni3
    Participant

    @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.

    roman
    Participant

    @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

    Narada Das
    Participant

    @schacherer
    Hi – I would like to know how to make a page template like that please.

    #105883
    okmediagroup
    Member

    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?

    #105881

    In reply to: Find friends option?

    @mercime
    Participant
Viewing 25 results - 41,976 through 42,000 (of 68,948 total)
Skip to toolbar