Frontend content editing error - Joomla! Forum - community, help and support
hello,
this strangest problem i've ever seen, , i'm problem .. cause can't figure out.
i wanted add fields content item ... added fields in database, edited joomla.php,
edited admin.content.html.php backend , content.html.php front end.
when add item in frontend, goes ok
when add item in backend, goes ok
when edit item in frontend, original fields except categorie don't change, new fields do
when edit item in backend, goed ok
i've changed it's original state, doesn't work, don't know if worked before eather.
i figured out before updateobject call in store function (database.php) title property example has posted value.
when check again in updateobject function title has old value.
the rules between firs , second check are
what suprises me new fields , category updated fine.
i'm out of idea's, else can genius
kind regards,
jeroen van doorn
this strangest problem i've ever seen, , i'm problem .. cause can't figure out.
i wanted add fields content item ... added fields in database, edited joomla.php,
edited admin.content.html.php backend , content.html.php front end.
when add item in frontend, goes ok
when add item in backend, goes ok
when edit item in frontend, original fields except categorie don't change, new fields do
when edit item in backend, goed ok
i've changed it's original state, doesn't work, don't know if worked before eather.
i figured out before updateobject call in store function (database.php) title property example has posted value.
when check again in updateobject function title has old value.
the rules between firs , second check are
code: select all
global $migrate;
if( $k && !$migrate) {
$ret = $this->_db->updateobject( $this->_tbl, $this, $this->_tbl_key, $updatenulls);what suprises me new fields , category updated fine.
i'm out of idea's, else can genius

kind regards,
jeroen van doorn
found 'feature' 
it content workflow form mambelfish.
i don't understand though why went wrong on line explained above.
regards,
jeroen

it content workflow form mambelfish.
i don't understand though why went wrong on line explained above.
regards,
jeroen
Comments
Post a Comment