Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 47,926 through 47,950 (of 68,967 total)
  • Author
    Search Results
  • #89608
    Roger Coathup
    Participant

    I think there is something wrong in your basic install / wp-config.php / .htaccess setup. I’m surprised to see your blog pages have index.php in the url, even though you’ve set /%category%/%postname% as the custom structure.

    I suspect the problem is not in BuddyPress, but perhaps in the basic underlying install structure.

    Unfortunately, I’m not an expert on fixing this though. Anyone else able to help?

    #89605
    amahesh
    Member

    @r-a-y
    I am trying to make a group for “American Restaurants” and I want everyone to be able to see the content of the group, but only accounts which are actually restaurants to be able to request an invitation and join

    #89601

    In reply to: EventPress

    @mercime
    Participant

    @hnla, won’t BP group be automatically created when plugin EventPress is uploaded to WP repo?

    #89600
    Mack
    Participant

    Thanks a lot, my function now works. Maybe I made sth wrong with these parameters. Messages now appear in database, the problem is that PMs are enabled in buddypress settings. I guess I will have to implement inbox myself, as it would be faster :P

    Thanks for your responds again :).

    Cheers,
    Maciej

    #89597
    Roger Coathup
    Participant

    Some pointers, but not a solution:
    @ipstenu

    The featured image is referenced by _thumbnail_id . It’s not stored in the $post data structure, instead it’s held in the postmeta table.

    There are look up functions to get the featured image from the post_id of course, but not sure how efficient these would be… I guess you still have to have to switch to the correct blog (switch_to_blog()), before using the post_id in the 3.0 multisite world?

    Maybe I’m taking it off track here

    #89595
    Roger Coathup
    Participant

    @geekoftodd: Post your code using pastebin (pastebin.com) as it’s not showing in the forum

    The header.php file for the default BuddyPress theme is in /plugins/buddypress/bp-themes/bp-default

    Keep that theme where it is, and develop your child theme (derived from bp-default) in the standard themes directory

    #89594
    Roger Coathup
    Participant

    @hnla – yes, a lot of the ‘disproportionates’ probably just need the API / template tags stripping back to something finer grained. Leaving the control on string building, content and presentation in the front end templates.

    #89592

    In reply to: BuddyPress Geo plugin

    ghostchild
    Member

    I’ve got this so close to working but now users can’t save their profile group if it contains the Location field… any ideas…? It looks like it’s doing it – connects to maps.google.com then says Done but no save…

    #89590
    José M. Villar
    Participant
    #89576
    Nahum
    Participant

    @modemlooper it’s just from scratch, canvas theme, but as I’m modifying…i’m seeing less and less need for the forums even as a plugin…since the QA theme would just be one big plugin anyway that’s much easier to manipulate and add other plugins to like voting, popularity, etc. It would be tough to get that with a plugin I would think. (in multisite of course..would need the plugin for single I guess.)

    r-a-y
    Keymaster

    Ahh, I understand why it doesn’t work right now.
    It’s because BuddyPress 1.2.6 hasn’t been released yet with the updated patch.

    If you can’t wait for BP 1.2.6, make the following change:
    https://trac.buddypress.org/changeset/3132

    #89572

    In reply to: EventPress

    Mark
    Participant

    I got the same message as @PJ ‘The plugin generated 294 characters of unexpected output during activation. If you notice ‘headers already sent’ messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”

    This led to this…any ideas?

    Warning: include() [function.include]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/collabbo:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/collabbo/public_html/wp-includes/template-loader.php on line 43

    Warning: include(/) [function.include]: failed to open stream: Operation not permitted in /home/collabbo/public_html/wp-includes/template-loader.php on line 43

    Warning: include() [function.include]: Failed opening ‘/’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/collabbo/public_html/wp-includes/template-loader.php on line 43

    #89569
    r-a-y
    Keymaster

    Just looking over the parameters again, it appears that the “recipients” parameter should be an array.
    So try changing that.

    PMs and other BP components can be enabled/disabled from the “BuddyPress > Component Setup” page in the WP admin dashboard.

    #89566

    In reply to: Group Activity Feed

    r-a-y
    Keymaster

    You have to modify the code from that other post to work for groups.

    Use a conditional like bp_is_group_home(), then modify the query string to add the “user_id” parameter for the group admin.
    http://pastebin.com/Fv5kPuBk

    Modify to your liking.

    #89562

    In reply to: Group Activity Feed

    amahesh
    Member

    @r-a-y or anyone else have any suggestions?

    #89556
    r-a-y
    Keymaster

    If you want to emulate the reviews functionality for groups, then I’d recommend building it off the awesome Group Extension API:
    https://codex.buddypress.org/developer-docs/group-extension-api/

    It’s actually not that hard to build it.

    #89555

    In reply to: My site

    Anton
    Participant

    @thelandman Added a function to the _inc/global.js file and called the function on the files activity/entry.php, activity/post-form.php on the textarea in my child theme. There’s most likely better ways to do it, but it works. It displays how many characters you have left and stops you from entering when you have reached 200 chars.

    #89551
    tomslick
    Participant

    I’m also seeing the same issue using WordPress 3.0 and Buddypress 1.2.5. Zero BP plugins installed.

    Email gets sent, user clicks on it but still gets the activation code screen. Enter the code results in an error message about the code being incorrect.

    It’s not a very good first impression.

    #89548
    Roger Coathup
    Participant

    @lunakm – You see all the comments in the activity stream anyway… but, ok… having the link to give someone is useful in your use case.

    Part of the annoyance, is that the view link is there by default, gives a poor user experience, is useless 99% of time, and difficult to remove (it’s not as simple as an edit in a template file).

    Keeping the permalink page is fine, but the view link to it probably shouldn’t be included as part of the default long activity header string that’s generated by the core activity files.

    i.e. the view link should be opt-in, not ‘re-implement’ a core function (or write a ‘very clever’ string parsing filter) if you want to remove it

    #89543
    modemlooper
    Moderator

    @r-a-y LOL, sometimes you have to POINT out the obvious. ;)

    #89541
    modemlooper
    Moderator

    @nahummadrid bb forums are leaving BuddyPress to become a WordPress plugin. This might open more opportunities to customize it. What QA theme are you using or is it from scratch?

    #89539
    modemlooper
    Moderator
    #89538
    robcwright
    Participant

    Another email a user, the same user, got from a group she doesn’t belong to:

    On Mon, Aug 16, 2010 at 10:14 PM, Crash <crash @crash.coop> wrote:
    Robbie Wright started the forum topic “Test topic (again)” in the group Planning: Mentorship:

    “Just testing, ignore me.”

    To view or reply to this topic, log in and go to:
    http://crash.coop/groups/making-it-happen/forum/topic/test-topic-again/


    To disable these notifications please log in and go to: http://crash.coop/groups/making-it-happen/notifications/
    Your email setting for this group is: New Topics, therefore you won’t receive replies to this topic. To get them, click the link to view this topic on the web then click the ‘Follow this topic’ button.

    #89537

    In reply to: EventPress

    Roger Coathup
    Participant

    @kunalb – I suspect EventPress is going to be a very important plugin – congrats on the work.

    Given this – It might an idea to make a specific group for EventPress, rather than posting in the general third party components and plugins group

    Looking forward to using it. Cheers, Roger

    #89535

    In reply to: EventPress

    kunalb
    Participant

    @PJ: Just eliminated the called — that debug fn slipped through the cracks — had used it while modifying the posts query for sorting thru eventpress. That would probably also explain the issue with the theme, I guess.

    I’ve removed that call — can you check if that stops breaking the theme: http://kunal-b.in/0.1/debug/EventPress.tar.gz . (This is a bleeding edge version of EventPress, so it might be better if you wait till this weekend is over before going live).

Viewing 25 results - 47,926 through 47,950 (of 68,967 total)
Skip to toolbar