Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    While following my above instructions, please remove the files that you have copied in the theme from the theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Nick,
    I can see the issue. It is controlled by your theme.

    Please visit Dashboard->BuddyBoss->Theme Options and click on the “Blog” tab.

    You will find the “Featured Image Style”. Please make sure that either the second or the 3rd style is selected. If the first style is selected, the excerpt is not shown by BuddyBoss theme.

    Our entry file is just a copy of BuddyBoss theme’s entry, so it is following the same.

    Please check and let me know if it works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Nick,
    Can you please copy posts.php too and put any random text in that. Just to check if your overrides are working.

    It is working from me here. I am unable to see the linked page. It is giving me 404.

    You can provide me access later if these do not work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Your other issue seems to be related to time offset. You may want to update it in General settings of WordPress.

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Nick,
    If you are using BuddyBoss child theme, then any change in the above file will reflect. Please try that. This entry is used on the profile/Posts tab.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Nick,
    Thank you.

    It should be in your theme at the following path

    
    wp-content/themes/buddyboss-theme-child/buddyblog/buddyboss/default/entry-content.php
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: BuddyPress Xprofile Custom Field Types #39124

    Hi Carsten,
    Thank you for the question.

    I am not aware of any plugin offering it. You can most probably use the file type from xprofile custom field types plugin. It will link to the uploaded video file(not show the player though).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi,
    Thank you for using the plugin.

    Is it happening for very large size file or normal files.

    There are times when server rejects a large file and we will have no idea if a file was even submitted(the files array is empty). We can not show error in that case. To handle that, you will need to get the max allowed file size directives( upload_max_filesize, post_max_size) changed.

    Our errors are at application level and are unable to show the error if the file is not reported to us by server.

    Also, is it happening on registration or profile update? May be the error message is getting overridden, I can look into it.

    About the Date and time field, thank you for the suggestion. We will look into it in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Nick,
    Thank you for the reply.

    If you are using BuddyBoss, You can copy “wp-content/plugins/buddyblog-pro/templates/buddyboss/default/entry-content.php to your child-theme/buddyblog/buddyboss/default/entry-content.php and override.

    This entry content is same as BuddyBoss’s default entry file except it contains 3 links(edit,delete, view) from us.

    You can override other templates as needed.

    Regards
    Brajesh