• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: edit data

edit data 16 years 10 months ago #929

  • medy
  • medy's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hi,

I have a problem. I had to edit some data, went to mysql phpmyadmin, edited text field and now the display of that field in frontend is broken. (not displayed right)

Is there a good / save way to edit data?

the entry in phpmyadmin looks like this
textfield1=some text||
textfield2=||
emailfield=email||
captcha=uqou||
submitfiels=submit||

but when modidied (added one word) in looks like this in frontend
some text|| textfield2=|| emailfild=email|| captcha=uqou|| sumbmitfield=sumbit||

Is there any way to fix that? Or do i have to put the data (through) form (frontend) again?

thx in advance
The administrator has disabled public write access.

Re:edit data 16 years 10 months ago #1002

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
the problem is that you removed the new lines. It has to be like this:

textfield1=some text||
textfield2=||
emailfield=email||
captcha=uqou||
submitfiels=submit||

where you can change the some text, the \"email\" the \"uqou\" or the \"submit\" without changing it's structure.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!