Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go to view - multiple themes #37

Open
razvanphp opened this issue Jun 3, 2013 · 3 comments
Open

Go to view - multiple themes #37

razvanphp opened this issue Jun 3, 2013 · 3 comments
Assignees

Comments

@razvanphp
Copy link

Hello,

First of all, great plugin! Thank you!

I currently work on a big project with multiple themes, based on different domains and multiple configuration files.

I would like to know if there is any way to implement 'Go to view' to show you any possible views from all themes and also from root views folder, and chose which one to open, rather than checking only one theme name in the config main.php.

Thank you!

@junichi11
Copy link
Member

Hi,

You are welcome!
I think that I can implement that. (This need a new option.) But "Go to view" is becoming complex little by little.
There is also another request #35. So I might not be able to implement this soon.

Perhaps, your request is similar with #22. I guess that you would like to select a view file from file list.

e.g.

// protected/controllers/SiteController.php
public function actionIndex() {
    // Run Go To View action
    // show four view files on list
}

app views

  • protected/views/site/index.php

theme views

  • protected/themes/th1/views/site/index.php
  • protected/themes/th2/views/site/index.php
  • protected/themes/th3/views/site/index.php

Thanks.

@razvanphp
Copy link
Author

Yes, that's the expected behaviour.

I don't think this is similar with any other requests, I checked.

Thank you for your work, it is highly appreciated!

@junichi11
Copy link
Member

Yes, it might be not similar with them as features. To show the list is similar :)
I can't promise to implement this feature soon. But I understood your request.

Thanks!

@ghost ghost assigned junichi11 Sep 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants