solved FAQ or Documentation Module

sekeri
sekeri
@ilker
5 years ago
334 posts
I need a FAQ module for my website to help users. I know I can do this using FAQ or Documentation Module but I dont want the profile menus to be displayed for this help page. How can I make it just like here in Jamroom website.

https://www.jamroom.net/faq

Thanks,
Ilker.
updated by @ilker: 05/16/19 09:39:22PM
sekeri
sekeri
@ilker
5 years ago
334 posts
I know Jamroom works with profiles concept. But if we had a Quota to assign any profile which we dont want Profile Menus or Profile Headers or Side bars to be displayed this would have been great. All problems related to Forums, FAQs or Documentations, in other words which are relevant to the general website not a profile would have been solved this way without any code or template modification.
paul
@paul
5 years ago
4,325 posts
The FAQ module includes an index.tpl template that will list all your FAQs independent of profile menus and details and that is what is used here on jamroom.net, so you could do the same on your site - www.yoursite.com/faq
hth


--
Paul Asher - JR Developer and System Import Specialist
paul
@paul
5 years ago
4,325 posts
We cross-posted :-)
If you want to remove profile menus and details in profile views, try putting the following smarty calls at the top of the relevent templates -

{jrProfile_disable_header}

{jrProfile_disable_footer}

{jrProfile_disable_sidebar}

{jrProfile_disable_module_tabs}

Use them as needed.


--
Paul Asher - JR Developer and System Import Specialist
sekeri
sekeri
@ilker
5 years ago
334 posts
Yes I am aware of that. But my suggestion is a solution for everybody a one time development for you guys. Adding a check box in Quote definition page something like "General View" and you dont display profile related side or menubars for this Quota. Anyway just a sugesstion from my side.

What exactly do you mean with using this index.tpl ?
sekeri
sekeri
@ilker
5 years ago
334 posts
Now I have found what you mean. Index template is called when you call the module without a profile in the link. But how Jamroom knows what to display when there are more than one FAQs in the system? :)
updated by @ilker: 02/15/19 04:10:37AM
paul
@paul
5 years ago
4,325 posts
sekeri:
Now I have found what you mean. Index template is called when you call the module without a profile in the link. But how Jamroom knows what to display when there are more than one FAQs in the system? :)

By default, the index.tpl template will list all FAQs, from all profiles, grouped by category and in the order they were created.


--
Paul Asher - JR Developer and System Import Specialist
sekeri
sekeri
@ilker
5 years ago
334 posts
Thanks Paul. All clear now.

Tags