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

Create Here Not Creating Here #14

Open
Robert-rx2-Ross opened this issue Aug 22, 2014 · 5 comments
Open

Create Here Not Creating Here #14

Robert-rx2-Ross opened this issue Aug 22, 2014 · 5 comments

Comments

@Robert-rx2-Ross
Copy link

I've set up a login and users, once logged in through the front end, can see the Quick Bar. They can click "edit resource" and that works, but when they click "create here" it just opens the home page in a new tab. I didn't see anything obvious in the settings to change this behavior.

MODX 2.2.15
QuickBar 1.0.4
mySQL 5.5.37-cll
PHP 5.3.26
Apache 2.2.24

@ghost
Copy link

ghost commented Nov 18, 2014

Still an issue using Revo 2.3.2 and QuickBar 1.0.4. The link is not being generated.

The problem appears to be that the createNewLink snippet is not properly installed by the package installer. Add it as a new snippet, and everything works.

@ghost
Copy link

ghost commented Nov 18, 2014

This leads to a new problem, the &a=44 needs to be updated to &a=resource/create

return MODX_MANAGER_URL . "?id=$id&a=resource/create&class_key=$classKey&parent=$id&context_key=$context";

@matdave
Copy link

matdave commented Dec 4, 2014

Thanks sottwell, your solution made it work!

@ghost
Copy link

ghost commented Sep 1, 2015

I suppose this still needs all that code for identifying Articles. What about Collections? SimpleCart products?

@ghost
Copy link

ghost commented Sep 1, 2015

Odd, the lines for installing this snippet are commented out in the _build script. Is there a reason for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants