Support Forum

  • Page:
  • 1

2 questions

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

Hi,

1) is it possible to give an custom parameter from one module to an other module?

suppose i have a custom html module with some text .
Than this module calls " (module moduleName, custom param) " ( also custom html)

2) bit more complex
is it possible to set a href link on a file? Filename extension is kml which should open google earth in a popup .( Of course the user must have G earth installed)
and kml extensions should act to open G earth.


Hugo
  • Hugo's Avatar
  • Hugo
  • 12 Month basic
  • 103 posts
  • Karma: 0
Last Edit: 10 years 7 months ago by Hugo.
The administrator has disabled public write access.
Yes you add a suffix to the module and then use that as the class that overides the existing styling

e.g. the style is more specific so it overides any previous styling that applied

Regarding point 2 have you checked out any joomla extensions in the the Joomla extension directory?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi,

extension by Nonumber is good , Modules anywhere etc

regards

A.
  • adistor's Avatar
  • adistor
  • 6 Month Developer
  • 76 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Can you point me to some manual for 1?

Hugo
  • Hugo's Avatar
  • Hugo
  • 12 Month basic
  • 103 posts
  • Karma: 0
The administrator has disabled public write access.
Try the link below

www.nonumber.nl/

its his main site, there are also docs there available for reading

now for joomla try

extensions.joomla.org/

you should take NOTE that this is not a a joomla tutorial
101 but a template club and inquiries should reflect on TEMPLATES and EXTENSION provided by Joombamboo.

Just a Food for thought

regards

A
  • adistor's Avatar
  • adistor
  • 6 Month Developer
  • 76 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Hi Hugo,

I think we may write an article on this for the "how to" series we are putting together :)

suffix1_2013-09-08.jpg


In this case its a custom module but you can add a suffix to any module type
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
In this example I'm adding the suffix class red

suffix2_2013-09-08.jpg


Please note the space character - this is needed to separate out the class from the moduletable (see next slide)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
suffix-red.jpg


So with that saved you can see how the example is added to the html in the source code - this gives you the hook to add any css to target this module only

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Finished example - added to the custom css

.red p {color: red}

color-result.jpg
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
ok super thanks.

I'll try this with an integer

Hugo
  • Hugo's Avatar
  • Hugo
  • 12 Month basic
  • 103 posts
  • Karma: 0
The administrator has disabled public write access.
I should have mentioned this is a basic css example as it only overiding an existing css tag of

p {color: #000;}

depending on what you need to overide it may require more complicated css

Good luck with it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 10 years 7 months ago by manh.
The administrator has disabled public write access.
I'll try this with an integer

Just in case Ive misunderstood you cant use an integer to start or be a css selector.

eg .1 or .1red {} wont work.

You need .item1 {} etc
  • 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