Search Results for 'buddypress'
-
AuthorSearch Results
-
March 6, 2015 at 7:12 pm #235562
In reply to: Installing BuddyPress for tests?
jreeve
ParticipantHi @danbp,
I’m familiar with how BuddyPress tests work in general, and so I’ve read https://codex.buddypress.org/developer/automated-testing/ and https://codex.buddypress.org/developer/automated-testing/writing-automated-tests-for-buddypress-dependent-plugins/, but what I’m asking is, what’s the best-practices way of writing an automated setup for automated tests, in the style of
install-wp-tests.sh, so that tests will run on any machine, and not just my own development box (i.e. Travis, etc.)? If you look at that file, you’ll see that it installs WordPress in /tmp so that it can test against it, using the functioninstall_wp(). I figure I also need a functioninstall_bp()that would do something similar with BuddyPress. Simple enough. But I was wondering whether someone already has a setup like this in theirinstall-wp-tests.sh, so that a) I didn’t have to go about the process of writing my own, and b) I can take advantage of whatever optimizations experienced BP developers may have made in this process, which I might be unaware of. Do you know of a setup like that? For instance, what do you use to set up your Travis box so that it can automatically run tests for your plugins?March 6, 2015 at 6:28 pm #235559In reply to: [Resolved] Spreadsheet Of All User Information
rosyteddy
ParticipantThese may help
wordpress.org/plugins/export-user-data/
wordpress.org/plugins/wp-users-exporter/
buddypress dot org/support/topic/exporting-xprofile-fields-to-csv-etc/[ My previous reply here had many more links, and it just vanished on hitting submit without any alert message, probably was caught as spam]
Thanks
March 6, 2015 at 5:18 pm #235554In reply to: Installing BuddyPress for tests?
danbp
ParticipantMarch 6, 2015 at 5:16 pm #235553jreeve
ParticipantMarch 6, 2015 at 4:16 pm #235548Peter Hardy-vanDoorn
ParticipantI’m using a child of the bp-default theme, and I haven’t overridden the activity template.
A search of the files in the buddypress/bp-themes/bp-default folder turns up nothing, so I’m guessing not.
March 6, 2015 at 1:01 pm #235539In reply to: Share photos from any website to buddypress
Sunday A. James
ParticipantBut sigh! This is one area no php scripts have ever thought or coded, as far as I know. (If they did, FB would not have this ugly monopoly). There may be workarounds with the codes and protocols already available in wordpress (or for that matter in other scripts) but I am afraid there is no ready-made plugin available.
It is possible, and I am close to it using /wp-admin/press-this.php. But the issues are that press-this.php places posts on wordpress sites and it grants users admin dashboard. My site uses buddypress and “BuddyPress Activity Plus” plugin to post pictures on front-end.
What I want now is the .php file like press-this.php that handles the posting of updates on front-end without granting users access to admin dashboard.
March 6, 2015 at 12:09 pm #235538In reply to: Remove formating from buddypress.js
rosyteddy
ParticipantI was just curious and removed
buddypress.min.js and buddypress.js
The Whats new box still works for me (with text inputs) and the update is seen instantly 🙂March 6, 2015 at 11:43 am #235536In reply to: Member Count
rosyteddy
ParticipantHi you may check these threads – not sure if they can help you but you may consider to have a look. Have you any custom code and/or various plugins? Thanks.
https://buddypress.org/support/topic/member-counter-on-activity-page-not-working/
https://buddypress.trac.wordpress.org/ticket/5228
https://buddypress.trac.wordpress.org/ticket/4061March 5, 2015 at 11:50 pm #235524Studdlypig
Participant@hugo
Thank you for taking the time to respond. The advice on changing the name in the plugin folder allowed me to get back into the wp-admin log in. After reading what you said about I looked at the ‘Activation’ drop down and it was set to login so I think that is where I went wrong. When I change it to none buddypress informs me ‘The following active BuddyPress Components do not have associated WordPress Pages: Activate. Repair’ what kind of page so I have set for that drop down menu? Do I need an additional plug in or do I just make a new page for it? Any advice would be much appreciated.Thank you again!
March 5, 2015 at 10:30 pm #235522In reply to: cant create topics for standart users
danbp
ParticipantMarch 5, 2015 at 7:36 pm #235517In reply to: Create group not working
danbp
ParticipantWP says that the directory does not exist.
Do you doubt of this ? 😉
Please take a look on Codex and read here:
March 5, 2015 at 7:32 pm #235516In reply to: Share photos from any website to buddypress
danbp
ParticipantAs you can see, i use nothing to publish pictures on this forum.
I only entered a picture url from photobucket. This works also with the What’s new editor.
And if a plugin would exist here, i could share it on different networks.
I don’t know excart.php and buddypress activity plus. If you need information about this plugin you have to ask the author on the plugin support.
So what is related to BuddyPress in your question ?
March 5, 2015 at 6:58 pm #235514In reply to: Share photos from any website to buddypress
Sunday A. James
ParticipantI use “BuddyPress Activity Plus” plugin. This plugin allows user to post pictures on activity streams as update.
The excart .php file that handles the picture publishing is what I can not figure out.
Plugin: BuddyPress Activity Plus – Version 1.6.1
March 5, 2015 at 3:52 pm #235505In reply to: Share photos from any website to buddypress
danbp
ParticipantWhere do you publish pictures in BuddyPress ? They’re several share plugins out with img services like pinterest or flikr. Search for them on the plugin repo.
Do you know these WP oEmbed rules ? Entering such allowed urls in the notice editor (what’s new) will work automagically.
Or maybe customize thisplugin.
March 5, 2015 at 11:46 am #235499In reply to: limited space per each profile
morteza13055
ParticipantThanks.
You’re wright, “mediapress” has this ability but some plugins (such as BuddyPress Cover and buddypics) don’t have it.I can use following codes in a “php.ini” and put it in that plugins but it isn’t very useful…
(
wp_memory_limit=128M;
upload_max_filesize=128M;
post_max_size=20M;
) (reference:https://buddypress.org/support/topic/upload-size-limits/)Thanks again!
March 5, 2015 at 11:28 am #235497In reply to: limited space per each profile
Henry Wright
ModeratorIt isn’t possible ‘out-of-the-box’. There may be a plugin that does that for you but I haven’t seen one myself. I think your best bet is to search the Plugin Directory for some kind of media management plugin that works with BuddyPress and has options for limiting storage space.
March 5, 2015 at 11:07 am #235494In reply to: templates to blog and buddypress
Henry Wright
ModeratorHi @numumar
You’ll need more than two templates. As an overview, you’d have a theme which would consist of a number of templates. Then you’d have your BuddyPress-specific templates.
Take a look at these articles to get started:
March 5, 2015 at 6:08 am #235484In reply to: Wiki, Photo and Video for Buddy Press
planetearthlings
ParticipantSorry about the line suggesting that there wasn’t much feedback. I had originally posted on the BuddyPress thread on the WP support site which didn’t have too much happening. Here on the BP support it seems to be thriving…which makes me feel better because I’m really been impressed with the script.
Thanks for taking the time to suggest a few key plugins. 🙂
March 5, 2015 at 12:10 am #235478In reply to: [Resolved] Dashboard Activity Page is Blank
@mercime
Participant@vanleurth BP/WP versions? What you can do to troubleshoot is deactivate all plugins except BuddyPress and change theme to e.g. the Twenty Fourteen theme. Clear cache and check if issue is resolved.
March 5, 2015 at 12:07 am #235477In reply to: Wiki, Photo and Video for Buddy Press
@mercime
ParticipantThanks @ubernaut 🙂
Is BuddyPress still be developed?
Yes it is. You can suscribe to latest dev updates at https://bpdevel.wordpress.com/ where I’ve just posted the contributors’ priorities for BP 2.3.0. If you have time, please feel free to participate in our 2015 BuddyPress Survey at https://buddypress.org/2015/02/2015-buddypress-survey/
March 4, 2015 at 11:14 pm #235474In reply to: Wiki, Photo and Video for Buddy Press
Ben Hansen
Participanthere are some plugins you might want to check out:
https://wordpress.org/plugins/buddypress-media/
https://wordpress.org/plugins/wordpress-wiki-plugin/
not sure why you think it’s not very active here, there are at least a dozen posts here a day. last BP release was within the last few weeks. this is the right spot but you may want to post on the job board if you need more personal help.
March 4, 2015 at 10:58 pm #235473In reply to: If a number have same number get_avatar
tipsy
Participant@danbp Sorry If I’m blurry, been sitting on and of with this since yesterday 🙂
1. I have 90 users/subscribers.
2. All users are forced to write a number when they registerer. This I force them to do with BuddyPress Profile Fields. This field have the id 2, xprofile_get_field_data(2)
2. I have a plugin “WP Excel CMS” were I render out a excel-document with information on a page. Here I also have numbers. And the value of this cells are $entry[1]
3. Now when I have xprofile_get_field_data(2) and $entry[1] I want to echo get_avatar() of the $user_id in the database who have this number match.
March 4, 2015 at 9:21 pm #235466In reply to: If a number have same number get_avatar
danbp
ParticipantMarch 4, 2015 at 9:10 pm #235465In reply to: Profile menu visibility
danbp
Participantmy snippet hides buddybar items to non logged user, not BP usermenu items on Toolbar.
To do that, you have to read the codex document i indicated in one of previous post.
BuddyMenu is built a la BuddyPress. And you got support for this here.
Toolbar is built a la WordPress. WP support is here.
If you had looked a little on the forum (ie. Remove Edit My Profile), you could find this:
https://buddypress.org/support/topic/remove-edit-my-profile/#post-150939And again, the one or other code doesn’t remove BP pages, only items.
March 4, 2015 at 5:43 pm #235459In reply to: Profile menu visibility
rosyteddy
Participanthi @danbp
Thanks.
One problem with the above code – it seems that when items are removed from the Profile Menu, the links to same items from the top admin bar drop down leads to “Page not found error”
Is this expected or I am doing something wrong? Thanks.
-
AuthorSearch Results