Search Results for 'wordpress'
-
Search Results
-
Topic: Creating custom search pages
Hi everyone,
I’m quite new to BuddyPress but very familiar with WordPress. But have never delved into creating custom search pages.
I want to be able to have a 2 different pages offering two separate criteria for search of member profiles. The plugin BuddyPress Profile Search is good but it only allows one kind of search and I can’t switch off some items that I don’t want searched.
I hope this make sense, please let me know if there are any tutorials or guidelines that I can review. I have tried searching a lot in these forums but keep getting pointed to plugins and from what I can tell none of them suit me really.
I am using a custom theme that I have hacked together from woothemes canvas on the latest version of WP and BuddyPress
Heidi
Hi guys,
Had this issue a few version back and it got patched. Now broke again:
Just created a ticket on Trac after testing it and replicating on a new install.
http://buddypress.trac.wordpress.org/ticket/4488
The original ticket and patch was here:
http://buddypress.trac.wordpress.org/ticket/3697Same kind of issue with caption and shortcode being fed into the activity stream excerpt.
To replicate is simple:
-Open a new post
-Place a picture with a caption BUT NO LINK into the post
-Publish
-You will see the caption and the closing caption shortcode in the stream itemTested on 2 installs and a brand new install of 1.6.1 with no plugins at all running.
Could someone try to verify this and I would be SO grateful for a patch to sort this as I want to launch a new site this weekend!
thanks in advance!, really appreciate it!

Topic: Profile wireframes
I’m going to create a thread per section to collect wireframes and focus discussion in this next phase of refinement. Props to @r-a-y for suggestion.
I’m going to link each set of wireframes we have then please add any wireframes you have and any thoughts you have on the wireframes. Feel free to ‘run with’ people’s ideas too – sometimes a picture can say many words 🙂
Current focus wireframe based on the consensus from dev chat:
https://dl.dropbox.com/s/7hpx36k3ohoj0iz/mock.png
Other wireframe mock ups done in past for profiles:
http://mercime.files.wordpress.com/2012/08/bp17-wire-memberhome.png
https://dl.dropbox.com/u/2339616/profile.png
https://dl.dropbox.com/u/2339616/profilev2.png
http://mercime.files.wordpress.com/2012/08/bp17-wire-memberpage.pngI’ve just installed buddypress plugin in my wordpress 3.2.1 site but it;s showing blank page.
Please help me out of this.
Regards,
Sudeep AcharyaHello, I have had a very difficult time adding buddypress functionality to a development site hosted at “http://wptest.smbsuite.com/wptest”
The installation went wrong and I have subsequently spent hours trying to delete buddypress such that it will run the installation wizard again rather than trying to repair the install.
Also, 1.6.1 is not compatible with my theme. I need 1.5.7 and that seems to no longer exist anywhere on the internet. It would be most helpful if the install could be done from within wordpress so I don’t need to bother the admins with FTP access, but I’LL SETTLE FOR ANYTHING THAT WORKS!
Finally, at the install I had 3 options: 1. Use buddypress out of the box, 2. Use theme management to manually configure, 3. Do nothing. I chose buddypress out of the box because I thought that’s what buddypress support meant. For this next try, what’s the appropriate selection for a site that uses the Gantry Buddypress Plugin to theme Buddypress? I can’t find anything that explains this clearly.
Topic: Extending The User Signup
Howdy Guys,
I’ve working on a project at the moment that requires more information from the user during the signup procedure.
I’ve worked with wordpress for years but this is my first buddypress project.
Basically I need to accept date of birth.
Is there a simple way to add a custom field to the register screen but then also save this information away into the database.
Thanks,
WebDevB
I’m running the latest version of WordPress (3.4.1) and the latest version of BuddyPress (1.6.1). I can view the activity stream in the back-end of WordPress and I can edit the settings for BuddyPress under “Settings > BuddyPress” but I can’t edit anything else. I really need to get custom fields in the profile. Am I missing something? Is something not working? What do I do?
Obviously I’m new at this and thank you to all who help in advance!
Hello,
when I use the sitewide forum of bbpress, the topics started are not listed in the profile under “Topics Started” for some reason.
I get “Viewing 7 topics – 1 through 7 (of 7 total)” but no topics are there…If I install the group forums it works, but I don’t want to use the group forums.
It happens on the BP default theme as well, so I guess it is not a theme issue…
I am using:
– WordPress 3.4.1
– Buddypress 1.6.1
– bbpress 2.1.2
– Salutation Theme 1.5.2Thanks
Day 1 of installing Buddypress 1.6.1, kinda awesome etc
First two things i noticed:
1) It changed notifications for new mails for comments, before it was in the : “[blogname] Comment: [blogpost] FROM: [Comment Author name]” format
Now it become: “[blogname] Comment: [blogpost] FROM: [blogname]” format
I googled it a bit and i am kinda sure all the magic happens here: http://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-core/bp-core-filters.php#L40
Where:
`function bp_core_email_from_name_filter() {
return apply_filters( ‘bp_core_email_from_name_filter’, wp_specialchars_decode( get_blog_option( bp_get_root_blog_id(), ‘blogname’ ), ENT_QUOTES ) );
}
add_filter( ‘wp_mail_from_name’, ‘bp_core_email_from_name_filter’ );`
So i am kindly i ask if there is any quick and dirty (through something like bp-functions.php if available)
2) Admin Dashboard = “OH MY GOD”
Any click in a link containing /wp-admin/ makes the server’s load go to sky even when i am the only user-admin, that’s something i can’t really figure out
For logged in users i was thinking some rewrite of wp-admin link, or not showing at all, as they have profiles so they don’t need any wp-admin access (Maybe if i select not to sync Buddypress+Wordpress members? Or is it discouraged?)
3) -Bonus version- Is there any quick way to add non registered user’s comments under their profile? Via MySQL or something… Just wondering…