stulic
Results 1 - 2 of 2
bystulic, April 20, 2008
This module (or rather the component) has a bug and will return a fatal error when the module is published in 1.4.0 RC2 and RC3 because the file: administrator/components/classes/DOCMAN_model.class.php is missing a necessary line of code.
Open the file and go to line 18, it begins with:
require_once($_DOCMAN->getPath('classes', 'utils'));
after this line add the following:
require_once($_DOCMAN->getPath('classes', 'token'));
The module itself does what it promises.
Open the file and go to line 18, it begins with:
require_once($_DOCMAN->getPath('classes', 'utils'));
after this line add the following:
require_once($_DOCMAN->getPath('classes', 'token'));
The module itself does what it promises.
This is the best private messaging component I have tried so far, and I can say I've tried quite a few if not all of them.
Integrates perfectly with CB and Fireboard (all I need) and the templates and CSS have been easy to customize to perfectly suit and match the colours and the layout of my site.
Only one little annoying thing I wasn't able to change, because I didn't know where, namely the included received message in the reply input text area, which in my opinion takes too much room in the input area so many users get quickly confused by it at first.
IMO it would be much better if the quoted message would appear deeper in the text area leaving at least 4-5 empty rows for a reply message to be typed in.
Else it's a perfect PMS solution.
Integrates perfectly with CB and Fireboard (all I need) and the templates and CSS have been easy to customize to perfectly suit and match the colours and the layout of my site.
Only one little annoying thing I wasn't able to change, because I didn't know where, namely the included received message in the reply input text area, which in my opinion takes too much room in the input area so many users get quickly confused by it at first.
IMO it would be much better if the quoted message would appear deeper in the text area leaving at least 4-5 empty rows for a reply message to be typed in.
Else it's a perfect PMS solution.


