-
Notifications
You must be signed in to change notification settings - Fork 63
#8: use redcore to connect joomla CMS #924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
| $data = (object) $data; | ||
| $article = JTable::getInstance('content'); | ||
| $article->title = $data->title; | ||
| // $article->alias = JFilterOutput::stringURLSafe(time()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove unused code e @CongThuong
| $article->access = 1; | ||
| $article->metadata = '{"page_title":"'.$data->title.'","author":"'.$data->user.'","robots":""}'; | ||
| $article->language = '*'; | ||
| // $article->catid = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
| @@ -0,0 +1,56 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are local links in this file
|
could you please take care this PR @jatitoam , i dont have the permission in this repo |
No description provided.