-
modemlooper replied to the topic inability to post to jobs board in the forum Miscellaneous 11 years, 7 months ago
Post it here in a new topic and one of the mods will move it into the jobs forum. Make sure to include contact info.
-
modemlooper replied to the topic [Resolved] Buddypress.js not working with custom theme and BP1.7 in the forum How-to & Troubleshooting 11 years, 7 months ago
your-theme/_inc/ajax.php
is your style.css still showing bp-default a Template:
-
modemlooper replied to the topic inability to post to jobs board in the forum Miscellaneous 11 years, 7 months ago
you can post here as well http://jobs.wordpress.net
-
modemlooper replied to the topic Feedback = small rant in the forum Requests & Feedback 11 years, 7 months ago
Yes, your words exactly…
“There are many free web products that are awesome – including all of those I just ranted about above. I’m not saying that the work being done here is not appreciated. I’m saying that I’m frustrated with the results I’m getting from this piecemeal approach to creating a website.”
There ARE many free and great plu…[Read more]
-
modemlooper replied to the topic Is buddypress 1.7 going to have share icon to replace bp share it? in the forum How-to & Troubleshooting 11 years, 7 months ago
try switching theme and or other plugins off. could be a javascript conflict
-
modemlooper replied to the topic Is buddypress 1.7 going to have share icon to replace bp share it? in the forum How-to & Troubleshooting 11 years, 7 months ago
try switching theme and or other plugins off. could be a javascript conflict
-
@modemlooper updated the User page, on the BuddyPress Codex 11 years, 7 months ago
Welcome to the BuddyPress User Codex, the online manual for BuddyPress Users and a living repository for BuddyPress information and documentation.
On the right you will find subpages of user help […]
-
modemlooper replied to the topic Is buddypress 1.7 going to have share icon to replace bp share it? in the forum How-to & Troubleshooting 11 years, 7 months ago
plugin might have broke on 1.7 I haven’t had time to update it.
-
modemlooper replied to the topic [Resolved] Trying to use bp_profile_field_data() and oEmbed in the forum How-to & Troubleshooting 11 years, 7 months ago
To use it elsewhere you would need to get the value of the field and pass it to wp_oembed_get. This is not tested:
$val = bp_member_profile_data('field=youtube'); // in members loop
$val = xprofile_get_field_data( 'youtube' , $user_id ); // outside members loop$embed = wp_oembed_get( $val, array( 'width' => 400 ) );
echo $embed
In my…[Read more]
-
modemlooper replied to the topic Is buddypress 1.7 going to have share icon to replace bp share it? in the forum How-to & Troubleshooting 11 years, 7 months ago
folder should be buddyshare
-
modemlooper replied to the topic [Resolved] Adding new Profile Tab loses style (1.7) in the forum Creating & Extending 11 years, 7 months ago
Sorry, use this example https://gist.github.com/modemlooper/5416410
-
modemlooper replied to the topic [Resolved] Adding new Profile Tab loses style (1.7) in the forum Creating & Extending 11 years, 7 months ago
That example is outdated for BP 1.7
This
bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );should be
bp_get_template_part( ‘members/single/plugins’ );
-
modemlooper replied to the topic Problem getting started in the forum Installing BuddyPress 11 years, 7 months ago
Subscribers do not have access to the admin. If you have the Extended Profiles option turned on in the admin then BP users edit profiles at /members/USERNAME/profile/edit
I haven’t used TML plug, have you tried another login redirect plugin?
-
modemlooper replied to the topic Is buddypress 1.7 going to have share icon to replace bp share it? in the forum How-to & Troubleshooting 11 years, 7 months ago
sorry, moved it to github
-
modemlooper replied to the topic Do regular users (participants) need access to wp-admin? in the forum Installing BuddyPress 11 years, 7 months ago
Did you try putting the full path to admin-ajax.php?
-
modemlooper replied to the topic how to search for a new buddypress plugins in the forum Requests & Feedback 11 years, 7 months ago
80% of the plugins listed here https://buddypress.org/extend/plugins are not really BuddyPress plugins. Plugin developers tag it BuddyPress to try and get more downloads.
-
modemlooper replied to the topic Components from old version still intact, how to delete it? in the forum How-to & Troubleshooting 11 years, 7 months ago
Themes that were made before 1.7 may have issues as most are a derivative of the bp-default theme. Especially if they include a lot of custom template files and code.
The developer posted a comment https://buddypress.org/support/topic/buddypress-1-7-is-now-available-2/page/2/#post-161686
-
modemlooper replied to the topic Components from old version still intact, how to delete it? in the forum How-to & Troubleshooting 11 years, 7 months ago
So many problems with that theme. >.< They probably added a component via the theme and it's outdated code.
-
modemlooper replied to the topic How do I Rename Components? in the forum How-to & Troubleshooting 11 years, 7 months ago
You use a language file. Use this plugin to easily edit the language. You can use your same language to just change the text.
https://wordpress.org/extend/plugins/codestyling-localization/
- Load More
@modemlooper
Active 10 months ago