Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-04-01 07:27:21

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Modify config-dist.php's $txpcfg['txpath']

This is extremely minor, but I think it would be useful if:


	/**
	 *  full server path to textpattern dir (no slash at end)
	 */

	$txpcfg['txpath'] = '/home/path/to/textpattern/dir';

Was changed to:


	/**
	 *  full server path to /textpattern dir (no slash at end)
	 */

	$txpcfg['txpath'] = '/home/path/to/dir/textpattern';

Or something like that, just so the /textpattern part was emphasized. I’d never noticed this before, since I usually use the installer and import an existing database to migrate TXP sites.

Last edited by jm (2007-04-01 07:30:32)

Offline

#2 2007-04-02 16:47:19

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Modify config-dist.php's $txpcfg['txpath']

Offline

#3 2007-04-03 00:15:56

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Modify config-dist.php's $txpcfg['txpath']

Yes! That’s what I needed :D. Thanks.

Offline

Board footer

Powered by FluxBB