eridan
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 1 and 9 users
- Sold between 1 000 and 5 000 dollars
177
Purchases
Buyer Rating:
4.19 stars
4.19 average based on 31 ratings.
-
5 Star
1651%
-
4 Star
825%
-
3 Star
516%
-
2 Star
13%
-
1 Star
13%
| Created | 30 September 10 |
| Last Update | 17 September 11 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | PHP 5.x, MySQL 5.x, jQuery |
| Software Framework | CodeIgniter |
| Files Included | JavaScript JS, HTML, CSS, PHP, SQL |
- cms
- codeigniter
- content management system
- easy to use
- modular
- multilanguage
- news
- pages
- photo gallery
- php
- seo friendly
© All Rights Reserved eridan -
Contact Envato Support


starting to regret buying this as I keep getting 404 on myurl/index.php
ALL info is present & correct.
YOU NEED TO REPLY TO YOUR BUYERS! Bad form!
Hi Mike. No need to panic. We already resolved your issue via e-mail. Everything is up and running. I will mention the solutions one more time to help others with the same 404 problem.
1. make sure you have uploaded .htaccess file 2. if you have the cms inside the subfolder, make sure to update RewriteBase property ( ex. RewriteBase /subfolder/ ) 3. Try to change uri_protocol (config.php) from AUTO to REQUEST_URI
Keep in mind that some servers have different configurations so there may be some additional steps ( usually some changes inside .htaccess )
GREAT SERVICES!! Many Thanks!!
In the Demo when i crease a new page i am unable to see it in the frontend of the demo please advise where is the page created can be seen
Hi,
what do you have in mind by “unable to see it in the frontend”? You mean, you don’t see new item in the menu?
Menus are separate from pages. That means, when you create a new page, you can go to menus, add new menu item and give that item some url (url of the created page). You will be able to see that item on the fronted.
Created page is of course always accessible if you access it trough the url (even if menu items are not created). This gives you more flexibility. For example, you can create menu items that are not strictly connected to the created cms pages.
I hope I answered your question.
i have created a page by the name pranavaj and i cant find it in the front end in your demo
Probably I did not explained well how this works. Here is another try. You have created a page “Pranav” and this is fine. Page works as it should. You can find it if go to http://acms.mile-lazar.com/pranav (if it is not deleted or changed in the meantime.
But to access it from the front end, you will need to create a menu item (i did that so you can see how it works). And to create a menu item you have to:
1. go to Menus 2. choose menu into which you want to add an item (in this example “main”) 3. add item title (you can name it however you want) 4. enter url to the page (in this example “pranav”)
Click save and that’t is. Now you have access to the created page on the front end. I hope I explained it better this time.
Hi,
How can I admin the frontpage slider?
Thanks!
Hi,
in the demo, slider takes latest images and descriptions from the gallery (you can read more about this in the documentation, section “Display latest or random images”).
But you can also create a new gallery just for slider images and forward the gallery ID to the latest_images helper. This is also explained in docs (“Pull images from specific gallery” section).
I hope this helps.
New version will have separate module for slider, with some more options and flexibility.
thankyou!
any news on updates yet?
If I set a language for admin panel different from the defualt front language, the from_validation_lang texts are not being loaded. Any solution to this? I need to have a spanish control panel but sometimes I may need an English or German default front end…
Do you plan to update this CMS?
Thanks!
You can go to system/language/english, find from_validation_lang.php and just copy and paste to the application/language/your_language folder. You can also translate the file, if you need of course
Help: I have done the installation with the sample database a subdomain acms.mysite.com. htaccess and adapted. The fronted works grea. But the put in backend acms.mysite.com/admin responds with url: acms.mysite.com/admin/login and error: —An Error Was Encountered—The action you have requested is not allowed.
usuario: admin@acms.com password: 1234567 ??? Thanks, I await your response
Hello,
please try the following solution: Open application/config/config.php, find $config[‘compress_output’] item and change the value to FALSE
Page dead, it seems that you can not expect any assistance.
Hi, it is not dead. Unfortunately I am unable to provide comments support all the time, but if you have a problem, just send me an email and we will find a solution. Thanks
Can you please give an estimate on how long for the update please? Realy need it
My host is ipower,but when I publish news articles ,and them ….i can not upload pictures, tell me how to do?
Hi,
make sure your uploads folder is writable. And you can change permissions with your ftp software. Try 755 or 777 permissions. I hope this helps
Hello, i was wondering if you could provide a way to make the News Section have like a Character Count shut off for the Short Text Description. I think it’s redundant to be able to right a TON of short text, then have a FULL Story under it too? you see? Is it possible to make like, while one is typing, there is a character countdown or maybe it just stops one from typing after the max characters are met?
I added this to the short_text array => ‘rules’ => ‘trim|required|max_length50’, It works, but there was no way to know 50 was the cut off nor no way to stop me from writing more, leaving me to DELETE all the way up to 50 characters. Would appreciate a response back, thanks
Hello,
you already added the text area. So, to count the characters while typing, the easiest way would be javascript. There are a lot of examples out there how to limit characters and update the counter while typing. It is just a few lines of jQuery code.
Here is one simple example: http://goo.gl/e4vBh
I hope this helps. If you will need more detailed assistance, feel free to contact me via email
Oh ok…thanks.