Replies
- Brajesh Singh on June 14, 2021 at 3:31 pm in reply to: [Resolved] Change format of BuddyBlog Pro Post List #39142
While following my above instructions, please remove the files that you have copied in the theme from the theme.
Regards
Brajesh - Brajesh Singh on June 14, 2021 at 3:29 pm in reply to: [Resolved] Change format of BuddyBlog Pro Post List #39141
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 - Brajesh Singh on June 14, 2021 at 3:07 pm in reply to: [Resolved] Change format of BuddyBlog Pro Post List #39136
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 - Brajesh Singh on June 14, 2021 at 2:30 pm in reply to: [Resolved] Change format of BuddyBlog Pro Post List #39132
Your other issue seems to be related to time offset. You may want to update it in General settings of WordPress.
- Brajesh Singh on June 14, 2021 at 2:30 pm in reply to: [Resolved] Change format of BuddyBlog Pro Post List #39131
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 - Brajesh Singh on June 14, 2021 at 2:22 pm in reply to: [Resolved] Change format of BuddyBlog Pro Post List #39127
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.phpRegards
Brajesh - Brajesh Singh on June 14, 2021 at 8:08 am 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 - Brajesh Singh on June 14, 2021 at 8:07 am in reply to: Restrict Email Domains with Elementer Pro Registration Form #39123
Thank you.
- Brajesh Singh on June 14, 2021 at 8:05 am in reply to: How to add an error message in BuddyPress Xprofile Custom Field Types plugin #39122
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 - Brajesh Singh on June 14, 2021 at 7:56 am in reply to: [Resolved] Change format of BuddyBlog Pro Post List #39121
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