If uieform is not installed in the main drupal module folder, it generates lots of file not found errors.
General advice for drupal 5.1 seems to be to install non core modules
in the folder sites/all/modules rather than in the main modules folder
if you do this for current dev version of uieforum then lots of graphics are logged as not found in the logs as well as all the smileys are missing and the text formatting facilities
move the folder to the main drupal folder and run update.php and everything seems to be ok
Tkgafs
Comments
Comment #1
Qui.dormit.non.peccet commentedAlternatively in the configure tab/paths area of UIEForum, add
sites/all/before 'modules/...' for"Forum icon path:", "Forum Smilies path:" and "Forum Text Formatting path:"
Since this looks like it was by design, lets just set it to by design?
Really sites/all is for multi-site hosting though, isn't it?
Comment #2
daniel.hunt commentedYeah sites/all is multi site hosting. And its more the exception than the rule. All image paths can be configured in the settings page for the module so there shouldn't be much work involved in getting this to work :)
Daniel
Comment #3
tkgafs commentedPlease see http://drupal.org/node/70151 and note the contents of step 3 with particular regard to drupal 5 and later
which is as follows
Whilst the uieforum has the necessary fields to allow it to be configured, surely it would be better if it worked it out itself where it had been installed into
Comment #4
daniel.hunt commentedFunnily enough, I've never seen that page - all modules I install go in the "modules" directory.