We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Delete post from panel "About Me" | Forum

Topic location: Forum home » Support » General Questions
Anonim Anonimov
Anonim Anonimov Aug 14 '13
I want to delete post in panel "About Me" in My Profile. But if I submit empty post, then write - "Please fill the form properly". How can I delete post?
ross Team
ross Aug 14 '13
Are you sure, that the "Please fill in the form properly" referring to the About Me section? Can you send us the screenshot, please?
Anonim Anonimov
Anonim Anonimov Aug 15 '13
I did empty post and clicked button 'submit'.
Attachments:
  photo2.png (277.37Kb)
ross Team
ross Aug 15 '13
Go the profile questions section and check whether this question is checked as "Required"
Anonim Anonimov
Anonim Anonimov Aug 15 '13
I don't see this question in profile questions.
ross Team
ross Aug 15 '13
how come it's in your profile then, send us the screenshot of your profile questions or PM me your admin details,please?
Anonim Anonimov
Anonim Anonimov Aug 15 '13
It is not located in profile questions. It is in pages&menus=>user profile 


Attachments:
  photo3.png (39.55Kb)
ross Team
ross Aug 15 '13
Yes, it is a problem. As soon as you fill in this form, there must be some text in it,  it can't be empty. We have reported this, and will try to fix asap. 
Anonim Anonimov
Anonim Anonimov Aug 15 '13
Ok. Thanks.
ross Team
ross Aug 19 '13
No problem
S. Bourdon
S. Bourdon Aug 19 '13
Here's what I've done on my site to fix this:


Open: 

oxwall\ow_system_plugins\base\components\about_me_widget.php


Replace:

$input->setRequired(true);


With:

$input->setRequired(false);



Hope this helps!

Anonim Anonimov
Anonim Anonimov Aug 19 '13
Quote from S. Bourdon Here's what I've done on my site to fix this:


Open: 

oxwall\ow_system_plugins\base\components\about_me_widget.php


Replace:

$input->setRequired(true);


With:

$input->setRequired(false);



Hope this helps!


Thanks. It helped!
ross Team
ross Aug 19 '13
Bourdon, thanks +1