Publish at once - Joomla! Forum - community, help and support
when registred user adds new content item via front end, must go publish pane , choose publish.
isn't there way registred user logs in, writes content , click save , content published right away?
isn't there way registred user logs in, writes content , click save , content published right away?
welcome joomla!
try this... (i have not tried it, think might work :)
this change default setting "state" published when adding content front end.
joomla version: 1.0.12
file: /components/com_content/content.php
line: 1842
change...
...to...
*** please note "hack". when upgrade next version, chances change overwritten. being said, put file called "mychanges.txt" in joomla's root directory changes made. make them again after upgrade.
also, always, if works, please post , let me know. if not work, please post , let me know. thanks!
try this... (i have not tried it, think might work :)
this change default setting "state" published when adding content front end.
joomla version: 1.0.12
file: /components/com_content/content.php
line: 1842
change...
code: select all
$row->state = 0;
...to...
code: select all
$row->state = 1;
*** please note "hack". when upgrade next version, chances change overwritten. being said, put file called "mychanges.txt" in joomla's root directory changes made. make them again after upgrade.
also, always, if works, please post , let me know. if not work, please post , let me know. thanks!

Comments
Post a Comment