Skip to Content Skip to Menu

🌟 CB Editor Assistant 1.0.0 is here! Discover our new AI Joomla Plugin that wrote its story! (and this banner!)
Start at just $12.50/month* or 💸 save 30% with our 🛍️ Black Friday Intro Offer for your subscription's lifetime
🎉 Black Friday sale is here! Great savings on professional and developer memberships! Get 25% off now with code BLACK-FRIDAY-2024!

How to add module position in the bootstrap.php

  • flovro
  • flovro
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
11 years 10 months ago - 11 years 10 months ago #219710 by flovro
Hi all,

I wanna add an custom menu already created in joomla menus backend to the CB. I need to put the syntax(code) on the bootstrap.php

I tryed <jdoc:include type="modules" name="module-name" style="xhtml" /> or

<?php /** Begin Showcase **/ if ($gantry->countModules('module-name')) : ?>
<?php echo $gantry->displayModules('module-name'); ?>
<?php /** End Showcase **/ endif; ?>

Maybe CB using another syntax to load the extra module position in the profile.

Best Regards
Last edit: 11 years 10 months ago by flovro.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48560
  • Thanks: 8292
  • Karma: 1445
11 years 10 months ago #219751 by krileon
I don't think Joomla template syntax will work outside of a Joomla template. We don't execute any sort of Joomla syntax replacement on our templates. The gantry won't work either unless you load in however $gantry is being defined.

I suggest looking into an extension called Mondules Anywhere and use its syntax in a delimiter field. It basically uses regex on the buffer, finds the matching replacement strings, replaces with a module. I've no experience with it, but many users report using it quite successfully.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum