Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 49,526 through 49,550 (of 68,986 total)
  • Author
    Search Results
  • #85504
    intimez
    Participant

    @cnorris23

    Understood and trying to provide as much info as you need to get this issue addressed so one less ticket. chrome is 6.0.458.1 dev and firefox is 3.5.9
    attached image of a different one in trac
    happens on every picture uploaded
    i finish two new installs with same problem

    #85501

    In reply to: page not found errors

    r-a-y
    Keymaster
    #85500
    Joe Marino
    Participant

    @hnla Ah, sweet… I’m definitely going to install this BP Xtra Signup plugin then. I’ll let you know how that goes.
    @rogercoathup Thanks for providing the link! Forgot to say that earlier… better late than never though, right? :)

    #85497

    In reply to: page not found errors

    Jonathan Carroll
    Participant

    John, I copied your web.config file to my server and am experiencing the same problem. I have found several others here on buddypress experiencing the sdame thing and it seems thye are all hosted on Godaddy as I am:

    Here (this describes my problem exactly)
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/404-flashes-then-redirects-fine-when-creating-groups/

    I have seen others as well.

    Any further thoughts?

    #85492
    thekmen
    Participant

    @alanchrishughes, @djpaul is dead right, it should have been a child theme. I started looking at it before WP 3 was out & figured most wouldn’t have Twenty Ten installed so started it as a stand alone theme. It only took 10 mins to turn it into a child theme, should have done it sooner….
    All others will be done as child themes where possible.

    #85491
    rossagrant
    Participant

    @nuprn1 Hi Rich! I have edited the bp_activity_delete_link in bp-activity/bp-activity-templatetags which seems to have removed the delete links for non admins in both the sitewide activity page and group activity but I can’t seem to track down where to filter for the activity on a members personal profile.

    Do you have any ideas where it might be and am I still looking for bp_activity_delete_link?
    Thanks
    Ross :0

    #85490
    thekmen
    Participant

    @rhuslandlord try adding #sidebar .avatar { float: left; } to your style.css

    #85487
    modemlooper
    Moderator

    There are themes and plugins.

    couple examples
    http://ericulous.com/2008/08/10/wp-theme-jobpress-for-job-boards/

    Demo

    #85485
    Brandon Allen
    Participant

    @intimez thanks for the info. What version of Chrome and Firefox are you using?

    I said possible related, because who knows exactly what “can’t crop” means. It could mean they are completely unable to crop, or it could mean that it’s the same issue as you. That’s why it’s always good to give as much detail as possible. I am however inclined to agree with you since you’re having the issue on Chrome and Firefox.

    As far as posting images on Trac, you just click the add attachment button. Make sure you fill in the “Description” box when adding an image so people know what they’re about to see.

    From your images, it looks like you were uploading a transparent gif or png. Is this correct? If so, which one? If it’s a png file, is it 8-bit, or 24-bit? Would you mind posting, for download/testing, the actual image you used where you got the error. Along with this, do you get the error on every image you try, or was it just that particular image? I know that’s a lot of questions, but they help.

    starepod
    Member

    I am doing something very similar to this using @boonebgorges function where i am passing a bunch of user ids for the ‘include’ argument and setting ‘per_page’ to 10. The query is returning only activity from the users i specified (so, that’s good), but the pagination is all messed up (not so good).

    I am not using the ‘load’ more button, just the default pagination. bp_activity_pagination_count() is showing the correct per page count, but the actual number of items being displayed varies wildly, from 4 to 10.

    Has anyone else encountered this?

    #85478
    alanchrishughes
    Participant

    @djpaul so you want there to be only one buddypress theme?

    #85476
    jordashtalon
    Member

    @djpaul

    Thanks that worked perfectly, it even kept the stuff from All in One SEO!

    #85474
    Pisanojm
    Participant

    Three issues right now with Unified Search as far as my test…

    1. Seems like it is based on MU so it shows a search for “blogs”…
    Looks like this can be pulled by commenting the // show blogs search result section in the functions.php mod…

    2. It does not actually search the BLOG of the site (or doesn’t report it)… it shows a column for “blog search results” but does not populate… at least on my site. In other words, when I search for something that is clearly in a site blogpost, it returns nothing in the search results under Blog or Blogs..

    3. The Sidebar doesn’t show… at first glance, i thought it might be because it was using the -?php get_sidebar (); ?- pull but I changed that to -?php locate_template( array( ‘sidebar.php’ ), true ) ?- and it still doesn’t show (substituting – for brackets) …

    The CSS is a little messy… you can easily change this by adding the following to default.css and populating however …

    .memberss-search-result {
    display: block;
    border-bottom:2px dashed #628FBD ;
    margin: 12px;
    padding: 5px;
    color: #1B2C9E;
    }

    .groups-search-result {
    display: block;
    border-bottom:2px dashed #628FBD ;
    margin: 12px;
    padding: 5px;
    color: #1B2C9E;
    }

    .blog-search-result {
    display: block;
    border-bottom:2px dashed #628FBD ;
    margin: 12px;
    padding: 5px;
    color: #1B2C9E;
    }

    .blogs-search-result (display: block;
    border-bottom:2px dashed #628FBD ;
    margin: 12px;
    padding: 5px;
    color: #1B2C9E;
    }

    .forums-search-result {
    display: block;
    border-bottom:2px dashed #628FBD ;
    margin: 12px;
    padding: 5px;
    color: #1B2C9E;
    }

    Any Idea on how to fix 2 and 3 above? I would appreaciate it!

    r-a-y
    Keymaster

    The code I posted above should allow you to do what you mentioned.

    Youtube videos in forum posts for all users can be done with the oEmbed for BP plugin.

    Joe Marino
    Participant

    @r-a-y Thank you for the helpful information! To answer your question, I would like to give my group admins the ability to embed an iframe into their group descriptions to facilitate an external signup. Perhaps there is a way to limit the functionality of iframes to a specific domain or set of domains? I would also like to allow them to embed rich media into their forum posts such as youtube videos for example. In fact, I would like to grant this ability to all registered members on my site.

    #85470
    Anonymous User 381093
    Inactive

    Same problem

    #85468
    Joe Marino
    Participant

    @hnla that’s a good point! I guess I could do a localization after installing the plugin to make it say what I want. Speaking of which, is it possible to insert hyperlinks into a localization file? If not, I guess I’ll have to figure out how to make the edit from within the plugin files.

    I understand that having my users read my privacy statement is not necessarily a “requirement”. However, it’s better to be safe than sorry these days as people are suing over petty issues like having their identity stolen. (Disclaimer: that was sarcasm by the way… in case any of you who are reading this didn’t catch on to that, lol)
    – Press ALT+F4 to acknowledge that you have read the disclaimer above.

    All jokes aside, my privacy policy describes the ways in which my company attempts to protect the privacy of our members and I would like to ensure that this information is admissible in court if the need should ever arise. Requiring that my members read the privacy policy before creating their account is simply a means by which to ensure that end is achieved.

    #85463

    In reply to: 404 Error

    r-a-y
    Keymaster

    Great! Glad it works!

    FYI, since wp_redirect() is a pluggable function, you could probably just recreate the function with your mod and create a small plugin for it! That way you won’t have to hack the WP core.

    *Edit – Here’s the fix bundled into a quick plugin:
    http://buddypress.pastebin.com/download.php?i=S8e3t2Se (updated July 24th, forgot to wrap a !function_exists call around the function)

    Save as a PHP file and add it to /wp-content/mu-plugins/ or add it to the regular plugins directory and activate network-wide.

    #85453
    r-a-y
    Keymaster

    If you’re the admin of your WP site, you should see a “My Blogs” menu in your BP admin bar (located at the very top).

    Mouseover this menu and find a link called “Dashboard”. Click on that and you should be good to go!

    #85452
    roelant
    Participant

    Yeah, thanks, I got that thing working, and it seems that that was the problem yesterday when I couldn’t see my new setup-fields.
    But now I have a new problem… I cannot enter my admin site anywhere!

    Where should I do that?

    #85451
    r-a-y
    Keymaster

    The bp-default theme is missing the comments_template(); function call in page.php.

    You can add this yourself!

    Copy over /bp-themes/bp-default/page.php to your child theme and add:

    comments_template();

    just before the endwhile line.

    #85441
    r-a-y
    Keymaster

    Welcome to BuddyPress!

    First of all, are you installing a fresh WordPress install with no prebuilt theme? If so, make sure you have BuddyPress activated, then in the WP admin area, navigate to “Appearance > Themes” and enable the “BuddyPress Default” theme.

    #85436

    In reply to: Edit comments

    Mark
    Participant

    @paulhastings0 @nuprn1 So does this mean there is a solution? Thanks.

    #85434
    Mark
    Participant

    Or is there any way to enable comments on buddypress pages, I’m using the wordpress HTML changes at the moment which may explain why it messes up the sidebar?

    #85432
    finni3
    Participant

    Thanks @hnla
    I commented out your suggestion in my child theme so it is not possible to reply anymore. Now all I have to do is edit out the “what´s new?” form and it´s done.

    Also I replaced

    with

    in the /activity/index.php template

    Just have to edit the template for group activity and I´ll be done :)

Viewing 25 results - 49,526 through 49,550 (of 68,986 total)
Skip to toolbar