Git Product home page Git Product logo

codeigniter-multilanguage-site's People

Contributors

avenirer avatar jnrbrle avatar kamekun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codeigniter-multilanguage-site's Issues

will you add hmvc to this project?

thanks for the nice apps. will you add hmve to this app in future??

what is your plan with this app?

really i like your works. im learning many things from you...

A Database Error Occurred

A Database Error Occurred
Error Number: 1054
Unknown column 'ip' in 'field list'
SELECT ip FROM slugs WHERE url = 'ci_app' LIMIT 1
Filename: D:/xampp/htdocs/CI_app/application/core/MY_Model.php
Line Number: 635


HI~ Author
The same problem after clearing cache~
I can not find the solution

Th'x

Logout redirect issue..

After logout from admin then redirect function not work properly. it redirects to the frontend home page instead admin login form.

Here is the code which i am using.
$this->ion_auth->logout();
$this->postal->add($this->ion_auth->messages(),'error');
redirect('admin/user/login');

url duplicate / appends

hi,
how can I fix the problem that I can append the same parameters in the url on and on again?
Same thing is, that I can insert a "/" after the url and get the same site.

for example you are on this site:
domain.com/testpage
If I want, I can insert in the url field: "domain.com/testpage/testpage/testpage" and get the same site without redirecting to the original url (domain.com/testpage)
and that's with all pages or posts urls.

I can insert a "/" at the end of the url or not (in the browser url field) - I get the same site.
Thats all duplicate content, for SEO thats not really good - have you got a solution for this?

Parse Error

Hi,

I've come across this error whilst trying out this script....

A PHP Error was encountered

Severity: Parsing Error

Message: syntax error, unexpected '['

Filename: core/MY_Model.php

Line Number: 608

Backtrace:

bug _post_show function

Line 61 (_post_show method) of /application/controllers/Findcontent.php
is

$alternate_content = $this->slug_model->where(array('content_id' => $this->translation->id, 'redirect' => '0'))->get_all();

should be

$alternate_content = $this->slug_model->where(array('content_id' => $this->translation->content_id, 'redirect' => '0'))->get_all();

in another controller

how to use lang if in another controller?

like www.web.com/about/en ?
different from www.web.com/en

Not an issue but help needed

Hi Adrian,
I have been working with these files for a few days. Great piece of work.

I have a couple of questions...

  1. I am a little lost with the page, category, post.
    which do i create first and how are they accessed from the front end

  2. the featured image is stored in a folder 400x350 in the media folder, after looking through the code I cannot find how to access this in the frontend views

'.$title.''; echo $content; ?>

I have tried adding $featured_image, both within the context above and by adding the path to the media/400x350 folder with no luck.

Can you possibly point me in the right direction as I would like to expand this CI site further

Thanks

Andy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.