Search Results for 'buddypress'
-
AuthorSearch Results
-
July 5, 2011 at 12:53 am #115732
snowgurl11
MemberHelp! I updated to 3.2 before I read about the 1.2.9 update. So, I’m getting the bp-forum error. Of course, I can’t go in and update that now. I tried clearing cache. Tried it in Firefox and Safari and same error in both. I’m using W3 Total Cache and speedymirrors so I imagine things are cached there, too. How can I clear it when I can’t get to the admin?
July 5, 2011 at 12:35 am #115731In reply to: Adding Posts to a BuddyPress Group
sdls
MemberFirstly 4ella thanks for responding to my post, not always sure what is spam and what is not…… the link provided http://buddydev.com/forums/topic/plugin-for-frontend-posting#post-9118 points to a table of contents with no mention of a plug-in….. you can see why I was confused…. please pardon the misunderstanding.
This link looks very interesting: http://buddydev.com/plugins/blog-categories-for-groups/
Any chance you could check that first link?
Thanks again for the feedback.
S.
July 5, 2011 at 12:27 am #115730In reply to: Customizing BuddyPress Sign-In Header
July 4, 2011 at 11:53 pm #115726In reply to: Adding Posts to a BuddyPress Group
4ella
ParticipantSPAM ? What should be a profit to sending you on buddydev.com pages ?
when You are in the title speaking about > Adding Posts to a BuddyPress Group
AND in content:
“Over the last few months I have had several clients requesting POST integration into the buddpress group structure. If anyone has BP experience customizing these aspects, your feedback would be GREATLY appreciated.”
AND in other place you say:
“Creating and editing posts on the front-end for members of a group, especially attempting to integrate the pop-up media manager can be very challenging.”AND I am responding you :
Take a look here because Brajesh is working now on http://buddydev.com/forums/topic/plugin-for-frontend-posting#post-9118 plugin because of adding this to his another very interesting plugin ..http://buddydev.com/plugins/blog-categories-for-groups/ plugin , which when finished will enable front-end creating posts for members of a group.Sorry that I didn’t read and respond your other questions which I am not expert at all . Maybe I really don’t understand what do you exactly want.
July 4, 2011 at 10:40 pm #115719In reply to: How to create a business directory in BP?
pcwriter
ParticipantHang on. I think I led you a bit astray with Buddypress Links. It does what you want, yes, but it creates links to already existing web pages/sites/videos/images/etc. You are however limited to only one display image, but it fetches all available images automatically and gives you the choice of which to use as the avatar. You can see an example of it working here: http://buddylite.com/links/
Creating a custom post type would link back to the author’s BP profile, just like any blog post. Basic CSS rules could then be added to your theme’s style.css to display the entries in a directory-like fashion on an archive page.
Another solution altogether could be to simply add a front-end post form like Quick-Post-Widget that allows posting only to a category you create specifically for this purpose (Businesses). Then create a menu item linking to that category archive in WP custom menus. Your theme’s archive.php template can be customized to display posts in that category in any directory-like fashion you prefer (grid, list, etc.). Finally, a category-specific search plugin could be used in your theme allowing users to specify the “Businesses” category you created.
https://wordpress.org/extend/plugins/quick-post-widget/
https://wordpress.org/extend/plugins/search.php?q=category+search&sort=July 4, 2011 at 10:39 pm #115718John James Jacoby
KeymasterBrowser probably cached it, yeah. We have some cache-busting built into BuddyPress 1.3, so future versions won’t have this problem.
July 4, 2011 at 10:31 pm #115717NrFive
ParticipantWindows XP
Chrome / FireFox
WP 3.2Clearing cache now

Edit:
clearing cache helped… but now I’m curious why it did…
Is it because the old script is still remembered somehow?July 4, 2011 at 10:24 pm #115716In reply to: A quick note about WordPress 3.2
John James Jacoby
Keymaster@valuser – The migration to 1.3 will be just as easy, but we are making a few under-the-hood changes that still need to be tested for backwards compatibility.
July 4, 2011 at 10:22 pm #115714John James Jacoby
KeymasterI just tested BuddyPress 1.2.9 on WordPress 3.1 and WordPress 3.2 and everything was perfect.
* OS
* Browser(s)
* WP Version
* Try clearing cache?July 4, 2011 at 10:05 pm #115712In reply to: Adding Posts to a BuddyPress Group
4ella
ParticipantTake a look at http://www.buddydev.com , these days should be released Groups frontend post editor .
http://buddydev.com/forums/topic/plugin-for-frontend-posting#post-9118July 4, 2011 at 9:50 pm #115709In reply to: A quick note about WordPress 3.2
July 4, 2011 at 9:37 pm #115708July 4, 2011 at 7:26 pm #115700In reply to: HELP WITH HEADER
megt12
MemberActually, as everything i tryied failed, the only thing i’ve done is to create a child theme as its explained here https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
And changed the size of the header.
So basically i’m just beggining. If someone could tell me step by step, not assuming i know anything at all xD
I have the default coding. Need to make my header a link to home, so if some 1 clicks it, it goes to home, and if it’s possible for it to change between 3 or 4 img’s, it would be great.
Thanks.
July 4, 2011 at 6:46 pm #115695In reply to: Adding contact form to members profile.
ultimateuser
ParticipantAre you able to give support on above?
July 4, 2011 at 6:14 pm #115689In reply to: How to create a business directory in BP?
pcwriter
ParticipantTastyKitchen is a highly customized site but you can achieve very satisfactory results for your business directory idea with the Buddypress Links plugin:
https://buddypress.org/community/groups/buddypress-links/Or you could dig in and learn about custom post types:
https://codex.wordpress.org/Post_Types
There’s also a pretty good plugin for creating custom post types. I’ve played with it (not extensively, mind you) and it works well:
https://wordpress.org/extend/plugins/custom-post-type-ui/July 4, 2011 at 6:03 pm #115687In reply to: How to add a NEW nav item to GROUPS nav bar
odiseo
MemberOk, I found my answer:
1. Go to /wp-content/plugins/buddypress/bp-groups.php
2. After line 200, you’ll see that the nav bar items are added for Groups page
3. Then just add something like:
bp_core_new_subnav_item( array( ‘name’ => ‘Your New Tab’, ‘slug’ => ‘your-new-tab’, ‘parent_url’ => $group_link, ‘parent_slug’ => $bp->groups->slug, ‘screen_function’ => ‘your_screen_function’, ‘position’ => 11, ‘item_css_id’ => ‘home’ ) );You can change ‘position’ integer considering that all other nav bar items have presets values of 10 multiples (10,20,30…)
July 4, 2011 at 3:33 pm #115682In reply to: Buddypress Facebook Connect and Avatar Plugin
n0ise
Participantoops sorry forgot to write down my email…im going to test it now and following my feedbacks and/or suggestions.. (Y)
edit: quickly tested it out, it’s a great addon. My first suggestions are:
1- i hate popups, an embedded version maybe in a wordpress page would be great
2- in the profile, the picture is a little bit to the bottom, in my opinion it could go a little up.
3- it woud be great if from facebook could grab email and locations too.July 4, 2011 at 3:30 pm #115681n0ise
ParticipantHey I love your website. I love the member area and the ajax stuff, i think i’m going to embed it as well on my (yet alpha) work in progress website. Thanks
edit: embeddd and working fine but as you said, ” I had problems getting a:active css attributes to show, but besides that it’s worked just fine.” i have the same issue, active button remains on the “activity”

edit: i’ve noticed another “bug”, in the activity, the filter is not working, but it seems to be a WP 3.2 problem
July 4, 2011 at 1:47 pm #115672ARHistoryHub
ParticipantYeah, it’s not too tough. I’m it would be easy to write a plugin for this, but not being a developer myself, I’ve no idea how to. Perhaps this could be my first?!
July 4, 2011 at 1:33 pm #115671pcwriter
ParticipantAdd the following to your theme’s style.css (you’ll find the Repro theme designer was thoughtful enough to include a section for Buddypress at the bottom
)table.forum td img.avatar {display:none;}
July 4, 2011 at 12:33 pm #115668In reply to: Difference between Buddypress v.1.2.8 and v.1.3 ?
Paul Wong-Gibbs
KeymasterNo

Some theme stuff I want to blog about hasn’t been finished yet, I imagine that sort of thing is holding up.July 4, 2011 at 12:30 pm #115665In reply to: Buddypress 1.3 – release 1 – 2 weeks?
Hugo Ashmore
ParticipantProbably ought to establish beta cycles earlier on in development cycle, this will feel and act more like a RC when it lands.
July 4, 2011 at 12:25 pm #115663In reply to: Buddypress 1.3 – release 1 – 2 weeks?
Paul Wong-Gibbs
KeymasterNo, but a beta soon.
July 4, 2011 at 11:28 am #115662In reply to: HELP WITH HEADER
Hugo Ashmore
Participant@megt12 on a public help forum it’s bad form to expect or try and move a topic away to private messaging, help given is always thought to perhaps be useful to others stumbling across the thread in searches.
Defines go in your wp-config.php file.
You will definitely be needing to explain the steps you have taken thus far and the point you are at if it’s going to be possible to provide meaningful help.
July 4, 2011 at 11:06 am #115661In reply to: HELP WITH HEADER
-
AuthorSearch Results