DougW
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyDrive] Date stamp on each file uploadHi
Thank you for your reply, it would be really useful to have the date on the upload. Do you have any idea when it might be available?
Doug
Forum: Plugins
In reply to: [BuddyDrive] Date stamp on each file uploadHi
Thank you for your reply, I don’t know how to do that, could you advise me please.
What should I call the file with the custom php, what should it contain and how do I call itThank you for any help.
DougForum: Plugins
In reply to: [crosswordsearch] Plugin causes page column to be narrowThank you for your help, updating the CSS seems to have helped. However, it still seems odd that when the crossword search plugin was deactivated, when a page was edited the column was correct, but when the plugin was activated the saved page column was narrow.
Forum: Plugins
In reply to: [crosswordsearch] Remove descriptive words from search pageHi
Thank you very much, that worked.
Doug
Forum: Plugins
In reply to: [BuddyDrive] Date stamp on each file uploadI have created a bp-custom.php in wp-content / plugins /
and a tried custom-functions.php file in the theme directory
with the following content, but neither seem to work, am I doing something basic wrong?<?php
function ctaylor_notify_user( $file_id, $params = array() ) {
if ( ! empty( $params[‘parent_folder_id’] ) ) {
$parent_folder = buddydrive_get_buddyfile( $params[‘parent_folder_id’], buddydrive_get_folder_post_type() );// Notify if the one who put a file is not the owner of the folder
if ( ! empty( $parent_folder->user_id ) && (int) $params[‘user_id’] !== (int) $parent_folder->user_id ) {
// your code to send an email/screen notification.
}
}
}
add_action( ‘buddydrive_add_item’, ‘ctaylor_notify_user’, 10, 2 );function sephilex_add_time( $date ) {
global $buddydrive_template;$datetime = bp_format_time( strtotime( $buddydrive_template->query->post->post_modified_gmt ), false, false );
return $datetime;
}add_filter( ‘buddydrive_get_item_date’, ‘sephilex_add_time’, 10, 1 );
?>Forum: Plugins
In reply to: [BuddyDrive] Email Notifications for BuddyDriveHi
Do you have any progress on adding email notifications on file upload? Or could you tell me where I should put the code that you have suggested.
Thank you
DougForum: Plugins
In reply to: [SP Project & Document Manager] Admin did not receive emailI am not getting any email notifications either to and from admin or to and from a user.
I am using WordPress Version 4.5.2 and SP Project & Document Manager version 2.6.2.2.
Mail is working on the site.Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Import stuck on "Restoring"Hi
I am using the backup method to restore my site to a new server. I am using Plesk 12 and the site I am trying to backup to does not have the domain name resolved to it yet so I am using the Plesk site preview to backup the files. However I get a message saying ‘Unable to start the import. Refresh the page and try again’ then the backup does not get past the ‘Preparing to import…’ stage.
I have set permissions 777 on the ‘ai1wm-backups’ directory and the import file.
Do you have a solution for this problem?
Thank you for your help
Doug
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Import stuck on "Restoring"Thank you, that worked perfectly.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Import stuck on "Restoring"Hi
The import hangs at 99%, are there any permissions to set to allow the files to be uploaded to the new server? Or could there be another solution?
Thanks
DougForum: Fixing WordPress
In reply to: Images not showing on home pages after moving to a new serverHi
This is the theme https://wordpressthemesbase.com/detail/755.html
but it may have been modified.Doug
Forum: Fixing WordPress
In reply to: Images not showing on home pages after moving to a new serverI don’t know where it was downloaded from, it was done some time ago and I am not able to find out. I think there have been modifications to it as well, but I am not able to say what. I have only been involved in moving the site to a new server.
Forum: Fixing WordPress
In reply to: Images not showing on home pages after moving to a new serverWith all the plugs deactivated the site works with all the themes apart from WP-Max.
WP-Max has a blank page.