Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,101 through 10,125 (of 73,985 total)
  • Author
    Search Results
  • julietalayne
    Participant

    I have a fresh install of WordPress running WordPress 4.8.2.

    Running Thrive theme with the following plugins active:

    Akismet Anti-spam
    BuddyDrive
    BuddyPress
    BuddyPress Docs
    BuddyPress Global Search
    Gears
    Menu Icons
    One Click Demo Import
    rtMedia for WordPress, BuddyPress and bbPress
    Slider Revolution
    Subway
    TaskBreaker
    The Events Calendar
    Transcoder (for rtMedia)
    Visual Form Builder
    Wp-Polls
    WPBakery Visual Composer

    I am on shared hosting with the following:
    Apache Version 2.2.31
    PHP Version 5.5.36
    MySQL Version 5.5.50-38.0-log
    Architecture x86_64
    Operating System linux

    I’m using Chrome to work on the site and test it.

    I’m familiar enough with PHP and css and such to find solutions to most issues, but this has me positively confounded.

    First, when I try to upload a profile picture if I have my monitor set at full screen (it’s a large monitor)–it will come up with the pink box and say “There was a problem cropping your profile photo”

    If I minimize my browser, just click the button and make it smaller the image will crop and upload with no issues.

    What?! I’m perplexed. I can’t make it do any different, no settings I can find will change the behavior.

    Then when I tried to upload a cover image, it loads the image to the placement page, but across the top there’s a huge error:

    Warning: transliterator_transliterate(): Could not create transliterator with ID “Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove” (transliterator_create: unable to open ICU transliterator with id “Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove”: U_INVALID_ID) in /home/******/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment.php on line 292

    The code is this:

    public function sanitize_utf8_filename( $retval ) {
    		// PHP 5.4+ or with PECL intl 2.0+
    		if ( function_exists( 'transliterator_transliterate' ) && seems_utf8( $retval ) ) {
    			$retval = transliterator_transliterate( 'Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove', $retval );
    
    		// Older.
    		} else {
    			// Use WP's built-in function to convert accents to their ASCII equivalent.
    			$retval = remove_accents( $retval );
    
    			// Still here? use iconv().
    			if ( function_exists( 'iconv' ) && seems_utf8( $retval ) ) {
    				$retval = iconv( 'UTF-8', 'ASCII//TRANSLIT//IGNORE', $retval );
    			}

    And the specific line in the error is this one:

    $retval = transliterator_transliterate( 'Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove', $retval );

    The name of the file I am uploading is “header.png”. I tested it with a .jpg file as well. Same error. It will allow me to set the area on the image and it will upload it to the cover, but I wondered if the issues I’m having with images could be related so I didn’t want to leave them out.

    Also, this is the SECOND installation with the same issue. I thought that maybe the first install had become corrupted or something so to eliminate the possibility that I was dealing with a database error or something I deleted the entire install and did a complete reinstall into a different database (however, if it is important I was using the Softaculous Apps Installer inside of my Cpanel, not manually installing, but if that makes a difference, I am happy to try a manual install, as I am capable and willing to do anything to resolve this issue because it’s driving me insane.

    The error with the cover photo happens no matter what theme I am using, and the profile picture issue happens only with the Thrive theme. I am in contact with the theme author about it, but wanted to share that info here just in case it was somehow relevant.

    Any insight into what this issue could be? Sorry for so much info haha but if you need anything I haven’t supplied to give me some clue I’ll be sure to provide it!

    Thank you kindly,
    Juliet

    The site deals with teenagers and is a closed community so I would prefer to not publicly post the url, but I would be happy to provide it privately if it would help someone to trouble shoot. Thanks!

    #268604
    jerichox
    Participant

    I am looking for a solution to a problem with a website im trying to make..

    I have BBPress and Buddypress working fine together..

    I need to find something however that I can give a different class access to a section of the page

    Like a Link this class will see when logged in titled “BACKSTAGE”.. I got that so far thats easy.

    Now when they log in backstage they will see a menu With the Following

    POST BLOG – Here they will be able to post a VLOG. when posting it will already have a set featured image and a set catagory to post to..

    UPDATE PROFILE – this could be their buddy press profile but prefer it to be separate then that.. click the link and it will take you to a form page and if you have info in there all you will have to do is edit the spots and save.. if no info is there then you have to edit the spots thats all..

    any help or ideas would be great!

    #268603
    shanebp
    Moderator

    Did you look in the documentation?

    Customizing Labels, Messages, and URLs

    #268600
    nomad365
    Participant

    Hi i need to change the wording to the menu links within the buddypress groups. Ive been searching for hours and know could be hours and hours more so any help is very much appreciated. thanks

    Arize Nnonyelu
    Participant

    Next time try hiring an expert or consult a more experienced developer in private to sort out some issues.

    Without being told the people that started this Buddypress has tried a lot. I don’t think they need this sort of discouragement.

    please nobody should regard this topic.

    #268598
    ekatsa
    Participant

    hi everyone, I found solution for this problem by using default cover plugin “BuddyPress Cover”
    If anyone has the problem this is a solution

    #268597
    jeffreyls
    Participant

    Hi,

    Is there any way to allow ONLY YouTube video to be posted on my BuddyPress site?

    Reason being and I hope this is true.
    By sharing only YourTube videos on my site it will take care of any copyright issues. That is if YouTube excepts it as an upload… and it’s shared on my site I should have distanced myself from any copyright infringements.

    Hoping this is true… any feedback appreciated.

    Regards
    Jeff

    #268595
    azhrahan
    Participant

    Greetings,
    I have buddypress groups set up in a hierarchy. World, Country, State, County, City. I would like to have a dependency dropdown list on my front page that would allow users to navigate those options and “go” to the chosen page. Are there any plugins or ideas as to how I would achieve this?

    Using Advanced Classifieds and Directory Pro plugin I can create a directory but it gives the results of classifieds with the location tags. Not a particular page. Here is a video of the drop down list I would like. Lower right corner. https://www.youtube.com/watch?v=NyER5sm4iIs

    My current system works but is not user friendly. It can be seen here http://www.suroby.com/places/ clicking subdivision opens the directory further. Thanks in advance.

    xmginc
    Participant

    I’m wondering if there is a way to fully customize Buddypress’s xprofile multiline mce editor including:

    – add/remove specific mce buttons (no images, no code, etc.)
    – remove simple text editor
    – only the visual editor
    – remove option to switch to simple text editor

    Thx in advance!

    #268587
    bikehub
    Participant

    i have two sites running on multisite and BP.
    1 user registered on each site. each with different details
    when i am on the second site, the acticity menu link and all other menu links, redirect to the profile of the first user on the first site.
    Any ideas? 🙁

    #268579
    David Cavins
    Keymaster

    Looking at the source code, both items make a call to the function bp_is_active(). For profile cover images, the check is
    if ( bp_is_active( 'xprofile', 'cover_image' ) ) {)

    For groups, if ( bp_is_active( 'groups', 'cover_image' ) ) {}.

    In both cases, the default is true, so I’d guess that your theme or another plugin is filtering that value, using one of these filter hooks:
    bp_is_profile_cover_image_active
    bp_is_groups_cover_image_active
    bp_is_active

    You can quickly check by using something standard like twentythirteen as your theme and deactivating all plugins other than BuddyPress.

    #268575
    Jasper
    Participant

    I really need to hide Hide active .. hours, .. minutes ago from everywhere on the site. Members director, groups directory, and all widgets.

    I have read all the older forum posts and and can’t get any to work.

    It’s really not good for our members to see that some if our other members have not logged in for a long time. Also on our site. The Widgets area’s would look a lot more tidy without this extra info.

    Would love to see a checkbox built in to turn this off. I’m not the only one would has brought this up.

    Would really be grateful for any help. I have done this before but maybe changes in the buddypress code needs a new method for doing this? Thanks

    johnsimoneau
    Participant

    I need to get a woocommerce product page to use the product authors images that are posted to a specific group area in the buddypress activity feed…as the product pages gallery. Any ideas how? Thank you!

    #268573
    Nikelaos
    Participant

    Hello!

    I’m a Buddypress Newbie so at first thank you for creating this plugin!

    After checking the Internet, the documentation here aswell as the support-forum, I didn’t find a solution for my problem. So I post it here.

    To the problem (BP 2.9.1, WP 4.8.2):
    In a WP-admin role I can load a profile image without any problem (even on all users). If I’m logged in with a none WP-admin role, I can’t.

    Behaviour:
    Logged in with a none-WP-admin role I can upload the image, and after cropping it a red bar appears, without any message in it. As I remember, the profile image updating is listed in the activities – but no image appears. I’ve checked the avatars-dirs in the WP-upload-dir, the image is stored. As a WP-admin, I get a green confirmation bar and the image is shown.

    My suggestion/solving approach:
    I have to update the capabilities of the non-admin-roles. I’ve tried and checked the “edit_users”-capability with the “users role editor”-Plugin, but this doesn’t work. I’ve tried to read the javascript-code, but didn’t find a hook to solve the problem (I’m a amateur-php-scripter and don’t have any experience with Javascript)

    Thank you for your support!

    #268572
    sheraton
    Participant

    Could somebody give me some ideal, how to code my buddypress side with this feature. I like to add HTML meta box in groups.

    Regards

    Admin UI for Groups

    andresteiner
    Participant

    Can anyone tell me the solution to a project with approval of posts in BuddyPress with hierarchy system?

    University
      > Manager
          > Course
             > Teacher
                > Class
                    > Student – Type # 1
                    > Student – Type # 2

    The level (type # 1 or type # 2) for each enrolled student will be set according to the selection of the registration form.

    For example, if the user has selected the option “I am a student and I want to select my University”, the permissions rules must follow the selected University / Course / Class definitions. This student may have several teachers as “responsible” for the approval of their submitted news.

    The news will be sent by the students and approved by the teacher through a Front End form.

    There is a solution (Social Articles for BP) but news management is restricted to the Administrator only.

    Thank you very much for your attention 🙂

    Constant Concepts
    Participant

    Hello, how do I Add First and Last Name Buddypress Fields to Registration Email? I have been searching for quite some time now, and no one seems to have an answer. I simply want the first and last names to appear in the registration email that our site admin receives. Thanks!

    #268561
    kelvinnm
    Participant

    Hugo,

    is tracking on on your site checked? Settings >> BuddyPress Settings >> Site Tracking make sure it is checked.

    #268555
    sheraton
    Participant

    Hi Guys, I want to be able to add a video HTML code to some of my Buddypress group pages. I like for it to replace the cover image. Is this done by first editing the Bg-Group-Template and adding a code like the (Test wyslwyg) code. How can I control, having some group cover image and some with video player by way of HTML code. Also how can I move the fonts like (Group admin) to another place on the Group page.

    Regards

    roseashm
    Participant

    I am only just starting & about to send out invitations for my new website & BuddyPress Community and I am asking if my email I use can cover both my regular site & BuddyPress, I am still not sure How they merge together yet?
    If someone could explain would be great please, Kind Regards Rosalie of http://www.thecrystalgateway.org

    johncrislasta
    Participant

    Hi!

    I have noticed that when adding a forward slash at the end of the slug as a parameter in the function bp_core_new_nav_item will cause the link to be redirected to a 404 page.

    Is this a problem with buddypress? When will it be fixed?

    Thanks a lot!

    #268547
    shanebp
    Moderator

    BP is free to use as you wish.
    As to whether you may run into issues, you might, you might not.
    There is a staggering number of themes and plugins in the WP world.
    There is no way for BP to account for all the possible combinations.
    Nor it is reasonable for people to expect these forums ( run by volunteers ) to solve or even respond to any and all issues that may arise.

    BuddyPress is used by many businesses as part of their offerings.
    The larger and / or more complex the business, the greater the need for a technical support budget.

    #268545
    shanebp
    Moderator

    Perhaps this?

    buddypress\bp-xprofile\classes\class-bp-xprofile-profiledata.php 
    Line 201: 	do_action_ref_array( 'xprofile_data_before_save', array( $this ) );
    #268543
    roamingteacher
    Participant

    I was about to install on my site when someone warned me that it’s not under development or being maintained, but I can see that’s not true from recent updates here. Is it still a robust platform or is it super-buggy? Is it reliable enough to use with my small business or will I likely run into issues? I’m not a techie and I’m using the Divi theme.
    Thanks for your advice.

    #268537

    Topic: User Profile link

    in forum Showcase
    mackie1982
    Participant

    Hello @all,

    I am using WP 4.8.2 and Buddypress 2.5.14-6684.

    The problem i got is:

    sometime user-profil ist under ****/userslug/username/ reachable, but sometimes it needs ***/userslug/username/profile. Users are in the same groups as i see. The problem is, that sometimes you can click on the avatars of the author and get to the profil and sometimes you go to bbpress.
    How could i edit this link?

    Kind regards

    Mackie

Viewing 25 results - 10,101 through 10,125 (of 73,985 total)
Skip to toolbar