⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Generate Link to Relation and insert the link in CKEditor



iStooge

iStooge
  • profile picture
  • Member

Posted 07 July 2015 - 10:01 AM

Hey,

 

i am building a CMS with Grocery CRUD at the moment.

 

I have already build the relation to another table. Now i want to insert a Link to the relation in CKEditor.

 

Example:

 

I have an n-n-Relation. So the related tuples are test1 and test2. For each of these tuples there will be a page in the frontend called www.example.com/1 and www.example.com/2.

The number at the end of the URL is the primary key of the elements.

 

So now I want that the user of the CMS can easily Link those pages via the CKEditor in the backend.

 

Is there any Plugin for the CKEditor with which I can insert a Link that is autogenerated and works with the n-n-relations of Grocery CRUD?

 

Greets,

iStooge