funsail
Forum Replies Created
-
Looks like it’s in default-constants.php
/**
* Allows for the plugins directory to be moved from the default location.
*
* @since 2.1.0
* @deprecated
*/
if ( !defined(‘PLUGINDIR’) )
define( ‘PLUGINDIR’, ‘wp-content/plugins’ ); // Relative to ABSPATH. For back compat.Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Breaks file pathsLooks like it’s in default-constants.php
/**
* Allows for the plugins directory to be moved from the default location.
*
* @since 2.1.0
* @deprecated
*/
if ( !defined(‘PLUGINDIR’) )
define( ‘PLUGINDIR’, ‘wp-content/plugins’ ); // Relative to ABSPATH. For back compat.Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Breaks file pathsThe problem is in
function domain_mapping_plugins_uri( $full_url, $path=NULL, $plugin=NULL ) {PLUGINDIR is set to “wp-content/plugins” but on my site it is “data/plugins”
Forum: Plugins
In reply to: [Slideshow] only in previewWorked out this is the fault of wordpress-mu-domain-mapping
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] restor error35mb too big for your php?
Forum: Plugins
In reply to: [Portfolio Slideshow] Slideshow Photo Size IssueSeems to be a bug in it
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] refresh photonActually it may be the tiles that need recaching
Forum: Networking WordPress
In reply to: Setting up multisite1) Multisite because I will eventually have A.com, B.com, C.com on the site
2) No, they won’t give me a server.host.com/~yourname or yourname.temphost.com. Would it be possible to somehow use my own sub.A.com?
3) I do not know how to do this. I’m on a windows machine.
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] RESPONSIVE ?Is this plugin still in development? If not is there something else that can do the same thing?
Forum: Networking WordPress
In reply to: MultiSite with Own Domain Nameyes you can
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Primary site id 1 domainsOK I have 3 semi related Q’s.
How do I edit Siteurl for site 1 to a subdomain? It’s greyed out.
—
How do I set a subdomain WP blog?
In Create a Subdomain I set *.domains.net to /public_html
In NS I added A record *.domains.net to IPI have a blog setup as domains.net/test
In plugin I added test.domains.net (I’m not sure if need same slug)
It doesn’t work using test.domains.net.
WordPress is installed in the root webfolder—
Does this plugin work for single installs? I’d want to be able to set the primary domain to something different to my host’s primary domain.
Forum: Fixing WordPress
In reply to: WP import stuffed up for 1mb fileI wrote a program to properly split the files by post, down to any size, and it worked after splitting to 100kb sizes. THe split files link post to images so they are attached correctly
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] photon breaks page widthI sent a private message as I didn’t want my site cached in search engines. No other image plugins except slideshow but on different page.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Primary site id 1 domainsHow can I setup a proper MU where the primary host domain (ie site1) is useful?
Forum: Plugins
In reply to: [Responsive Select Menu] Bug: empty itemsThe reason to use ” is that it acts like a proper menu item, while the ‘#’ makes the screen stutter when clicked, esp if the user had scrolled down a bit.
It would be good to make those links still display in the combo, but not do anything, because otherwise the items all become sub-items of the very top link.
ie
a
-a1
-a2
b
-b1
-b2becomes
a
-a1
-a2
-b1
-b2