Support Forum

  • Page:
  • 1

Questions & Answers articles not displaying

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I believe I have followed the instructions. The module appears to be loading, as I get the Open All and Close All links, but the questions and answers articles are not being displayed. The site is hhisanddollars.org. Click on the Frequently Asked Questions link in the main menu. Any help is greatly appreciated as I have a headache from banging my head against the wall.
  • Steven Sugg's Avatar
  • Steven Sugg
  • Free Extensions
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Steven,

Prob best to submit a screenshot of the settings in this case.

Without seeing them Id double check that you have assigned the correct category to be displayed in the module. Make sure that the articles are assigned to a category and not just uncategorised and that all articles are published.

Sorry I can t be of more help but a screenshot may well shed some light.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thanks for the quick response, Anthony. I have attached screen shots. Let me know if you need more...

File Attachment:

File Name: Archive.zip
File Size: 1056559
  • Steven Sugg's Avatar
  • Steven Sugg
  • Free Extensions
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Also, here is the relevant source code... as you can see, there are no <div> tags being created, like I see on the demo site with a working JB FAQ.

<!--- Start Joomla Bamboo FAQ -->

<!--- This style sheet reference can be moved into the head to make this module validate -->
<link rel="stylesheet" href="/modules/mod_jbfaq/faq/faq.css" type="text/css" />
<!--- Close all Open all buttons -->
<a href="#nogo" class="hide">Close All</a> | <a href="#nogo" class="opener">Open All</a>

<!--- Close all Open all buttons -->
<div class="bottom_controls"><a href="#nogo" class="hide">Close All</a> | <a href="#nogo" class="opener">Open All</a></div>



<script type="text/javascript">
jQuery.noConflict();
jQuery(function () {
jQuery('div.answer,.bottom_controls').hide();
jQuery('a.hide').click(function(){
jQuery('div.answer').slideUp();
jQuery('.faqtogglerdiv a.faqtoggler').removeClass("open");
jQuery('.faqtogglerdiv a.faqtoggler').addClass("closed")});
jQuery('a.opener').click(function(){
jQuery('div.answer').slideDown();
jQuery('.faqtogglerdiv a.faqtoggler').toggleClass("open");
jQuery('.faqtogglerdiv a.faqtoggler').removeClass("closed")});
jQuery('a.opener').click(function(){jQuery('div.bottom_controls').fadeIn();});
jQuery('a.hide').click(function(){jQuery('div.bottom_controls').fadeOut();});
jQuery('.faqtogglerdiv a.faqtoggler').click(function(){
jQuery(this).parent('div').next('div').slideToggle();
jQuery(this).toggleClass("open");
return false;
});
});
</script>

<!--- End Joomla Bamboo FAQ -->
  • Steven Sugg's Avatar
  • Steven Sugg
  • Free Extensions
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
One more screen shot that may be of use...

File Attachment:

File Name: MenuItem-20100626-2.zip
File Size: 180786
Attachments:
  • Steven Sugg's Avatar
  • Steven Sugg
  • Free Extensions
  • 5 posts
  • Karma: 0
Last Edit: 13 years 9 months ago by Steven Sugg.
The administrator has disabled public write access.
Thanks for posting that. The section id and the category id need to be the id's for the categories themselves.

Go to the section or category manager and you will see the id in one of the columns on the right.

Hope that helps.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Awesome. Worked. Thanks!
  • Steven Sugg's Avatar
  • Steven Sugg
  • Free Extensions
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Great thanks for letting us know :)
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers