Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 48,276 through 48,300 (of 68,969 total)
  • Author
    Search Results
  • #88653

    In reply to: Changing blog page

    Beck B
    Participant

    Try this yet?
    Show Excerpts
    Except instead of copying over and editing the site’s main index.php, make sure you find the right file for your theme (in bp-default, that’d be the index.php file in the blogs directory–probably the same for BP Widget Theme, but I haven’t looked at it).

    #88646
    PH (porsche)
    Participant

    You can try by adding “DirectoryIndex” by way of modifying the HTACCESS file.

    The way I did it was I added the line:

    DirectoryIndex my-main-landing-page-on-my-home-page.html

    this tells your webserver to use that file as the main “index” instead of the “index.php”

    it seems to work well as “maintenance page” while keeping all of the functionality of buddypress intact (blogs, members, sign ins, etc) still seem to function.

    #88645

    In reply to: BP Member Filter

    John Lewis
    Participant

    @chopo87

    It was actually me that fixed the template error. Granted I didn’t know why, see below:-

    https://wordpress.org/support/topic/plugin-bp-member-filter-cant-get-this-to-work

    #88643

    @Pisanojm Thanks but it doesn’t work =/

    #88622
    pcwriter
    Participant

    @hnla

    Wow, you really took this little project to heart, didn’t you? Thanks for investing so much time on it! :-)

    1. Didn’t realize the ul elements could cause problems but it works just fine without them (tested successfully on bp-default and child theme).

    2. By wrapping wp_list_pages in ul elements, all pages aggregate under a top-level “Pages” nav item, with actual WP pages as subnav items and child pages as sub-subnavs as example below:

    “Pages”
    – Page 1 – – Page 1 child 1 – – Page 1 grandchild 1
    – – – – – – – – – – – – – – – – – – – – – Page 1 grandchild 2
    – – – – – – – – Page 1 child 2
    – Page 2

    By removing the “Pages” li element and wrapping the call to wp_list_pages in li elements, WP pages appear as top level, with child pages as subnavs. Creating a new page adds it to the nav as a top-level item, unless excluded (either entering the page ID manually in the code, or with “Exclude Pages” plugin). I prefer it this way, but the modified code could be included as an option in the plugin for those who prefer having all pages listed under a common heading, with instructions on where to change the heading label.

    3. I get no errors with the new WP3.0 checks in place. I couldn’t figure out how to do that, but I see it was a rather simple if !function_exists call. Huh…

    4. I left the top link name “Pages” in the wp_nav_menu calls for now. I have not tested this code on WP3.0 so don’t know if the menus will behave as in 2.9.2

    I ran the code with modifications, both yours and mine, and it works brilliantly. Collaboration is a wonderful thing :-)

    Here’s my revision: http://pastebin.com/4U85PWrt

    No word yet from WP about my plugin submission… still waiting. Got to get to work now, thanks again!

    #88615
    Hugo Ashmore
    Participant

    @pcwriter

    I’ve had to do a fairly extensive rewrite on the function for a number of reasons:

    1/ There was a significant degree of malfomed ul child nesting which prevents drop down aspects working correctly primarily I’ve removed the opening and closing UL elements as they are not required and cause issues.

    2/ Not sure how the wp_list_pages was intended to work but with the parameter ‘title_li’ declared as empty you correctly remove the wrapping elements but would need to add UL elements manually wrapping the function call for the dropdown to function correctly.

    3/ Added back in the wp_nav_menu function calls but wrapped them in a check to see if WP 3.0 is running i.e are the new menu available if not hide altogether.

    Also added a reverse check to remove the wp_list_pages function if using the new menus as there is little point in both and the new menu system serves better.

    4/ Changed region and menu top link names to ‘pages’ but this area is a fundamental issue as it cant be known what the user sets as menu names, ideally one shouldn’t hard code values but retrieve them from the admin menu area, but this proves far too hard to work out (asked a question on WP support but haven’t had a reply and I don’t expect one – sadly there is little codex documentation of any depth on the new menus.)

    This issue applies to the wp_list_pages as well as you can’t really pass any values for ‘include’ and ‘exclude’ as these values can’t be known so you ought to remove those values you have hardcoded (I have left them in).

    If I can get some guidance on how to fetch values from the menu backend view such as menu names then it will be possible to make the menus far more effective but have spent quite a while trawling through the core WP files for nav-menu and it’s not obvious and too time consuming.

    I have copied the revised code to this pastebin page, give it a check over, but don’t assume I have things all correct, run it as plugin copy 2

    http://pastebin.com/trUDaPEP

    #88612
    rustybroomhandle
    Participant

    @anointed – Got it, thanks, and it’s ok, don’t need access, I just want to look at which scripts and css load when the page loads.

    #88611
    Paul Wong-Gibbs
    Keymaster

    @pisanojm ‘s suggestion is probably best. And yes, Gravatar.com is owned by Automattic.

    #88610
    Anton
    Participant

    @r-a-y – can’t get this to work. Here is my code lines 416-440 in bp-activity/bp-activity-templatetags.php – http://pastebin.com/SLR3qk6L

    #88609
    techguy
    Participant

    Just create a language file and change all the references to group: https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/

    #88602

    Let’s say a user visits my site, http://buddypress.com. I want them to view a simple page that has random post’s thumbnail. And when they clicks any of the post thumbnail, they’ll be directed the post page.

    But I want to retain my home page.

    #88599
    taylor
    Participant

    I just noticed that the forums on my site and on BuddyPress.org is stripping backslashes from all of my text. In the example latex code I typed, there should be a backslash attached to “nabla”, “cdot” and “vec{B}”. Why does it do this and is there any way to stop it?

    #88598
    Thibaut
    Participant

    Same problem. I get a single blog buddypress installation (no wp 3.0 blogs network activated). I don’t see any option to search in blog posts. I don’t find any plugin too ??? Does anyone know where to search for this ?

    #88597

    In reply to: Group Activity Feed

    amahesh
    Member

    any thoughts @r-a-y or anyone else?

    #88589
    shaimart
    Participant

    Hey guys,

    Thanks for the replies. Unfortunately I didn’t backup my files prior to the install. I did everything via the admin panel/ dashboard. After installing the BuddyPress plugin itself, one of the options appearing at the top of the dashboard was to upgrade my current theme, that I did. It was a 3 step process I believe, the 1st or 2nd being updating my original theme files.

    I still have the original theme files from when I purchased the theme, though would I have to overwrite all the current theme files with the original? I have made some changes throughout the ones I had, which probably means I’ll be back to where I started, but also, what about the plugins I already have installed? Would overwriting the current theme files with the original ones cause any harm or disruption to my currently installed plugins?

    Thanks for all your help, very much appreciated!

    #88585
    jp
    Participant

    Hi !

    Your idea is great.
    Where do you write all those codes ? into functions.php ?
    Moreover, I would like to merge all “personal”, “friends”,”groups” and “mentions” in one ? using your method, would it be possible ?
    Thanks to help me.

    I’m using wordpress 3.0 , buddypress 1.2.5 , and bp-default theme

    #88579
    Seobrien
    Participant

    Side conversation – it is possible to replace the default avatars with something custom? Not Gravatar but our own folder of images from which to randomly apply avatars?

    #88578
    Craig S. Kiessling
    Participant

    If this is a stupid question, and the answer is hidden in a FAQ or previous topic, etc., please let me know – as I have searched and can not find anything relating to this topic….

    Jamie Marsland
    Participant

    @josemv tks i have insalled and seems to fix my issue. On the install instructions it says min requirement php5 , my server is running 4 but still seems ok?

    #88576
    Seobrien
    Participant

    Been a while since I’ve been back here; nice to see so much progress has been made!
    Going through an overhaul and update of our BP setup and I’m curious if this was ever built into the codebase. Can Buddypress be applied, easily, across domains?

    #88575

    In reply to: User Pages?

    Beck B
    Participant

    Wait, I’m confused. You want it to show up in their profile, right? So why not just create a profile group and relevant fields?
    Although…hmm….that might get tricky in terms of multiple Living/Deceased. Or you just allow a max number of pets (say, 5 in each category) and create that many profile fields. Anything left blank won’t show up in the profile.
    That wouldn’t let you upload photos natively, although I wouldn’t be surprised if we already have a plugin for that.
    Then again, you also wouldn’t have anything compiling everybody’s tributes. Is that what you want? Have to admit, I’m not super-clear on what you’re looking for.

    Hm.. Not my most helpful reply, sorry.

    Another thought: maybe you can mix a form you create with one of the front-end blog post plugins. So whatever interface they’d normally have to post an entry to the blog (your listing of everybody’s tributes) would be heavily locked down to just the info you want. I’m thinking BuddyPress would automatically include a link to the generated tribute post somewhere in their activity feed. (I know you said you don’t want a blog type page, but here I’m assuming you meant that you didn’t want the submission page to be part of a blog, not that you don’t want the submitted tributes to be incorporated in a blog.)

    #88574
    diahelp
    Member

    Never mind dude, Don’t even know what I was asking myself, lol!

    Yeah I just tried it on a crappy template from WordPress and done it all fine! I have experiance on themes, coded my own one into WordPress so didn’t find it hard once started!

    Thanks again :)

    #88573
    Pisanojm
    Participant

    Why not Ping the disqus folks? They might be interested in developing this integration themselves…. it makes sense.

    #88572
    Beck B
    Participant

    If you didn’t back up your files, check with your host. Some (like GoDaddy) do automatic backups periodically, so you might be able to recover your old files.

    #88571

    Some free time returned.

    You can either request an additional parameter for unfiltered text in the “bp_blogs_record_activity_content” filter or in the “bp_create_excerpt” filter.

    So that now exists thanks to @r-a-y ( https://trac.buddypress.org/ticket/2481 )

    I’m assuming I need to tell bp_blogs_record_activity_content to use the excerpt, but would that just be using the code r-a-y already made here: http://pastebin.com/s9PajKjU or something else.

Viewing 25 results - 48,276 through 48,300 (of 68,969 total)
Skip to toolbar