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?
CMS
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Pablo
- Posts: 24042
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: CMS
- Right click the "CMS admin' object on the page
- select 'Object HTML'
- click "After Tag'
- copy/paste this code:
Now you can customize the labels.
- 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:';-
piotrh
-

- Posts: 165
- Joined: Sat Mar 15, 2014 11:00 pm
Re: CMS
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.
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.
- Pablo
- Posts: 24042
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: CMS
Correct$labelVisible = 'Visible'; change to $labelVisible = 'my_language_label_name';
You will need to publish the page to see the result.I assume this will be visible when i upload my page to server (in WWB its not visible yet).
Maybe you can use one of these extensions?I also want to ask what would be the best tool or tools combination to allow my Client to add blog-like enteries
https://www.wysiwygwebbuilder.com/newswriter.html
https://www.wysiwygwebbuilder.com/newswriterpro.html
https://www.wysiwygwebbuilder.com/phpblog.html