Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Admin Downloads

Asked Modified Viewed 1,581 times
A
AriaMan
A
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

I don't know if it is an error but when an admin tries to "edit" any downloads which were added before, mane slashes appares in the download description form. More I use edit function more slashes in my HTML code in description form appares. So the solution in the line in file: admin/downloads.php on the $step == "edit"

$download_description = stripinput($data['download_description']);

just change it on that one
$download_description = stripslashes($data['download_description']);


For me it is more easy to work with "stripslashes" function becouse I have a big HTML code in my download descriptions.
0 replies
There are no post found.

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

A
A
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet