- Posts: 1
COMMUNITY FORUM
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
SIG PRO in modules
- Lucio Righetti
-
Topic Author
- Offline
- New Member
After installing I found out that, contrary to the free version, it cannot be used in modules.... Please let us know if there's a fix for that or when do you plan to release an update that will fix this problem.
thanx
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
file mambots/content/plugin_jw_sigpro.php
line 192, change
$mainframe->addCustomHeadTag($sigheader);
to
echo $sigheader;
AND
line 200, change
$mainframe->addCustomHeadTag($sigdata);
to
echo $sigdata;
This should make it possible to display inside a module.
1.3 will support publishing inside modules. ;)
Please Log in or Create an account to join the conversation.
- Vivek Bhatia
-
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Please Log in or Create an account to join the conversation.
- acijanos
-
- Offline
- Junior Member
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Please Log in or Create an account to join the conversation.
- JJ Nagelkerke
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- JJ Nagelkerke
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- mtaras
-
- Offline
- Junior Member
- Posts: 25
Maybe some other changes must be done.
Please Log in or Create an account to join the conversation.
- gk
-
- Offline
- New Member
- Posts: 1
hope someone can help with a fix...
Please Log in or Create an account to join the conversation.
- Stewart Mabon
-
- Offline
- New Member
- Posts: 1
Thanks
Please Log in or Create an account to join the conversation.
- Daniel Geisler
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- impetus
-
- Offline
- New Member
- Posts: 2
help me!
Please Log in or Create an account to join the conversation.
- kyradk
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- Trevor Hughes
-
- Offline
- New Member
- Posts: 6
Trevor
Please Log in or Create an account to join the conversation.
- d_spice
-
- Offline
- New Member
- Posts: 9
However, like many others here, we would like to be able to embed within a module. I am not a newbie to Joomla in regards to customization, but by no means am I able to create a plugin myself. Is there anyway you could post a quick fix for us to utilize this method before the 1.3 release? I personally would like to be able to embed it in a module in my right hand column, that randomly chooses a thumbnail, and when the user clicks on it, it opens up that related gallery and from there, the user can click through all the photos, or have it slideshow.
But for now I would just be happy to embed it into a module?
Thanks for the great plugin, and for your time!
Please Log in or Create an account to join the conversation.
- mr001
-
- Offline
- New Member
- Posts: 5
file mambots/content/plugin_jw_sigpro.php
And what about joomla 1.5? There is no mambots directory.
Please Log in or Create an account to join the conversation.
- Brent Bowers
-
- Offline
- New Member
- Posts: 10
BB
Please Log in or Create an account to join the conversation.
- Armenos
-
- Offline
- New Member
- Posts: 2
I've found a solution to this issue.
You can display this plug-in whit in a module by using a module called Content Item Module. (extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,498/Itemid,35/)
download can be found here: diebesteallerzeiten.de/blog/module-15/?wpc=2#comments
You just need to enable plug-in support in this module and you are done.
Armenos
Please Log in or Create an account to join the conversation.
- kayut
-
- Offline
- New Member
- Posts: 10
I've found a solution to this issue.
You can display this plug-in whit in a module by using a module called Content Item Module. (extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,498/Itemid,35/)
download can be found here: diebesteallerzeiten.de/blog/module-15/?wpc=2#comments
You just need to enable plug-in support in this module and you are done.
Armenos
Hello @Armenos,
Can you please post a step by step instruction here?
I installed this module (mod_placehere) but I have no idea how can I use it!
Thanks
Please Log in or Create an account to join the conversation.
- Yaani-Mai Gaddy
-
- Offline
- Senior Member
- Posts: 41
Hi There,
I've found a solution to this issue.
You can display this plug-in whit in a module by using a module called Content Item Module. (extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,498/Itemid,35/)
download can be found here: diebesteallerzeiten.de/blog/module-15/?wpc=2#comments
You just need to enable plug-in support in this module and you are done.
Armenos
Thank you Armenos! This Content Item Module worked like a charm for me too! I was able to put SIG Pro & JMap - Advanced Google Maps Plugin for Joomla 1.5 in different modules on the same page with this module! ;D
kayut,
What you have to do is create a content item that contains the plugin you need to display. Then use the Content Item Module to display the content item. Be sure to enter the content item ID number & check the "Run Plugins" radio button so it will work.
Please Log in or Create an account to join the conversation.