Search Results for 'wordpress'
-
AuthorSearch Results
-
February 4, 2013 at 5:33 am #152304
In reply to: WP Symposium Vs BuddyPress
@mercime
Participanthow to migrate total content from buddypress to wps with out disturbance to users and members of the website
@indirakrishna if that is your goal, then the best place to ask at their forums re migration tools, if any, from BP to WPS https://wordpress.org/support/plugin/wp-symposium
Good luck.February 3, 2013 at 3:12 pm #152263In reply to: Buddypress building shortcode
@ChrisClayton
Participant@enriksen –
To ‘do’ shortcodes in different content areas, you will need to filter do_shortcode() into certain functions. See the WordPress codex for documentation on do_shortcode() https://codex.wordpress.org/Function_Reference/do_shortcode and add_filter: https://codex.wordpress.org/Function_Reference/add_filterTo add it to the activity stream, you’ll want to add
`add_filter(‘bp_get_activity_content_body’, ‘do_shortcode’); // Adds shortcodes to activity content.`Xprofile is similar:
`add_filter(‘bp_get_the_profile_field_value’, ‘do_shortcode’); // Adds shortcodes to xprofile content.`You can find a list of filters in BuddyPress in bp-{component}/bp-{component}-filters in the buddypress files.
eg: https://buddypress.trac.wordpress.org/browser/trunk/bp-xprofile/bp-xprofile-filters.phpRemember that this will allow all shortcodes to be used [which is why it’s not on by default], currently there is no way to pick and choose what shortcodes to allow short of using a plugin such as https://wordpress.org/extend/plugins/bbpress2-shortcode-whitelist/.
February 3, 2013 at 1:33 pm #152261In reply to: BP not working
cullaloe
ParticipantBP doesn’t seem to work at all with multisite installations of WP 3.5.1. I’ve just spent an hour clearing up the mess. The installation wizard seems to assume it’s going into a single domain wordpress installation and can’t cope with anything else.
It’s not at all suitable for multisite/multidomain installations.
Nothing to do with memory, either.
February 3, 2013 at 7:33 am #152259In reply to: Main Blog stopped accepting any file uploads
@mercime
ParticipantI see that you’ve also posted at https://wordpress.org/support/topic/plugin-buddypress-activity-plus-impossible-to-upload-a-picture-and-add-link-not-working
a) It could be that the Activity Plus plugin needs to be updated or
b) it is also possible that you’ve maxed out the default network settings for that blogsite. Did you get any warning of that sort?
– Go to Network Admin > Dashboard and click on Settings > Network Settings and check if there was any limitation set there in “Site Upload Space Quota” section
or
– Go to Network Admin > Sites and click on the “Edit” link below the blog/site where BP is installed i.e., where you’re using the Activity Plus plugin. Click on the Settings tab and in the panel which shows up, look to the very bottom of that page, check “Site Upload Space Quota” if it was left blank to default
c) could also be that another plugin has set the upload space quota
d) could also be just another plugin conflicting with the activity plus plugin.February 2, 2013 at 9:56 pm #152245In reply to: Step 3 For Create A Group Does Not Work
intimez
ParticipantHad three new users of wordpress/buddypress and each of them ran through the docs with confusion. I attempted it myself and noticed the same confusion which is the reason I posted this topic here for assistance: https://buddypress.org/support/topic/installation-wizard-failure-due-to-doc-confusion/
We were able to go through the installation of groups forum with no problem since the doc is clear on that part. Any help from your end is appreciated. Thanks for your reply @karmatosed
February 2, 2013 at 8:24 pm #152238In reply to: Adding custom profile fields to Member Profile
ebraxton30
ParticipantI finally figured this out. I am using Gravity Forms user registration plugin to work with my Buddypress theme. My field names varied slightly between the custom profile field name and what I put on the user registration form. I realized that I must use field name as it is entered in the WordPress Custom Profile Field.
I do have one question…I would like to display the field name as well as what was entered in that field. For example, this site is a cancer site and users will enter their type of cancer. I would like it to read “Type of Cancer: Breast” rather than “Breast”
Any suggestions?
February 1, 2013 at 10:59 pm #152216In reply to: Activity Plus
inkblot
Participant@enquirer32, for your first issue you could try a plugin like https://wordpress.org/extend/plugins/wp-external-links/ and this should work exactly as you wish in conjunction with the Activity Plus plugin by opening a link in a new window with the settings properly adjusted within the plugin admin.
As for the second issue, I’m not sure as I’ve not used any of the widgetized options there before…
Hope this helps!
February 1, 2013 at 8:10 pm #152209@mercime
Participant@mbyrne please post at https://wordpress.org/support/plugin/buddypress-docs
February 1, 2013 at 7:27 pm #152199In reply to: HELLO?!?! Any Moderators?
@mercime
ParticipantI was under the impression that the point of the forum was to get help/answers to issues.
@jwf3773 Sure it is. However, holding moderators as if they were accountable for third-party plugins per your call out in topic title “HELLO?!?! Any Moderators?” is not kosher 🙂 Please do post support requests for this plugin at https://wordpress.org/support/plugin/bp-group-reviews
Cheers.February 1, 2013 at 4:21 pm #152186fordp
ParticipantI created another test account on WordPress.org to test earlier (to see if I had been banned/blacklisted over here for some odd reason). Anyways, the test account is: DCraft11
I just tested the account and it is still having the issue. Tested in Chrome, FireFox, and IE. I’m logging in using the admin bar at the top, hovering over “Anonymous”, selecting login, and using the dedicated login screen.
February 1, 2013 at 4:17 pm #152185In reply to: Duplicate Group Components (Multiple Group Types)
shanebp
ModeratorFebruary 1, 2013 at 12:50 pm #152171In reply to: Do you want full bootstrap buddypress theme?
Unsal Korkmaz
ParticipantI sent theme to theme review:
https://themes.trac.wordpress.org/ticket/10967
I hope it will get accepted 🙂February 1, 2013 at 12:26 pm #152169In reply to: User Roles
@ChrisClayton
Participant@resom – BuddyPress doesn’t properly support capabilities (in the current release) except for some basic is_super_admin checking.
The moderator/keymaster/forum roles are from BBpress. And currently have no uses inside buddypress.
In 1.7 (the next release) the core devs have been working on making this better – See: https://buddypress.trac.wordpress.org/ticket/2348 for developer discussions on this.
February 1, 2013 at 5:08 am #152161In reply to: Do you want full bootstrap buddypress theme?
Unsal Korkmaz
ParticipantI am still working on default wordpress version locally so dont have a published version yet. Buddypress and bbpress will be in child theme.
An example screenshot for comment display from local version:

You see date is opened on first comment because my mouse was hovering.I will modify this comment template and will use on bbpress
January 31, 2013 at 8:39 pm #152141In reply to: Removing link from comment box
Versipellis
ParticipantYes but the plugin simply creates pages, which is wordpress. I need to remove something from the theme, which makes it buddypress.
If you create any page / post in wordpress you get the ‘leave a reply’ comments section, there are links to the previous and next post in that category (in this case, events) which I want to remove, so it is actually a theme question.
Thanks for replying.
January 31, 2013 at 9:05 am #152119In reply to: Question: WordPress User Roles and BuddyPress
nsbp001
ParticipantI have 4 separate WP 3.5.1 and BP 1.6.4 installations. I have connected them via the CUSTOM_USER_TABLE CUSTOM_USER_META_TABLE’ lines in the wp-config.php file. I have also installed the WP Orphan plugin.
When a person goes to one installation to register they will be given a user account and a blog site. When they go to one of the other installations they are there as a user but not having a site. In the admin listing of users, they are listed as a user in the ‘/’ (or admin) site, presumably as Subscriber role.
If I wanted the user to have sites the other installations as well being users what would I have to do then? Would I change the role to ‘Editor’ in the Orphan plugin, or is there another database that I would have to share?
January 30, 2013 at 9:04 pm #152097In reply to: Is it possible to do it in WP + BP?
Slava Abakumov
Moderator1) Even some BuddyPress themes can do that – so, yes.
2) 2 plugins (one & two) for BuddyPress exists for this. Yes.
3) Achievements plugin by Paul Gibbs (BP core developer) and Cube Points. Yes.
4) Lots of WordPress-based solutions – nothing to do here for BP. Yes.
5) Via a plugin like BuddyPress Block Activity Stream Types or via easy to write code hacks in your template.WP+BP might be your option if you can afford a good hosting.
January 30, 2013 at 8:59 pm #152096In reply to: Question: WordPress User Roles and BuddyPress
Slava Abakumov
ModeratorEach user in the network can have different roles on different sites.
That mean on site1 he is editor, on site2 he is subscriber and so on. These roles are only taken into account in WordPress Toolbar – when visiting different sites with the (dis)ability to post on them.BuddyPress itself currently ignores those roles.
January 30, 2013 at 8:39 pm #152093In reply to: Question: WordPress User Roles and BuddyPress
nsbp001
ParticipantIn a BP installation (sitting on top Multisite WP) is there a difference in terms of Role between an extra user on a site, and user that has their own site?
January 30, 2013 at 8:23 pm #152085In reply to: New users but not one confirms emails
Slava Abakumov
ModeratorI think those users are spam. What usernames do they have?
January 30, 2013 at 4:38 pm #152064In reply to: New users but not one confirms emails
@mercime
ParticipantJanuary 30, 2013 at 4:11 pm #152063In reply to: Codex Posting
modemlooper
ModeratorWhat I wrote above are guidelines that are used on the wp.org codex. We should follow the same methods. There are no “hacks” on the WP codex. There is this page https://codex.wordpress.org/Hacking_WordPress. Like that page states, we should encourage plugins. Do not take it personally. There is no “editor” but I’ve spent a great deal of time organizing the pages. The codex is a living body of work and can change. Just because a page is currently nested doesn’t mean it will stay where it is. Somebody yesterday deleted every page in the codex and had to be put back from a backup and that could be why recent pages are not there.
January 30, 2013 at 3:43 pm #152060In reply to: Spammer bypassed group creation
@mercime
Participant`I have group creation disabled and users have to fill in a form to have us manually create their group.`
The spammer might have hacked into the Site/Super Admin account. Backup database. Curious what’s the username used by the hacker? Check activity of said “member” and remove/delete anything created by said member then delete from users. Do you still have a username “admin”? Then create another username for your admin account and then demote the “admin” to suscriber in wp-admin or remove completely.
https://codex.wordpress.org/FAQ_My_site_was_hackedJanuary 30, 2013 at 1:28 pm #152049valuser
Participanttry https://wordpress.org/extend/plugins/wp-user-frontend/
it supports add media,quote,image, link, etc, etc
January 30, 2013 at 11:07 am #152048In reply to: [Resolved] WP Admin bar and sub nav under the user
Mitesh Patel
ParticipantI am getting the same problem. It seems a bug, but I don’t know how to report it correctly.
I am on latest versions of wp, bp and bbp (3.5.1, 1.6.4 & 2.2.4 respectively), developing locally using MAMP.The problem is essentially this.
When wordpress is installed with buddypress and bbpress (sitewide forums with group forums enabled for buddypress), if one hovers on “Howdy” menu to access forums quick-links, the forums menu offers 6 links (when you hover on “forums” quick-link), with 4 unique and 2 (“Topics Started” and “Favorite Topics”) duplicates. However, contrary to what @rmohney observed, even if group-forums are turned off, the problem (duplicate quick-links) persist(s). -
AuthorSearch Results
