Search Results for 'wordpress'
-
AuthorSearch Results
-
November 11, 2010 at 4:31 pm #98051
In reply to: How do I create a non-group Specific Forum?
Jeff Sayre
ParticipantThat’s not possible with BuddyPress at this time. See this: https://codex.buddypress.org/getting-started/faqs/
In fact, I don’t see this ever being an option in BP–even when the new bbPress plugin becomes available. Both BP and the upcoming plugin version of bbP are software layers that sit on top of WordPress. So each is responsible for their own sets of data access functions. Even with BP Group-based forums, the bbP functions are being hijacked to work within BP but only barely.
To have a standalone install of bbPress functioning in WordPress (which is what would give you a site-wide forum) requires a process called deep integration. For more information on integrating bbPress with WordPress, search the WP or bbP forums. Or better yet, just wait until the pluginitized version of bbPress is available!
November 11, 2010 at 1:00 pm #98029In reply to: @mention in wordpress post comment
Tammie Lister
ModeratorAdding in the link too that would rock like it does in forums / streams.
November 11, 2010 at 12:50 pm #98028In reply to: @mention in wordpress post comment
Paul Wong-Gibbs
KeymasterNo, nothing like that.
November 11, 2010 at 12:17 pm #98025In reply to: @mention in wordpress post comment
Jonathan Garnett-Smith
ParticipantHi All,
Does anyone know if you (as an admin) can tag a post with an @mention that will automatically mention all users, instead of having to mention each one individually?
Thanks
Jonathan
November 11, 2010 at 1:31 am #97992In reply to: An error with the site name not showing?
LPH2005
ParticipantDo you have a link to the website?
What versions of BuddyPress and WordPress are installed?
What theme are you using? Have you tried the default theme?November 11, 2010 at 1:00 am #97991In reply to: Exclue certain pages from the menu?
modemlooper
ModeratorEasier with this plugin. https://wordpress.org/extend/plugins/exclude-pages/
In a future version of BP it will use WP menus.
November 10, 2010 at 9:43 pm #97983In reply to: BP Columns, left sidebar alignment
modemlooper
ModeratorCreate a page called home and then choose a page template then in the settings > reading choose that page as the static front page.
More info on WP pages https://codex.wordpress.org/Pages
November 10, 2010 at 7:58 pm #97973In reply to: SMF Forum importer
TSKTom
MemberGreat plugin; I need something like this for my migration. Thank you for creating it ! I’ll have to view the source to see if it migrates all that I need, as there are some mods that I installed which have an equivalent in wordpress, but since they are mods, they will probably not work without some coding. Also I am going to migrated from 1 db (MySQL 4) to another (MySQL 5), so that will require a bit of code also.
November 10, 2010 at 2:04 pm #97960In reply to: BP Columns, left sidebar alignment
tarantini
MemberSorry, I´m new using wordpress + BP. Could you tell me how I can use 2 sidebars (left and right) in the BP to distribute the widgets?
Thanks a lot.
November 10, 2010 at 1:52 pm #97957Paul Wong-Gibbs
KeymasterWhat versions of WordPress and BuddyPress are you using?
November 10, 2010 at 12:55 pm #97953In reply to: Buddypress on Multisite
Bowe
ParticipantWhat happens with your blog Themes? Do they do not work, or is the display messed up? BuddyPress and MultiSite should work fine and your WordPress themes on sub blogs should display fine with the addition of the Admin bar at the top.
If you want a theme that matches your main blog you can adept the default theme to become a regular WordPress Theme or look at themes that do this for you
November 10, 2010 at 11:40 am #97951In reply to: Convert a WordPress Theme to a BuddyPress Theme
Ali Erkurt
ParticipantI can integrate your WP theme to BP. If you need help just let me know.
November 10, 2010 at 6:13 am #97938In reply to: Manually add a member
pcwriter
ParticipantIn your WordPress backend, scroll down to “Users” and click “Add New”.
Users can then fill in their profiles.November 10, 2010 at 6:06 am #97937Kevin Murray
ParticipantThanks @modemlooper, I see what you mean now.
November 10, 2010 at 4:08 am #97927LPH2005
Participantbookmarked for codex.
November 10, 2010 at 4:01 am #97925LPH2005
ParticipantDo you have a timeline in mind for migrating to BuddyPress? The bbPress plugin will become available Q1 and should work well with BuddyPress. You might wait until Q1/Q2. Another consideration is installing BuddyPress with your current setup and slowly migrating everything to work together as new versions are released (WP 3.1, BP 1.3, bbPress 1.2…). The later was a decision I made o a site – install but not have it completely tied together – and will slowly connect things as new versions are released.
November 10, 2010 at 12:37 am #97915Xevo
ParticipantYou have to update your permalinks after activating buddypress.
I already had that setup and it works fine, but since mine isn’t a live site yet, I’m planning on working with the bbPress plugin for WordPress.
November 9, 2010 at 10:51 pm #97906Boone Gorges
KeymasterThanks for the note about the API key. I removed it from the original post.
The kind of sorting you’re talking about is possible but is quite a bit trickier. I have successfully used https://wordpress.org/extend/plugins/buddypress-geo/ is a starting point for that kind of filtering, but the repo version of the plugin is broken, and I’ve modified it fairly heavily to make it work for my projects. One day I hope to release a cleaned-up and improved version of BP Geo.
The basic gist is that you need to (a) use Google’s geocoding to turn location info into lat/long which you then store, and (b) use some fancy math (nicely defined in bp-geo) to do the proximity filtering.
November 9, 2010 at 9:50 pm #97904modemlooper
ModeratorAll BP members are subscribers. If you want any of those members access to admin to post blogs then you make their account authors.
November 9, 2010 at 12:18 pm #97835In reply to: jquery conflict – need help plz
Toby Cryns (@themightymo)
ParticipantYou do want to use no-conflict, but sometimes for testing purposes it is easier just to import jQuery manually and figure out the no-conflict stuff later before going live.
One thing that makes running no-conflict mode easier is setting up a variable at the top of your .js file like so:
`$j=jQuery.noConflict();`
http://www.mkyong.com/jquery/jquery-is-not-working-in-wordpress-solution/
I hope this helps!
November 9, 2010 at 6:46 am #97810In reply to: Send-to autocompletion is broken
shagazulu
MemberI also have the same problem. Not just with my regular site, to which I’ve done a ton of tweaking, but also on a fairly fresh install on a different domain. What happens is that I click on “send private message” and everything comes up fine, an email with name of the person I’m about to email, plus a text-entry box to the right of the name. If I try to type into that field, the first thing that happens is that my header image reverts to the original blue of the default buddypress install… and then if I click “tab”, the following html comes up in that field I just tabbed out of: “”. Odd.
This installation of WordPress only uses the BuddyPress plugin. No other. It’s a relatively clean install, again, with 1 plugin. My main site, however, also exhibits this problem.
thanks in advance for the help on this.
LPH2005
ParticipantJust to save a little time, I’m not sure which version of vB you are using but …
Guide to convert vBulletin 4 to bbPress (plus integrating bbPress with WordPress
November 8, 2010 at 11:03 pm #97779zomex
MemberThanks so much! I used https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/ and it worked perfectly! All I need to solve now is the admin bar issue which I have posted here: https://wordpress.org/support/topic/can-i-editdisable-adminbarcssver301-not-adminbarcss?replies=1
Thanks!
November 8, 2010 at 8:59 pm #97765In reply to: Registration Approval Plugin
Stacy (non coder)
ParticipantNovember 8, 2010 at 8:40 pm #97761In reply to: How to manually approve a new registration?
Stacy (non coder)
ParticipantI’m using Manually approve plugin for this. It’s not in the wordpress gallery but works on MU. My only problem is that I get thise error with bp themes:” Fatal error: Call to undefined function bp_page_title() in /home/thebaman/public_html/wp-content/themes/custom-community/header.php on line 11″ Any suggestions? Here’s the plugin link : http://mattkern.com/wpmu-manually-approve-new-members-on-local-install/
-
AuthorSearch Results