adis.osmonov Approved

Member since: 2014-06-04

Recent posts by adis.osmonov
Post When

thy this: sudo chmod -R 775 /opt/lampp/htdocs/october/html/app

Posted in I am new to Ubuntu, I am trying to install October

sudo chown www-data -R /opt/lampp/htdocs/october/html/app

try this

Posted in I am new to Ubuntu, I am trying to install October

For example, I have models Country, State, City and User.

Structure of this models:

Country
-- id
--...

Posted in Chained selects in forms

How to achieve functionality like this http://www.appelsiini.net/projects/chained in october?

Can I ...

Posted in Chained selects in forms?

Bump

Posted in How can i show image attachment on list?

Many plugins uses NestedSet, for example, this. https://github.com/benfreke/oc-menumanager-plugin/

Posted in Nested Set / Tree Categories

Now it encodes to html entities like > to > So my $this->addJs turns into $this->

Posted in How we can use WYSIWYG in pages with PHP code?

Thx, that's I was looking for.

Posted in How to change page title dynamically?

I've searched about this, but didn't find anything.

Posted in How to change page title dynamically?

it's really cool.

@Flynsarmy add notes for dummies to your repo:

  1. set debug: true in app/config/app....

Posted in Debugging: How to debug right?