Search Results for 'buddypress'
-
AuthorSearch Results
-
August 18, 2010 at 10:32 pm #89608
Roger Coathup
ParticipantI 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?
August 18, 2010 at 10:15 pm #89605In reply to: Make Private Groups Visible
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 joinAugust 18, 2010 at 9:45 pm #89601In reply to: EventPress
@mercime
Participant@hnla, won’t BP group be automatically created when plugin EventPress is uploaded to WP repo?
August 18, 2010 at 9:40 pm #89600Mack
ParticipantThanks 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

Thanks for your responds again
.Cheers,
MaciejAugust 18, 2010 at 9:21 pm #89597Roger Coathup
ParticipantSome pointers, but not a solution:
@ipstenuThe 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
August 18, 2010 at 9:02 pm #89595In reply to: How do you edit the header file?
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
August 18, 2010 at 8:54 pm #89594In reply to: What template does this use?
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.
August 18, 2010 at 8:21 pm #89592In reply to: BuddyPress Geo plugin
ghostchild
MemberI’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…
August 18, 2010 at 8:07 pm #89590In reply to: Sub-groups under the main group
José M. Villar
ParticipantAugust 18, 2010 at 7:06 pm #89576In reply to: I need ideas for theme creation.
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.)
August 18, 2010 at 7:02 pm #89574r-a-y
KeymasterAhh, 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/3132August 18, 2010 at 6:51 pm #89572In reply to: EventPress
Mark
ParticipantI 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
August 18, 2010 at 6:38 pm #89569r-a-y
KeymasterJust 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.
August 18, 2010 at 6:16 pm #89566In reply to: Group Activity Feed
r-a-y
KeymasterYou 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/Fv5kPuBkModify to your liking.
August 18, 2010 at 5:57 pm #89562In reply to: Group Activity Feed
August 18, 2010 at 5:40 pm #89556In reply to: How I create a tab Reviews like in the plugins?
r-a-y
KeymasterIf 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.
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.
August 18, 2010 at 4:59 pm #89551In reply to: Activation Code after New Member Registration
tomslick
ParticipantI’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.
August 18, 2010 at 4:08 pm #89548In reply to: What template does this use?
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
August 18, 2010 at 3:52 pm #89543In reply to: Singular Activity Stream
modemlooper
Moderator@r-a-y LOL, sometimes you have to POINT out the obvious.
August 18, 2010 at 3:50 pm #89541In reply to: I need ideas for theme creation.
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?
August 18, 2010 at 3:43 pm #89539In reply to: How I create a tab Reviews like in the plugins?
modemlooper
ModeratorCreate your own component.
https://codex.buddypress.org/how-to-guides/creating-a-custom-buddypress-component/
August 18, 2010 at 3:36 pm #89538In reply to: Email notifications to pending group members
robcwright
ParticipantAnother 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.August 18, 2010 at 2:59 pm #89537In 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
August 18, 2010 at 2:51 pm #89535In 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).
-
AuthorSearch Results