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

CkEditor v4.x: Not all pages are selectable while placing and internal link #175

Closed
digitalbricks opened this issue Oct 3, 2013 · 7 comments
Assignees
Milestone

Comments

@digitalbricks
Copy link

I tried to insert an internal link to another page using the appropriate button in CkEditor, but i only had a few pages in the selection. The hidden pages "Maintenance" and "404 ..." are not listed, also the english "Welcome" page is not present in the drop down menu. Can't figure out why.

bildschirmfoto 2013-10-03 um 20 27 59

@webbird
Copy link
Contributor

webbird commented Oct 5, 2013

This is "by design", but I have in mind that I've already changed this... I will have to take a look next week.

@ghost ghost assigned webbird Oct 5, 2013
@webbird
Copy link
Contributor

webbird commented Oct 7, 2013

No, I haven't changed this (as it's "by design"). But you can:

/modules/ckeditor4/ckeditor/plugins/cmsplink/dialogs/cmsplink.php

Find line:
$items = CAT_Helper_Page::getPages();

Change to:
$items = CAT_Helper_Page::getPages(1);

@webbird
Copy link
Contributor

webbird commented Oct 7, 2013

@digitalbricks
Copy link
Author

Can't test this fix because i cannot install CKeditor 4 in consequence of an invalid version string in BlackCat CMS 1.0 (downloaded as bundle from the website, not github). See Screenshot below (I didn't want to create a new issue concerning the version string because we addressed this small tricky thing in some other tickets ;-)
bildschirmfoto 2013-10-21 um 20 59 29

@webbird
Copy link
Contributor

webbird commented Oct 22, 2013

Just fix the version string in the DB, as described here. -> http://forum.blackcat-cms.org/viewtopic.php?f=5&t=68

@digitalbricks
Copy link
Author

Changed version string in DB, installed Ckeditor 4: All pages are now selectable. Issue fixed, thank you!

@webbird
Copy link
Contributor

webbird commented Oct 28, 2013

Thanks!

@webbird webbird closed this as completed Oct 28, 2013
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