labres
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] multisite subsite not accessibleAfter reading further in the Meteor Slides documentation, I found that the Members plugin is recommended in conjunction with Meteor Slides. I am using Members only to make the subsite in question private. When I deactivated Members, the “Slides” link for Meteor Slides reappeared. I was hoping to not change roles from standard in this multisite but now am guessing a change in Members settings is needed. Note: The “Slides” link visibility issue occurs with a user with administrator capabilities for the subsite in question. So now my question is, “What is the minimum setting needed through the Members plugin to get the Meteor Slides “Slides” link visible and functional?
Forum: Plugins
In reply to: [BackUpWordPress] access denied when activating backupwordpressFixed! Apparently interference by another plugin, not sure which one.
As a result of your suggestion to post the problem URL, I decided to again investigate the JetPack contact form email receiving problem.
First, I tried the JP contact form on a different site, and it worked great always sending and receiving the email using the address at the profile page or entering a different address at the JP contact form notification area.
Next I went back to the site where the JP contact form email was not being received. I had spent several hours 2 days ago trying various email addresses and form configurations without success. During this problem time I always checked the spam folders and error logs in the WP root and content directory. At this previous problem site I now reactivated the JP contact form and created a form on a page. To my surprise, emails were now sent and received without a problem. I tried several different email addresses which use different hosting services, and all now worked. My internet connection is through Comcast – I can only guess that Comcast was maybe doing something to intercept the emails (although my email service was working properly during the JP contact form email receiving problem.
Thanks much for your response which enticed me to try again!Forum: Plugins
In reply to: [Multiple content blocks] multiple content blocks storage locationThanks much for this information.
Forum: Plugins
In reply to: [BackUpWordPress] backup includes files outside wordpress folderTom, thank you.
define( ‘HMBKP_ROOT’, dirname( __FILE__ )); got me into the correct directory to backup. I was using the wrong path previously. Apparently, when the WordPress files to backup are located in a sub-directory of the hosting account root(public_html), but WordPress is configured to run from the domain name assigned to the hosting account root, define( ‘HMBKP_ROOT’, dirname( __FILE__ )); is needed.Forum: Plugins
In reply to: [BackUpWordPress] backup includes files outside wordpress folderSorry, I guess I do not know the correct way to enter the root path as I get a server error when I try adding define( ‘HMBKP_ROOT, ‘/a/path’) into the wp-config.php file. If the WordPress files, including the wp-config.php file, I want to backup are in installed in a subdirectory xxx located such as public_html/xxx, what should I enter for ‘/a/path’ ?
Thanks for a great plugin.Thanks much. I found the line to change at line 333 in version 1.7.4. I added “ORDER BY title DESC” to line 333 to get this as the final line:
$album->sortorder = serialize( $wpdb->get_col(“SELECT gid FROM $wpdb->nggallery ORDER BY title DESC”) );
Then I added an incremented number in front of the gallery title each time I created a new gallery.
artsmo, could you tell me in more detail how to change the default sort order to DSC in the ngg-db.php file. I am not sure just where in the file to make a change, and what to change. I am familiar with PHP but not familiar enough to know when I am changing the correct thing.