gatATAC / redmine_startpage

A Redmine plugins to allow user to select almost any redmine sub page as start page for a Redmine website
http://gatatac.org/projects/redmine-startpage/wiki
33 stars 12 forks source link

Problem #10

Closed mariale200212 closed 10 years ago

mariale200212 commented 10 years ago

Hi, I'm so lost here, I do'nt know which one is the controller or the other fields and I've tried a few things but I can't get it to work.

I put the project as public and created a wiki.

I've attached an image to show you the redmine I have.

I would really appreciate your help.

Thank you very much

informacin - mesa de ayuda catedra

txinto commented 10 years ago

Hi, can you send me the target URL?

For instance, in my webpage the start page is http://gatatac.org/projects/gatatac-web/wiki/Wiki

If you see this URL you will find this:

projects -> This is a constant expression that selects the project gatatac-web -> This is the project identifier wiki -> This means the wiki module Wiki -> And this is the wiki page

To achieve this URL, I go to administration / Plugins / redmine startpage plugin settings and configure the following:

Controller: wiki Action: show Id: Wiki extra-argument: project_id extra-argument value: gatatac-web

So, if you have an URL like this: http://mydomain.com/projects/myproject/wiki/MyTopic

You will need to configure

Controller: wiki Action: show Id: MyTopic extra-argument: project_id extra-argument value: myproject

If you do not have success, please send me the URL of the target page so I can try to suggest you the most appropiate configuration.

Thanks for using this plugin!

mariale200212 commented 10 years ago

Hi, the URL is http://mesadeayuda.catedra.edu.co/projects/home/wiki/Home

Thanks

txinto commented 10 years ago

Hola desde Tenerife, Canarias, España.

I think you should try

Controller: wiki Action: show Id: Home extra-argument: project_id extra-argument value: home

Try it. Best regards. Un saludo.

Tx.

mariale200212 commented 10 years ago

Hola =), That's what I tried, but it says page not found, the project id is home.

Thank you

txinto commented 10 years ago

Hi, I have tested this configuration in my web (http://gatatac.org) and it works. You can check it, so the configuration is not the problem. My system is 2.4.1. Tomorrow I will try to download your version (2.1.2) and see if it works. Can you tell me the download method you used? (f.i. downloading the .zip or the .tar.gz from github, or using the git clone command).

Please check this issue to see you don't have the same problem (I think it is not related, but check it anyway).

https://github.com/txinto/redmine_startpage/issues/9

Nos vemos!

Tx.

balagab commented 10 years ago

Hi, how can I set my page to start page? The URL is the following: http://192.168.1.66/redmine/my/page What would be the fine values for controller, wiki, id, etc.? Thank you

txinto commented 10 years ago

Controller: my action: page

this works for me in Redmine 2.x, but please take into account that my page is not a public page, so it will cause problems if you are not logged in (probably will send you always to login page).

Tx.

2014-04-14 15:23 GMT+01:00 balagab notifications@github.com:

Hi, how can I set my page to start page? The URL is the following: http://192.168.1.66/redmine/my/page What would be the fine values for controller, wiki, id, etc.? Thank you

— Reply to this email directly or view it on GitHubhttps://github.com/txinto/redmine_startpage/issues/10#issuecomment-40371076 .

balagab commented 10 years ago

Thank you for your quick answer, it's perfect!