Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 35,001 through 35,025 (of 69,104 total)
  • Author
    Search Results
  • #124704

    In reply to: Page Hiearchy Fail

    r-a-y
    Keymaster

    If you change any page settings in WordPress, make sure the page configuration under “BuddyPress > Pages” matches your changes.

    On my test install, I have a parent page called “Community” and then for my members and groups pages I set my parent to “Community”. Next, I navigated to “BuddyPress > Pages” to double-check that BP picked up the changes.

    So now, my members page resides at example.com/community/members and my groups page resides at example.com/community/groups.

    Is this what you mean? If not, please elaborate.

    #124703
    @mercime
    Participant

    Artisteer – ouch! :-) Tell me you don’t have a div id=”content” in your Artisteer and we could swing it by only adding two files to your Artisteer theme to make it compatible with BP. If not, we have to revise 16 files to make theme compatible with BP plus some styling tweaks and you’re done.

    Go to pastebin.com
    Open up your theme’s header.php, footer.php, index.php, page.php and sidebar.php
    Copy source of header.php and paste it to pastebin.com, click submit, and post the generated URL here.
    Same goes for the footer, index, page and sidebar

    I understand you want to make all BuddyPress pages full-width. If it’s not-too-crazy do-able, I’ll post the how-to here. If not, I’ll let you know.

    #124702
    4ella
    Participant

    @r-a-y Thank you very much !! works perfectly your code snippet :-)

    #124701
    r-a-y
    Keymaster

    I would suggest recreating the original forum topic — “Setting up sub-forums in the Site Wide Forums ” — as there are some inherent bugs with the custom BuddyPress setup here on buddypress.org.

    As far as your question about sub-forums with bbPress 2.0, you should try posting on the bbpress.org forums:
    https://bbpress.org/forums/

    #124699
    r-a-y
    Keymaster
    #124698
    r-a-y
    Keymaster
    #124697
    r-a-y
    Keymaster

    It’s hard to tell exactly what’s wrong based on your description. It could be theme-related or it could be code-related based on a previous code snippet you were using for BP 1.2.x.

    I would recommend checking out the differences in your theme first:
    https://buddypress.trac.wordpress.org/changeset?reponame=&new=5224%40trunk%2Fbp-themes&old=4777%40trunk%2Fbp-themes

    #124694
    r-a-y
    Keymaster

    Are you using a custom theme?

    By default, BuddyPress doesn’t record activity items when someone changes their avatar or when someone’s profile is updated.

    #124692
    r-a-y
    Keymaster

    Thanks Chris for testing and finding the problem.

    Your fix has been added to the theme compatibility page:
    https://codex.buddypress.org/releases/1-5-developer-and-designer-information/#theme

    If you encounter any other bugs since upgrading to BP 1.5, please post about them! Thanks!

    #124689
    @mercime
    Participant

    @MrHatchet
    – What WordPress theme are you attempting to integrate with BuddyPress? Did you check out https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/ ?
    – Did you install and activate the BP Template Pack plugin then go through the Compatibility Process? Strange, the plugin does not mess around with header width.

    #124684
    ossendryver
    Participant

    where do i find the /hermes/ folder or anyhting

    #124683
    Paul Wong-Gibbs
    Keymaster

    Themes always go in WordPress’ /wp-content/themes/ folder.

    #124679
    broniors
    Member

    6. (I think I must love testing) I have found that with a new user if I create them in the admin, then set their password (but not tell them) … and then they go to forget password … and then log in … it all works perfectly.

    I think I have narrowed it down to new users on a multisite that are created and then use the system generated password can not see the sites that they have ‘access’ to in the sites list on the admin bar or on the sites page. However if they go to the URL for the site (or the site’s admin) they have their appropriate level of access. I have found if they try and change their passwords through the front interface this does not fix the problem.

    I have found that as a work-around if a admin person comes in and changes their password in the admin section of the website they can then see their sites in both the admin bar and the sites page. While this work-around is OK for now I am going to have problems with this when I move to having the system allow new users to be created by other people (and for themselves)

    #124678
    ossendryver
    Participant

    Now it says this.

    Fatal error: Call to undefined function bp_get_settings_slug() in /hermes/bosweb26d/b1249/ipg.krugersightingscom/wp-content/plugins/buddypress/bp-activity/bp-activity-notifications.php on line 143

    I know nothing about coding so if you know can you help me with the exact steps please.
    Thanks

    #124676
    broniors
    Member

    5. I have completed another senario. If I create a new users … do not send the email. Have them go to the website to ‘reset the password’. They then follow the link in the email and use the new password. It then allows them to login and takes them to the sub-site admin .. but it does not show the site under the sites dropdown in the admin bar and when you go to the sites page it does not show the sub-site.

    This is a completely new user that has not accessed the site at all, has no posts assigned to it.

    I have also had the user try to change their own password and this did not change the admin bar problem or show the sites on the ‘sites’ page.

    #124675
    broniors
    Member

    4. I have tried another senario. If create a new user … do not send the email … and set the password in admin. They can access all sites

    #124674
    chr313
    Member

    @nahummadrid i see if can do something with it i will let you know. Can you send your url and a sample search? so i can see if i can fix the broken image problem?

    #124673
    Nahum
    Participant

    @chr313 no not any special sitewide search, per se. I just create a page template for searching just activity. something like this more or less.

    `

    <form name ="form1" method="post" class="profile-search-form" action="/search”>

    <input type="Submit" name="Submit1" id="searchsubmit" value="” />

    `

    `

    `

    basically that in the main body of the search page template. It’s not perfect, and probably not great at all…but it’s as far as I got and it does the job for searching the activity stream. I know when I try leave the page I get a prompt from the browser asking me if I’m sure I want to leave. So if any ideas how this can be improved…i’d love to hear it.

    #124671
    chr313
    Member

    @nahummadrid Can I ask you if your using some sort of site wide search for your 1.5 install? I had to go back to 1.2.9 to get it working.

    Thank you,

    chr313
    Member

    @johnjamesjacoby you answered my question, I was simply just saying site wide forum activity was not posting on the activity stream, that’s it in a nutshell. I thought site wide forum activity would post just like group forum activity. If it doesn’t than that’s ok, I just assumed it would function the same in that regard.

    Thank you,

    #124669
    chr313
    Member

    @nahummadrid ok good, yeah it was hard to paste code here, it left out some markup. Can you give me an example? Can you send your url and a sample search?

    #124668
    Nahum
    Participant

    @chr313 cool couldn’t get it working at first, but I modified this

    `function highlight($needle, $haystack){
    $ind = stripos($haystack, $needle);
    $len = strlen($needle);
    if($ind !== false){

    return substr($haystack, 0, $ind) . ‘‘ . substr($haystack, $ind, $len) . ‘‘ . highlight($needle, substr($haystack, $ind + $len));
    } else {
    return $haystack;
    }
    }
    `
    and was able to get it working with 3.2.1 & 1.5

    One thing though, i’m seeing now…if the keyword is found in thumbnail image url, it breaks the image and link because the highlight is inserted in the url. any ideas.

    #124666
    chr313
    Member

    @nahummadrid I wrote a way to highlight activity stream. I’m using the global unified search from @sbrajesh Also I am using wp 3.2.1 and bp 1.2.9. I went back to an older version because I needed the global search to work. The next thing I’m trying to do is see if the global search for the comments to updates as well, then highlight those results. Here is my test site here.

    http://chr313.powweb.com/1.2.9/

    In your functions file add these:

    function highlight($needle, $haystack){
    $ind = stripos($haystack, $needle);
    $len = strlen($needle);
    if($ind !== false){
    return substr($haystack, 0, $ind) . '' . substr($haystack, $ind, $len) . '' .
    highlight($needle, substr($haystack, $ind + $len));
    } else return $haystack;
    }

    function bp_activity_content_body_return($activity_body) {
    $activity_body = highlight($activity_body, bp_get_activity_content_body());
    echo $activity_body;
    }

    In your theme file under
    /themes/bp-addata/activity/entry.php replace the exising contents of div activity inner with this

    if (isset($_POST)){
    bp_activity_content_body_return($_REQUEST)
    }else{
    bp_activity_content_body()
    }

    In your css file add
    #highlighter {
    background-color: #FFEE5A;
    }

    Hope that works for you,

    #124664
    evo252
    Participant

    Hello,

    I have the same problem in the members page:
    Fatal error: Call to undefined function bp_activity_get_permalink() in mysite.com/wp-content/plugins/buddypress/bp-members/bp-members-template.php on line 590

    Then, whatever is the template, when users edit their profile, it’s updated well but with the error message that says that an error occurred…

    How can I fix this bug ?

    Tammie Lister
    Moderator

    First up hoorah to the 1.7 meaning bbPress like templating!

    I do like the idea of a new theme in 1.7 then to reflect that. A mobile first, brand spanking new theme – oh my that would rock.

Viewing 25 results - 35,001 through 35,025 (of 69,104 total)
Skip to toolbar