|
|
|
Re:Lightbox Feature with Mootools
|
|
Date: 2008/04/29 12:04
|
By: shtula
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 8 |   | |
|
Has anyone got it to work in a RocketTheme template?
I tried everything, nothing worked for me, only if I disable Mootools from within the template the lightbox effect will work but that's not an option.
Post edited by: shtula, at: 2008/04/29 12:04
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Lightbox Feature with Mootools
|
|
Date: 2008/05/09 18:09
|
By: Seurot
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 9 |   | |
|
Hmm, I am having the same exact issue with Rockettheme templates. I'm running 1.0.15 and the rt_chromatophore template which uses mootools for about 3-4 of it's template functions. Is there any way to change the order of how this plugin's script is called into the page? I'd really love to be able to keep the functionality of both this plugin (which is essential) and the ability to use the top_panel (which would be a nice convenience). Otherwise, I'll probably just have to try and move the color changer into a module on the left/right side....somehow. Anyways, please let us know if any of you guys know of a hack to fix this.
Thanks and Best Regards, Seurot
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Lightbox Feature with Mootools
|
|
Date: 2008/06/20 15:54
|
By: msquihuis
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
I have the same problem - box opened up but no picture. Applied your fix - edited the php file and added the js libaries.
Result is that nothing happens when I click on the picture - it just sits there. No slimbox and no window with photo either.
ideas?
I have been systematically disabling my javscript files in my rockettheme.
http://my.tierranatal.com
|
|
The administrator has disabled public write access. |
|
|
|
SOLUTION: Lightbox Feature with Mootools
|
|
Date: 2008/07/04 13:22
|
By: Keemosh
|
Status: User
|
|
|
Karma: 2  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
hi!
u can use lytebox instead of lightbox.. same method
just download: http://www.faszination-china.com/downloads/lytebox/lytebox_322cmod1.3.zip
extract it to: components/com_comprofiler/plugin/user/plug_cbprofilegallery/lytebox_322cmod1.3/
edit cb.profilegallery.php
change lines: replace 1004: | Code: | $htmltext2 .= "<link rel=\"stylesheet\" href=\"components/com_comprofiler/plugin/user/plug_cbprofilegallery/css/lightbox.css\" type=\"text/css\" media=\"screen\" />";
|
with 1004:| Code: | $htmltext2 .= "<link rel=\"stylesheet\" href=\"components/com_comprofiler/plugin/user/plug_cbprofilegallery/lytebox_322cmod1.3/lytebox_322cmod1.3.css\" type=\"text/css\" media=\"screen\" />";
|
replace 1005: | Code: | $htmltext2 .= "<script type=\"text/javascript\" src=\"components/com_comprofiler/plugin/user/plug_cbprofilegallery/js/prototype.js\"></script>";
|
with 1005: | Code: | $htmltext2 .= "<script type=\"text/javascript\" src=\"components/com_comprofiler/plugin/user/plug_cbprofilegallery/lytebox_322cmod1.3/lytebox_322cmod1.3.js\"></script>";
|
comment 1006 and 1011
replace 1210: | Code: | . "<a href=\"$pglivelink\" rel=\"lightbox[group]\" title=\"$html_pgitemlightbox\">"
|
with 1210:| Code: | . "<a href=\"$pglivelink\" rel=\"lytebox[group]\" title=\"$html_pgitemlightbox\">"
|
enjoy
Post edited by: Keemosh, at: 2008/07/04 13:28
Post edited by: Keemosh, at: 2008/07/04 13:30
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:SOLUTION: Lightbox Feature with Mootools
|
|
Date: 2008/07/16 21:33
|
By: ebdbizteam
|
Status: User
|
|
|
Karma: -1  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Thanks Keemosh, it helped. hmm.. what do you mean by 'comment 1006 and 1011'
|
|
The administrator has disabled public write access. |
|
|
|
Re:SOLUTION: Lightbox Feature with Mootools
|
|
Date: 2008/07/19 16:12
|
By: Keemosh
|
Status: User
|
|
|
Karma: 2  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
that u don't need that.
put // before the code in that rows. (or delete.. )
|
|
The administrator has disabled public write access. |
|
|