1
Luminosity
Replacing or Removing Xoops Image Manager
  • 2004/9/1 2:24

  • Luminosity

  • Just popping in

  • Posts: 37

  • Since: 2004/5/3 1


I am using the MyAlbum-P module (version 2.83) and I would like to either remove or replace the image manager that you see when you go to upload or modify an image. Is there a way I can easily replace the image manager? Or if not is there a way I can easily enough remove that section from the MyAlbum uploading and modifying pages?

2
Luminosity
Re: Replacing or Removing Xoops Image Manager
  • 2004/9/6 0:17

  • Luminosity

  • Just popping in

  • Posts: 37

  • Since: 2004/5/3 1


bump

3
chetvictor
Re: Replacing or Removing Xoops Image Manager
  • 2004/11/21 6:25

  • chetvictor

  • Just popping in

  • Posts: 15

  • Since: 2004/11/21


all you need to do is go into your class/xoopsform/formdhtmltextarea.php

and remove this line
<img onmouseover='style.cursor="hand"' onclick='javascript:openWithSelfMain("".XOOPS_URL."/imagemanager.php?target=".$this->getName()."","imgmanager",400,430);' src='".XOOPS_URL."/images/image.gif' alt='image' />

I needed it removed as people where already confused when uploading images they thought that would up load to the site gallery so i need it gone asap..it wouldnt be so bad anywhere else but not on the image upload page..

Good luck
Chet