[EXTENSION] phundament

Thanks! I had seen that you can select a row of code at Github, but didn’t realized the potential yet…

please how to i can view uploaded image link on Backend/p3media/ Browser ?

Do you need a link to download the image?

You can browse uploaded images just via the controller action p3media/default/browser

yes, i wont insert image url on carousel , i upload image via uploader, but i can not find URL

i change on main.php default language to my native language. Default Langage not changed

please see how to i can fix the error

[size=2]As a workaround you can access an image with the schema (Note: You’ve to use URL format path for the URL manager in app/config/main.php)[/size]

[color="#333333"][font="Consolas,"]/img/<preset>/<SEO-Title>_<ID>.<ext>[/font][/color]

[size="2"]See https://github.com/p...heat-Sheet#urls[/size]

[size=“2”]But I’ve also created an issue for this: [/size][size=“2”]https://github.com/s...media/issues/38[/size]

[/size]

Please add your languages you want to use here: https://github.com/p...g/main.php#L356

Otherwise the P3LangHandler component will fall back to the app language or output an error: https://github.com/s...Handler.php#L89

please how to i can use Packages (http://phundament.com/en/packages-12.html) where is manual? i can install no i can not use. please

As the page states under Repository, you can add this repo to your composer.json file to get the packages listed.

If you’re using phundament/app this repo is already registered.

This repo is mainly meant for packages, which are not listed on packagist.org, eg. older Yii extensions which do not have a composer.json file or ones which are only available by downloading a zip from yiiframework.com