Elxis CMS Forum

Support => Administration => Topic started by: BlackMuddler on July 09, 2008, 16:56:33

Title: Link to internal pages
Post by: BlackMuddler on July 09, 2008, 16:56:33
Hi ..

Is it possible to link to other internal pages without complete url http://.../... etc in Elxis wysiwig editor ..

I really miss a popup where I can select the internal pages I wish to link to.
Title: Re: Link to internal pages
Post by: datahell on July 09, 2008, 23:41:35
That's a good idea for a nice tinymce button!

If you have the sef bot published you can create links like this:
index.php?option=com_xxx&task=yyy&Itemid=zzz

Else if you have SEO PRO enabled, you can use directly the SEO PRO links. Examples:
http://www.mysite.com/links/
http://www.mysite.com/section/category/title.html
These links will stop from working if you, some day, disable SEO PRO.
Title: Re: Link to internal pages
Post by: BlackMuddler on July 10, 2008, 12:13:01
That's a good idea for a nice tinymce button!

Indeed - And i'm sure, that many users of Elxis will appreciate a button like that. And have you first tried it, you will allways miss that  :'(

If you have the sef bot published you can create links like this:
index.php?option=com_xxx&task=yyy&Itemid=zzz

Else if you have SEO PRO enabled, you can use directly the SEO PRO links. Examples:
http://www.mysite.com/links/
http://www.mysite.com/section/category/title.html
These links will stop from working if you, some day, disable SEO PRO.

Okay .. I test that out - but the button is a must  ;)

Thanks for your guidance.