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?

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...

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

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support