Search Results for 'wordpress'
-
AuthorSearch Results
-
August 6, 2012 at 4:49 pm #138503
In reply to: Scope of plugins
modemlooper
ModeratorBP uses its own registration but every user is signed up to the WordPress blog BP is installed on. Most WP plugins work with BP. You should do your own testing to verify.
August 6, 2012 at 3:59 pm #138498In reply to: new update buddypress 1.6
Tammie Lister
ModeratorThe BuddyBar has been merged with the WordPress bar in this version of BuddyPress. It actually has a lot more functionality. There is some discussion on this topic https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-can-i-use-old-buddypress-admin-bar-if-i-dont-want-to-use-this-new-one-in-1-6/ that may give you a few more options.
August 6, 2012 at 2:57 pm #138488In reply to: BuddyPress 1.6 is now available
Nunca
MemberAfter Updating buddypress, admin side throw me this error:
Fatal error: Call to undefined function bp_displayed_user_id() in C: wamp www wordpress wp-content plugins buddypress bp-core bp-core-template.php on line 1117any idea?
solution: For Version 1.6, the database version (bp-db-version in wp_options) changed to 6066, and the Trac revision was 6231.
August 6, 2012 at 2:31 pm #138487In reply to: BuddyPress 1.6 is now available
Art Lo
ParticipantHi!
Is there reaaly anybody from BuddyPress answering to all these questions?
It’s a shame launching a new update and NOT SUPPORTING us. Plase somebody Answer.I have upgraded from version 1.5 to 1.6 but nothing’s working.
I decided to uninstall 1.5 and then install 1.6 but no files or option are showing after installing it through ftp since installation directly from WordPress does not work.
What’s this bug and and can I fix this?
Thanks;August 6, 2012 at 1:55 pm #138485In reply to: How to add a profile link to navigation bar
Roger Coathup
Participant@modemlooper, @danpkraus, @charlietech
You can enhance the WordPress menu system to support dynamic links (including BuddyPress profile links) – there is a specific filter that you need to use.
Please take a look at this other recent forum thread, and the link on there which has all the details: https://buddypress.org/community/groups/creating-extending/forum/topic/how-to-create-new-dynamic-menu-including-bp-links/
You’ll need to be a competent PHP developer, but if so, it’s relatively straightforward
August 6, 2012 at 12:53 pm #138483Joshua
ParticipantThe old bar is deprecated. Use an older version of BuddyPress if you want to use the old bar. Please note the 1.6 notes (no pun intended):
In the Highlights section (https://codex.buddypress.org/releases/version-1-6/#highlights):
Toolbar — complete integration with the WordPress Toolbar.Also in the General section (https://codex.buddypress.org/releases/version-1-6/#general):
BuddyPress now uses the WordPress Toolbar. The BuddyBar has been deprecated. (#3596, #3661)FYI, the WP bar is much better and you are able to customize it fully with the available hooks.
August 6, 2012 at 11:03 am #138475In reply to: BuddyPress 1.6 is now available
courtg9000
MemberI ran the auto update. Now I cannot access the admin panel for any of my wordpress/buddypress site. I need to be able to approve 30 new members asap! Please help!
August 6, 2012 at 10:32 am #138471In reply to: how to get rid of the admin bar in bp 1.6
Tammie Lister
ModeratorHi Charlietech, the BuddyPress admin bar is now merged with the WordPress one.
So, you can use this:
‘add_filter(‘show_admin_bar’, ‘__return_false’);` in your functions.php file to turn off fully.
Alternatively, you can use:
‘Settings > BuddyPress : Toolbar Show the Toolbar for logged out users’
You can also select to show or hide the WordPress admin bar on your own profile.
If none of those work for you then you may need to look see if your theme is forcing something.
Just a slight point on top though, if possible can you only start one thread per question as it does help to focus responses?
August 5, 2012 at 7:03 pm #138442In reply to: How to add a profile link to navigation bar
danpkraus
ParticipantDepending on how you have your navigation set up you could add the ‘Profile’ page to your nav menu using the WordPress menus interface. I have mine added to the ‘primary’ menu and it shows up
Hope this helps.August 5, 2012 at 6:59 pm #138441In reply to: Display user’s field
aces
Participanthttps://codex.wordpress.org/Function_Reference/wp_get_current_user works with buddypress… I use it like this.
To personalise the admin bar I use something like this (bp version 1.5.7)
August 5, 2012 at 6:35 pm #138440@mercime
Participant@michaelsanborn All bbPress versions are located at https://bbpress.trac.wordpress.org/browser/tags Just click on the version you want and in the next panel, download zip on click near bottom of the screen. Having said that, you know that the old stand-alone bbPress versions are only compatible with much older and less secure WP versions.
If you or someone else updates the converter, you should take into consideration that the BP Group Forums will be integrated into the bbPress plugin sitewide forums. https://bbpress.org/support/
August 5, 2012 at 6:30 pm #138439In reply to: Elo ladder / games league support
@mercime
Participant== I was wondering if there are any projects like this in development now? ==
@piofcube not that we are aware of. The best place to suggest/ask for either a WP and/or BP plugin like that would be with the developers of WOW to help promote and elevate the game. Btw, did you check out any of the plugins listed https://wordpress.org/extend/plugins/search.php?q=warcraft&sort=
August 5, 2012 at 4:00 pm #138429In reply to: How to validate custom profile fields.
Roger Coathup
ParticipantIf you want validation as they type / enter — hook some jQuery onto your form. [That’s standard jQuery form validation, for which you’ll be able to Google for plenty of examples]
In your jQuery, you can call out (POST) to your PHP validation function. Look up AJAX in WordPress for details on how to do this – in particular you are interested in using admin-ajax.php and registering your function as an action. You then specify that action in your jQuery AJAX call.
You might also want to look at some of the WordPress data validation functions.
August 5, 2012 at 10:37 am #138419Tammie Lister
ModeratorI’ve not tried it myself but you could try this plugin: https://wordpress.org/extend/plugins/buddypress-login-redirect/
August 4, 2012 at 10:53 pm #138406Roger Coathup
ParticipantResponsive web design (as it’s known) is a major subject area — basic fluid designs are one approach (percentage widths and so on, and will help with your white space concern), but it’s a much richer field than just that.
Check out a book such as: http://www.abookapart.com/products/responsive-web-design/
You can also look at some of the responsive ‘frameworks’ as a base for your site – twitter’s bootstrap, zurb’s foundation, or Andy Clarke’s 320 and up.
You’ll also find plenty of responsive themes for WordPress (2011 included), that can be enhanced to support BuddyPress.
August 4, 2012 at 4:09 pm #138398Michael Sanborn
ParticipantThought I’d bump this, since I really want to know… there ought to be a way to convert WordPress posts and their associated comments to forum threads. The script at:
http://code.google.com/p/wordpress-to-bbpress-converter/
requires the standalone version of bbPress. The bbPress legacy download page:
https://bbpress.org/download/legacy/
returns “Error 404 – Destination not found” messages for all links to the old standalone bbPress. And anyway, surely there’s a more recent way of accomplishing this? Any help would be appreciated.
August 4, 2012 at 12:22 pm #138397In reply to: Mapping Users
PiOfCube
MemberI don’t want to come over as all doom and gloom especially as this is my first post but I would think long and hard before adding such a feature. At first glance, many website owners (including some well known ones) think this is a great idea… but, think long and hard about this.
Many users will enter their “real name” when they register. If you add a postcode field (which would be required to add map pins), most users will have given sufficient information to pinpoint them to their front door.
There are many public records that can be data-mined by bots. One of the trends these days is for a bot to trawl the data provided by websites such as those hosted by WordPress (because it is open source, they know exactly what to look for) and then cross-reference that with public information (phone books, Facebook, electoral register, etc… Given a surname and a postcode, this would be enough to allow these bots to start collecting data for possible identity theft.
I have seen many sites (including a well known newspaper) do this without thinking of the consequences but after I pointed this out to them, the feature was removed within a few hours (which is extremely unusual at the best of times). I guess after they contacted their legal advisors, they were told that they faced extreme liability if it were found that this kind of data-mining of their site lead to mass identity theft (particularly after the “phonejacking” fiasco).
Just a thought and all the best for your sites.
-PiOfCubeAugust 4, 2012 at 7:51 am #138394In reply to: What can we do against spam
yadigit
ParticipantThe following steps helped me stop most spam.
install s2member and follow the security steps (verify that all keys are created)
Delete the Register folders in BP (make sure to save the files)
use WordPress register form, ( you can intergrate s2members to BP
)
Have the passwords e-mailed to the user that is signing up.
in custom.php change the slug of the register and members.These steps helped me lock down my BP site. It stopped activity spam and fake members.
Good luck.August 4, 2012 at 6:08 am #138392In reply to: Linking to a Non-root Profile URL
pantone
Participant@r-a-y, thank you for your help! By removing that define line from functions, account settings profile pages are now linked to: “domain.com/members/username”.
Thank you, really appreciate your help.
Another inquiry while we’re on the subject — I currently have Extended Profiles disabled, but I have Account Settings enabled. I’ve been testing different WordPress roles on my site and discovered that if a subscriber types in their browser: “domain.com/members/anothersubscriber” (where “anothersubscriber” = another member on the site that is also a subscriber), they receive an error (404) page. Obviously this happens because non-admins are not allowed to have this type of access. However, instead of throwing a 404 page, how can I have their (note: “their” meaning non-admins. in my case, subscribers) request redirect to the homepage or to their own profile page?
Thank you!
August 4, 2012 at 3:32 am #138391maryefern
MemberAs I indicated above, I have MySQL 5.1.6, so that shouldn’t be an issue, right? Which files should I re-upload exactly? I’m a bit confused as to why that would help exactly… WordPress itself seems to be working fine, but are you thinking my files are corrupted?
August 4, 2012 at 12:19 am #138390r-a-y
KeymasterTry this plugin instead:
https://wordpress.org/extend/plugins/buddypress-registration-groups-1/It’s not as outdated as the one linked by karmatosed and should work. If it doesn’t, please inform the plugin developer.
August 4, 2012 at 12:15 am #138389In reply to: Google Analytics
r-a-y
KeymasterBuddyPress is a WordPress plugin, so try looking for any WordPress Google Analytics plugin:
https://wordpress.org/extend/plugins/tags/google-analyticsIf you’re looking for customized, advanced, Google Analytics data for BuddyPress that use custom variables and event tracking, I don’t believe one exists at the moment and will have to be custom-developed.
August 3, 2012 at 10:42 pm #138384In reply to: What can we do against spam
modemlooper
ModeratorTry:
Change the register slug to something else. Make sure BuddyPress or WordPress is not shown on any page of your site. Check footer and header via the browsers view source. Use a captcha. Only allow sign ups via Facebook connect. Don’t use multi site.
In my profile privacy plugin there is a button on user pages that lets admins mark user as spammer. This is for quickly blocking a user. It doesn’t delete account just puts account into a state that will not allow user to sign in.
I’m working my way through my plugins and adding updates. One update I may add to the profile privacy plugin is too block an account if they post without doing a certain thing first. Maybe they need to add a friend or join a group.
Search around, but no one should open a BP site without locking it down.
August 3, 2012 at 9:29 pm #138380Tammie Lister
ModeratorHi EndlessRange, the short answer is there is but it would require custom coding. If you are happy with custom coding you can look at https://wordpress.org/extend/plugins/auto-join-groups/ as a start. It’s out of date so won’t work as a solution now but it may shed some light on how to start with this. Beyond that it’s not something I think is out there as a plugin currently.
August 3, 2012 at 6:45 pm #138372@mercime
Participant@maryefern strange situation, only encountered this way back BP 1.0. :
1. Check MySQL version. WP requires MySQL version 5.0 or greater. If you cannot find the version, ask your webhost.
2. If you have version 5.0 or greater, download zip files of WordPress and BuddyPress, then manually re-upload (via FTP/File Manager) WP and BP files to server in respective directories
-
AuthorSearch Results