Page 1 of 1
CMS
Posted: Tue Aug 13, 2019 5:16 pm
by piotrh
My client wants a simple CMS on his site to be able add some news from time to time.
So I'm starting to learn how to create this in WWB. My first question right after I started playing with css tools is:
Can i create admin panel in different language?
Re: CMS
Posted: Tue Aug 13, 2019 6:01 pm
by Pablo
- Right click the "CMS admin' object on the page
- select 'Object HTML'
- click "After Tag'
- copy/paste this code:
Code: Select all
$labelHome = 'Home';
$labelName = 'Name';
$labelCreatedBy = 'Created by';
$labelLastUpdate = 'Last update';
$labelVisible = 'Visible';
$labelSearchIndex = 'Search Index';
$labelHomePage = 'Home page';
$labelViews = 'Views';
$labelOrder = 'Order';
$labelContent = 'Content';
$labelURL = 'External URL';
$labelExtraData = 'Extra data';
$labelParent = 'Parent Page';
$labelTitle = 'Title';
$labelDescription = 'Description';
$labelKeywords = 'Keywords';
$labelAction = 'Action';
$labelNewPage = 'New Page';
$labelCaption = 'Content Management System';
$labelLogin = 'Login';
$labelLogout = 'Logout';
$labelEdit = 'Edit';
$labelCopy = 'Copy';
$labelDelete = 'Delete';
$labelYes = 'Yes';
$labelNo = 'No';
$labelSave = 'Save';
$labelCancel = 'Cancel';
$labelUp = 'Up';
$labelDown = 'Down';
$labelOwner = 'Owner';
$labelPlugins = 'Plugins';
$labelUserName = 'Username:';
$labelPassword = 'Password:';
Now you can customize the labels.
Re: CMS
Posted: Wed Aug 14, 2019 6:26 am
by piotrh
Thank You Pablo.
Just to be sure – I should just replace english 'label' with 'mylanguage label' like this:
$labelVisible = 'Visible'; change to $labelVisible = 'my_language_label_name';
I assume this will be visible when i upload my page to server (in WWB its not visible yet).
I also want to ask what would be the best tool or tools combination to allow my Client to add blog-like enteries
on page based on scheme I created for a post. I also want blog element to be responsive.
Re: CMS
Posted: Wed Aug 14, 2019 6:48 am
by Pablo
$labelVisible = 'Visible'; change to $labelVisible = 'my_language_label_name';
Correct
I assume this will be visible when i upload my page to server (in WWB its not visible yet).
You will need to publish the page to see the result.
I also want to ask what would be the best tool or tools combination to allow my Client to add blog-like enteries
Maybe you can use one of these extensions?
https://www.wysiwygwebbuilder.com/newswriter.html
https://www.wysiwygwebbuilder.com/newswriterpro.html
https://www.wysiwygwebbuilder.com/phpblog.html