0
Welcome Guest! Login
0 items Join Now

Is it possible to create a menu link to a module.

    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • Do what James suggested.. publish it to a module that you stick in a static content item... then link to that static content item from your menu.

      Once you're at that point, post a URL here and with Firebug and Muffins, we will collectively try and paint the whole page black :)
    • Say no to Internet Explorer 6.
      twitter.com/mark_up
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • Another solution is loading your video with a javascript tool like Rockzoom (there are a lot available) but playing with background (define a dark background with no transparency). It's already possible to embed Youtube videos, images, webpages, etc. If you have to use the player available with hyperion, I think it's possible to modify the code of the plugin that load the module.
  • Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • Hello Mark and James

      Thanks for your help, link to the site <removed> if you want we can move the discussion to here or merge both topics.
    • Last Edit: 15 years 9 months ago by Peter Osipof.
    • VirtueShop
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • Hi Peter,

      I lost this thread... took me a while to find it again. I rarely venture beyond the water cooler ;)

      See attached for what I managed to get with Firebug.

      Is that what you're after?
    • Say no to Internet Explorer 6.
      twitter.com/mark_up
  • Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • Yes, but only for that page, I don't want other pages to be effected.
    • VirtueShop
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • Hmmm... bit tougher if only want it on that page... as the elements you need to modify are outside the component body and hence won't be affected by a page class suffix.

      Three steps:
      1.) Remove all the css you added earlier (the -15px margins etc)
      2.) Try and get the following css above the element we need to style.
      #main-content {
      &nbsp; &nbsp; background: #000000 !important;
      }

      The best way to do that would be via REMOVED but it probably won't work in j1.5 even in legacy mode. If you can convert it to 1.5 native, great, otherwise, look for something similar in the JED that works for j1.5.

      One last option is to stick the css right into the code. This will break xhtml validation but who cares, really.

      Turn off code cleanup in your WYSIWYG Editor, or turn off the WYSIWYG Editor completely and then paste the following into the BANNER module position.
      <style type="text/css">
      #main-content {
      &nbsp; &nbsp; background: #000000 !important;
      }
      </style>

      Make sure this module is only published on the page in question.

      Let me know if that works.
    • Last Edit: 8 years 5 months ago by Kat05.
    • Say no to Internet Explorer 6.
      twitter.com/mark_up
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • Or you can use one of James' suggestions at
      www.rockettheme.com/forum/index.php?t=22175&rb_v=viewtopic

      Eg. Put the following code in index.php of your template, but be more specific... maybe target by the itemid to make it only load on that page.
      <?php if (JRequest::getVar('view') != 'frontpage') : ?>
      &nbsp; &nbsp; &nbsp;  <style type="text/css">
      &nbsp; &nbsp; &nbsp;  #main-content {
      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  background: #000000 !important;
      &nbsp; &nbsp; &nbsp;  }
      &nbsp; &nbsp; &nbsp;  </style>
      <?php endif; ?>
    • Say no to Internet Explorer 6.
      twitter.com/mark_up
    • matt.h's Avatar
    • matt.h
    • Sr. Rocketeer
    • Posts: 131
    • Thanks: 0

    Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • Have you tried the M2C component REMOVED
    • Last Edit: 8 years 5 months ago by Kat05.
    • Matt H
      NinjaForge.com Open Source Joomla Extensions!
  • Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • That is for Joomla 1.0 only however I am using something similar OLD LINK REMOVED
    • Last Edit: 8 years 5 months ago by Kat05.
    • VirtueShop
  • Re: Is it possible to create a menu link to a module.

    Posted 15 years 10 months ago
    • I added two templates, modified second template's css and assigned frontpage to the second template, maybe not the best solution but works for me.

      Thank you for helping, (at a later date might try Mark, James solution)
    • VirtueShop

Time to create page: 0.057 seconds