Skip to content

Conversation

@CongThuong
Copy link

No description provided.

@CongThuong CongThuong marked this pull request as draft October 11, 2022 11:18
@CongThuong CongThuong marked this pull request as ready for review October 11, 2022 11:20
@CongThuong CongThuong changed the title joomla-content #8: use redcore to connect joomla CMS Oct 19, 2022
$data = (object) $data;
$article = JTable::getInstance('content');
$article->title = $data->title;
// $article->alias = JFilterOutput::stringURLSafe(time());

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;

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"?>

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

NguyenBao10
NguyenBao10 previously approved these changes Oct 21, 2022
@jatitoam jatitoam closed this Oct 24, 2022
@jatitoam jatitoam reopened this Oct 24, 2022
@NguyenBao10
Copy link

could you please take care this PR @jatitoam , i dont have the permission in this repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants