View Single Post
Unread 06-12-2008, 03:13 AM
vinyl-junkie vinyl-junkie is offline
Moderator
Join Date: Aug 2007
Posts: 114
  #15  
Default

My apologies for taking so long with this. It was a bear to solve, but I've finally got this to where it works on my server.

First of all, here is the correct value for $config in udm-dom.php:

Code:
$config = $_SERVER['DOCUMENT_ROOT'] . '/EE2/udm/udm-custom.ini';
You should also set the same value in udm-style.php.

Also, there are several incorrect lines of code you need to fix in udm-custom.ini.

For example:

Code:
'solid',	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double 
or four values; be careful with using "none")
should be:

Code:
'solid',	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
I don't know how those got messed up. Are they that way in your original file, or is it because of sending me the files as attachments? I'm not sure what caused this problem. Anyway, there are 6 or 7 lines like that.

I hope I've covered everything. Let us know how it goes, and if you need any more help.
__________________
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
SNAP to it!
Reply With Quote