1
bitkisel
Where this define?? -->> makeTareaData4Save
  • 2006/7/4 18:17

  • bitkisel

  • Just popping in

  • Posts: 13

  • Since: 2006/7/4 1


Hi Xoopers,

I want to hack mylinks module.

And i don't some part of its. One of them here:

Resized Image














I don't want to show something which is over of textarea.

So i need to know where this define :
makeTareaData4Save

2
Catzwolf
Re: Where this define?? -->> makeTareaData4Save
  • 2006/7/4 18:34

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


I would suggest that you check the following places.

/include/xoopscodes.php is where you will find the code for the text editor.

/class/module.textsanitizer.php is where you find the function you have asked for.

If you really want to modify this area, then I suggest you use formclass and do not use the depreciated code (like makeTareaData4Save) in your modules.

3
bitkisel
Re: Where this define?? -->> makeTareaData4Save
  • 2006/7/4 18:53

  • bitkisel

  • Just popping in

  • Posts: 13

  • Since: 2006/7/4 1


this code pasts in /module.textsanitizer.php like this.
But i can't remove the place which is over of textarea from these codes.


function makeTareaData4Save($text)
    {
        return 
$this->addSlashes($text);
    }



Do you know any other file?

4
bitkisel
Re: Where this define?? -->> makeTareaData4Save
  • 2006/7/4 18:57

  • bitkisel

  • Just popping in

  • Posts: 13

  • Since: 2006/7/4 1


I want to remove here:
Resized Image

5
bitkisel
Re: Where this define?? -->> makeTareaData4Save
  • 2006/7/4 19:18

  • bitkisel

  • Just popping in

  • Posts: 13

  • Since: 2006/7/4 1


Pardon

It pasts in /include/xoopscodes.php and pasts as xoopsCodeTarea.

I remove from here that i want.

Login

Who's Online

227 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 227


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits