Help Center

Powered by Minitek FAQ Book
Loading...

Stable linkage of questions

DP
Deniz ParlakPosted 1 year ago

Dear Minitek team,

I would like to link two questions with each other. For this I could use an HTML anchor tag. The issue is, that the search engine friendly (SEF) anchor href is getting broken in case that some sorts of refactorings are made over the time (menu item, question, ...) which are changing a question url. Is there a feature existing to insert a stable link tag, like "[link questionId=123]" for which FAQ Book is rendering a SEF HTML anchor by itself?
If not existing, how would the alternative URL be looking for a non SEF url (index.php?option=com_faqbookpro....) to link to a question based on a question id?

 

Loading...
0
#4314

1 answer

M
MinitekPosted 1 year agoEdited 1 year agoModerator

Hi there,

Even though there is no shortcode for creating a question url (like "[link questionId=123]"), you can use non-sef urls in the following way:

index.php?option=com_faqbookpro&view=question&id=2&Itemid=<ITEMID>

where <ITEMID> is the ID of the parent menu item (for example the ID of the menu item for the section that this question belongs to).