|
 
Eicra CMS is a PHP based Content Management System designed to make the creation and customisation of a dynamic e-commerce portal as simple and as flexible as possible. As well as full design controls using the dynamic page layout tool, the CMS enables users to customize site navigation, use WYSIWYG HTML Editor, Built-in Photo Gallery and User Management. Built using PHP and MySQL, EicraCMS can be used to create websites for small and medium business organizations. The Viart CMS also enables users to manage a forum on their website, publish and manage articles online, create image galleries and newsletters, activate search engine friendly URLs and more.
EicraCMS is also advocate a 30-day money back guarantee. EicraCMS is an Enterprise Content Management platform with an easy to use out of the box Web Content Management System. it is a simple, but very powerful Content Management System that everyone can use. It's very easy to install by web developers, webmasters, graphic designers etc. EicraCMS was developed in OOP and allows users to build websites in minutes. It requires NO knowledge of HTML, though HTML can be used to enhance the pages by adding headings, images, hyperlinks or simply emphasize text.
|
| |
 |
| |
 |
 |
 |
Managing website from FrontEnd WYSIWYG HTML Editors |
 |
Add / Edit / Delete Unlimited Property with Details. |
 |
Multi-Language Support just changing Language File only. |
 |
Publishing Customized Ads from administration area. |
 |
Google Adsense is added by default to earn ads revenue. |
 |
Adding Google Map under each Property. |
 |
Add / Edit status of Property eg. New, Sold, to be seen etc. |
 |
Turn On /Off the features you need to include. |
 |
Short report with "Arrange view" Details links. |
 |
Viewing a Property image from various corners |
 |
Example : back view Font view Dining Space Swinging etc.. |
 |
Create sub-admin with restricted privilege |
 |
Add /edit/ view /remove and manage register users |
 |
Activate or De-activated a User |
 |
Dynamic change of menu color, size, height and width etc. |
 |
Global Administrative setting. |
 |
Adding unlimited number of properties with vivid details |
 |
view / Edit / Delete existing properties. |
|
 |
Viewing saved property by user. |
 |
view / send or censor user feedback before publishing site. |
 |
Add/Edit/Delete your Area or locations. |
 |
Active / De-active / a property after sold or rented. |
 |
Email alert before a property is being vacant to re-published. |
 |
Adding unlimited property type. |
 |
For example : Flat, House,Studio,Vacation Rentals etc.. |
 |
Matching Letting or selling Property |
 |
Viewing active / Expired / sold or rented property list listing |
 |
View and schedule the appointment request with clients. |
 |
Schedule Notification of GAS, Electricity, Water and other Certificates Expiry Date. |
 |
Customize Email Templates & Newsletter |
 |
Feedback management and Censoring bad words |
 |
Categories / Sub-Categories based Photo Gallery of property Highlights management. |
 |
Search by listing id, city, state, zip, property type, property style, min price, max price, beds, baths, min sq ft, min lot size, garage or keyword. |
 |
Browse properties by interactive Google map |
 |
Many more..... |
|
|
|
 |
| |
Managing Privileges & Roles
The most secure way to manage privileges for users and roles is to confine use of privilege to commands in a rights profile. The rights profile is then included in a role. The role is assigned to a user. When the user assumes the assigned role, the privileged commands are available to be run in a profile shell. The following procedures show how to assign privileges, remove privileges, and debug privilege use.
This Application has built-in permission system which was based on ACL architecture, so you can set permission for role (group) or given user to separated modules.
In Eicra's Application, there are three privilege levels, as well as an extra 'Administrator' privilege. The three privileges take effect per user per table, i.e. a user can have certain privileges on one table and different ones on another. By default software has three rolls such as Developer, Administrator and registered members. Roll is an encapsulated mode of permissions of various modules.
The levels are
- VIEW: ability to read data only
- EDIT: ability to read and edit data
- MANAGE: ability to modify the database structure, i.e. create/delete tables, fields, reports etc., basically to build up and tear down databases. MANAGE also allows a user to unlock an individual record for editing if it has been locked.
For people with less privilege, the user interface is simplified.
Super Admin Privileges:
In our application model, Super admin retains un-restricted access to the application. Super admin act a "root" positioning itself top of privileges hierarchy. Unlike other applications, "Administrator" privilege remain just under "Super Admin" which allows admin to performs all administrative task with a bit of limited access.
The core idea is "Super Admin" is preserved for high tech technical staffs of web developer to configure the system/website accordingly to client's requirements. Site owner or head of team can perform his/her daily administrative jobs using "Administrator" access but admin can't garb the system due to limited privilege.
Assigning Privileges
As an super administrator or, to assign privileges, use the Administrator module at the bottom of pane
The administrator privilege doesn't apply to a particular table but is a global option that allows setting up of users, roles, assigning privileges and creating modules. If the number of users you manage starts to become large, you may want to assign them roles, which allows privileges to be managed on a mass basis. If a user has a certain role, he/she has all the privileges assigned to that role. Users can have more than one role.
To assign privileges, click on the 'Administration' module then 'users' or 'roles'. This will allow you to select a user/role and assign table privileges. When setting user privileges, Eicra's Application will show any privileges that the user already has due to being a member of a role. In this example, the user has been given MANAGE privileges specifically on timesheets and performance criteria and is a member of a role that has MANAGE privileges on price list and roles.
After having groups, you can create new user for each group. In order to create new user, you go to manage users (User/User in back-end), here you can create, edit, delete or active for any user. User will have default permission according the group that it belong to (thus one user can't belong to many groups). However you can still set special permission for individual user in a group from our User Management Modules.
Global Roles
(could be created via acl_users):
Member
has his/her own space under Members/membername where he/she can create/modify/submit his/her own documents. Members can't create new keywords - they are forced to use existing ones. In addition manager could promote Member to Owner or Reviewer for specified folders (or the whole site).
Manager
Mr "Manager"; can do anything: add/modify users, add keywords, publish/revoke/modify content. Assigns local roles for users (promotes them to specific levels). Also manager is the one responsible and able to change page templates. Nobody else has this ability.
Local roles
(never try to create them in acl_users):
MANAGER'S NOTE: don't create users with local roles in acl_users--things can go crazy. Assign roles for folders using local_role mechanism:
Owner
This role is defined on a per-folder basis (acquisition works here just fine - make somebody the owner of a page , image or modules and he'll automatically own /a/b/c unless you specify manually /a/b/c to be owned by somebody else). An owner can also create a co-owner via local_roles and remove a reviewer (but can't assign one). This means: one folder can have more than one owner and they all will have the same rights in that folder. Owners can't assign roles beyond "Authenticated" and "Owner"
Reviewer
This role is defined on a per-folder basis (acquisition works here just fine - make somebody reviewer of a page , image or modules and he automatically becomes a reviewer for plone/a/b unless you specify manually plone/a/b to be reviewed by somebody else). A reviewer can edit/publish content/metadata but cannot _create_ new content and play with local roles.
Workflow
From the all mentioned above current workflow for publishing looks like:
Admin -» Member (Owner) -» (submit) -» Reviewer --(approve / publish) -» everybody view access
Other options like retract, reject, visible and private are still available.
|
 |
| |
Within this application everything is about WYSIWYG. Not just in the preview mode, but also in the concrete edit mode. This makes editing content really fun and easy and it hides the actual complexity of the powerful enterprise framework we are based on.
In terms of WYSIWYG, our application reaches far beyond editing texts in an editor. It also supports editing images, previewing documents and videos and working simultaneously on different documents and objects by utilizing the multi-tab interface.
WYSIWYG editing features
- Based on the renown TinyMCE editor
- Rich editing functionalities (Text formatting, Lists, Image, Links,...)
- Editing functionalities can be limited per content object and per editor
- Tightly integrated within application's drag-and-drop features
WYSIWYG editing of image assets
- Online image cropping, resizing, rotation and flipping
- Image adjustments like red eye removal, teeth whitening, brightness, contrast, hue, saturation…
- Photo effects like vignette, heat map, water mark , pixelate, noise, poster, pastel
- Additional advanced online image editor with similar interface and functionality to Adobe® Photoshop® including layers, typographic settings and much more
- Editors based services
|
 |
| |
One of the most important parts of a website is a properly created and configured web forms. If you are using the Eicra's application then the creation process of such forms has been quite simplified. You can connect with your visitors by creating forms that they will complete with an ease. Acquiring and aggregating data via custom fields has also been made easy and using our web Forms can helps you create secured forms in your website and capture valuable information from your clients or visitors.
Data Storage
One of the best functions of our Integrated Web forms lets you store and aggregate the data from your web forms in your existing database as well as to send email. It also lets you create an unlimited amount of forms for any page of your website. This is a perfect choice for Registration, Contact, Survey, or any other custom field created web forms.
Create Custom Fields
The possibilities of creating a form page for your website are unlimited. The Eicra's Integrated Web forms module offers just about every field option that you can imagine and you would need to include on your contact page. Some of these are:
- Radio Buttons
- Text Area
- Text Fields
- File Uploading
- Drop-Down List / Combo box
- Privacy Policy inclusion
- Check boxes
- CAPTCHA Security
Features Integrated Web form
The possibilities of creating a form page for your website are unlimited. The Eicra's Integrated Web forms module offers just about every field option that you can imagine and you would need to include on your contact page. Some of these are:
- Create unlimited number of web forms for different purpose.
- Create unlimited forms to capture your client's message and attachments.
- Different both standard and custom field type to choose.
- Single click to enable or disable your web forms.
- Complete control over all your form elements and it is 100% configurable.
- Multiple form actions to apply to submitted data.
- Specify a default value for each field - or allow it to be overridden by a string in the URL.
- You can allow uploaded files to be attached to the form submission.
- All form submissions can be saved to a built in database.
- Specify who can receive email notification for form submissions.
Permissions and Security
- You can force forms to only show SSL secure pages.
- Set a maximum number of submissions allowed on a per form or per user basis.
- Ability to specify which user or user-group can able to view , edit and administer the forms.
Layout and Preferences
- All forms codes are valid XHTML and CSS2 / CSS3.
- Form Preview mode, before submitting the form.
- Allow you to add custom JavaScript and CSS to the page.
- Set your own page title for the forms.
- Customized the look with XHTML, CSS and Smarty.
- You have complete control over the class and style of each individual form element.
Form Administration
- Speedy configuration of forms using 100% Ajax admin interface.
- Quick Start Guide to creating forms included.
- 7 Different filters can be applied to change the submitted value.
- Set your own page title for the forms.
- All submissions can be emailed to unlimited people, including the submitter.
- Configure unlimited types of emails, each having their own content.
|
 |
| |
| |
 |
Adding categories based news related to your properties. |
 |
Dynamic News and Events information. |
 |
Short news in homepage and link to News page. |
|
 |
Publishing news and articles related to your company. |
 |
Add, Edit and Delete news dynamically. |
 |
Use of property various image related to this properties. |
|
|
 |
| |
| |
 |
Creation of unlimited Categories and Sub-categories of Property |
 |
Create / Edit / Delete Categories |
 |
Adding Unlimited number of photos related to a property |
 |
Edit / Delete and managing properties images |
 |
Change of image quality, height Width and layout |
|
 |
Dynamically upload photo with title and descriptions |
 |
Customization of Raw and Columns of horizontal and vertical view |
 |
Automatically resize photo to make it fit on the front-end display |
 |
Set Photo Gallery display properties |
 |
Automatic thumbnails generation for bigger view |
|
|
 |
| |
| |
 |
Create Unlimited Menu and Sub-Menus to write site contents. |
 |
Edit / Delete menus to manage site contents. |
 |
Change of menu style and size using CSS |
|
 |
Edit / Delete an existing menu. |
 |
Adding menu name / title and images. |
 |
Freedom of choosing Menu. |
|
|
 |
| |
| |
 |
This feature allows you to create and edit web-pages on-the-fly, manage search engine important elements of your web-pages, such as Title Element and HTML Meta Tags (Keywords, Description, Title, Abstract and Subject). |
 |
There is a WYSIWYG Editor with an MS Word-like interface that enables you to format text and manage tables, forms, images, files and links. |
|
 |
You can create pages based on design templates, generate an unlimited number of design templates and edit them, upload Macromedia Dreamweaver templates. |
 |
The Editor easily switches between Edit, Preview and Source codes. |
|
|
 |
| |
| |
 |
Create a new Folder |
 |
Assign an Read / Write privilege on a Folder |
 |
Create new task under an Folder |
 |
Upload file eg. docx, pdf, jpg related to tasks |
|
 |
Communication between user and admin related with tasks. |
 |
View / edit / close a Folder as per business demand |
 |
Search Files or Folders |
|
|
 |
| |
| |
 |
Allowing user to get access to a particular modules. |
 |
Manager your user to restrict their access |
|
 |
Creating Sub-admin / parallel admin of your applications. |
|
|
 |
| |
| |
 |
Allowing user to send their comments on specific article/ products/ pictures. |
 |
Manage users review from admin panel dynamically. |
|
 |
You can also create new review from admin panel and check pending reviews fo admin approval. |
|
|
 |
| |
 |
Applying Dynamic booking form |
 |
Send Booking information via email |
 |
View List of booking made by user |
 |
Manage , Edit & Delete booking information |
|
|
|
You can demo our latest stable release as it becomes available. To launch the demo open both the web site and control panel views so you can preview your changes as they are made in real time from the control panel.
Users wishing to make use of the WYSIWYG content authoring interface (htmlarea/Xinha) will need Microsoft Internet Explorer 6+. A plain text / HTML interface (tinymce) is also provided for other web browsers. |
| |
| |
 |
|
| |
| |
| |
 |
 |
View Website Backend
Please feel free to test capabilities by logging in to the administration section of this demo web site.
Log in details are as follows:
User Name: demo@eicracms.com
Password : trydemo |
|
| |
|
 |
| Select Product |
Product Licensing Packages |
Price in USD |
 |
Eicra CMS - General License:
This license allows you to install Eicra CMS one domain name.
One year of free updates downloads is included in this package.
Downloads may be renewed at any time. |
|
 |
Eicra CMS - Multiple Domain License:
This license allows you to install Eicra CMS up to Five (05) domains. |
|
|
 |
|
| |
| |
| |
 |
| |
|
| |
| |
| |
 |
| |
 |
 |
Our templates customization services you can easily get a unique and professional looking website that will correspond to your business needs. Under this service, Eicra soft allows you to Add Logo, change of Pictures, Customize the Colors of the Template and Navigation Links , using JavaScript or other design elements to look your website unique. |
|
|
 |
|
| |
| |
| |
 |
| |
 |
 |
No "Powered by Eicra Soft Ltd" on Front and Admin pages but "Powered by Yourcompany.com". HTML title tags and Admin Control Panel for one Eicra CMS license. |
|
|
 |
|
| |
|