Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>
Re:Lightbox Feature with Mootools
Date: 2008/07/20 12:09 By: carollac Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
OK?
File Attachment:
File name: plug_cbprofilegallery.zip
File size:177032 bytes
Click here to see the profile of this user The administrator has disabled public write access.

Re:2nd Profile Gallery, j1.5
Date: 2008/09/25 01:01 By: piersol Status: CB Doc subscriber  
Karma: 2  
Senior Joomlapolitan

Posts: 67
graphgraph
I am attaching a clone of profile gallery for J1.5.

I use this as a PREMIUM GALLERY on my site by requiring a higher access level for it than the other gallery plugin.

I did comment out the lines 1104 to 1120 which allows the images when clicked to open and be viewed.

THIS DOES NOT work with lightbox for 1.5.

I think others can demonstrate how to fix lightbox, slimbox etc, but at least this DOES work and its an easy second premium gallery if you need it.
File Attachment:
File name: 2nd_CB_profilegallery.zip
File size:270019 bytes
Click here to see the profile of this user The administrator has disabled public write access.

Re:SOLUTION: Lightbox Feature with Mootools
Date: 2008/09/26 07:46 By: Andria Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
it seems like several people have solved this annoying issue, but somehow by the end of the thread, one loses the track on what, where and how exacty to do?

i think we have several solutions for several problems?

people talking about motools, slimbox, lytebox...

i think its pretty clear that the main issue is MOTOOLS (rockettheme users) so if someone has a solution to this PLEASE, PLEASE make a little effort and help brothers in arms, put a few files together, zip them and write a few lines if possible PLZ!!!

lots of bros would be really greatfull to get this finally working.

im either going back to Joomla 1.0.x or killing myself!
Click here to see the profile of this user The administrator has disabled public write access.

Re:SOLUTION: Lightbox Feature with Mootools
Date: 2008/09/27 04:14 By: Rapunzl Status: CB Doc subscriber  
Karma: 52  
Platinum Joomlapolitan

Posts: 1095
graphgraph
CB 1.2 has much better integration with J!1.5+. Instead of killing yourself, get it now as a gift as a doc subscriber or wait just a little longer for it to go public.

Unfortunately, it's not a matter of writing a plugin or hack. Like you said, there are several issues here, and if you don't solve the underlying problem it's likely it'll rear its ugly head again in another form.

Jamie
Rapunzl Reminisces Owner and Website Administrator / Community Builder and Groupjive Team Member and Moderator
_______________________________________________________
Want to speed up the release of CB 1.2 Plugins? Before posting, please read CB 1.1 Bugs stickies or CB 1.2 Identified Issues and the FAQs and Search the forum and the Web for your error. If not found, post Joomla, CB, PHP, Database and Browser versions, along with the exact error you are getting and results. Fewer posts for the developers to sift through will result in faster releases!

If you're looking for CB plugins, try the Downloads section, Directory (new) section or Joomla Community Builder-specific extensions and check the extension developers site for plans to integrate or plugins that already integrate CB 1.2. Also, if you find other requests already posted, please just add your request to the thread instead of creating a new one. Thanks!
Click here to see the profile of this user The administrator has disabled public write access.

Re:SOLUTION: Lightbox Feature with Mootools
Date: 2008/10/14 14:11 By: Oddsodz Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 11
graphgraph
Keemosh wrote:
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<br><br>Post edited by: Keemosh, at: 2008/07/04 13:30



I Can confirm that this works with "Rocket Themes".

"Fly up high you must if in an F-35B you are. Survive you might"
J-10's are like women, In the end they all go down.
Click here to see the profile of this user The administrator has disabled public write access.

Re:SOLUTION: Lightbox Feature with Mootools
Date: 2008/10/14 18:31 By: Rapunzl Status: CB Doc subscriber  
Karma: 52  
Platinum Joomlapolitan

Posts: 1095
graphgraph
Something else that can help with the J!1.5 mootools conflicting with javascript... I found a solution that helped with FB and the same type fix should work with any component using script that's throwing errors because of this.
Jamie
Rapunzl Reminisces Owner and Website Administrator / Community Builder and Groupjive Team Member and Moderator
_______________________________________________________
Want to speed up the release of CB 1.2 Plugins? Before posting, please read CB 1.1 Bugs stickies or CB 1.2 Identified Issues and the FAQs and Search the forum and the Web for your error. If not found, post Joomla, CB, PHP, Database and Browser versions, along with the exact error you are getting and results. Fewer posts for the developers to sift through will result in faster releases!

If you're looking for CB plugins, try the Downloads section, Directory (new) section or Joomla Community Builder-specific extensions and check the extension developers site for plans to integrate or plugins that already integrate CB 1.2. Also, if you find other requests already posted, please just add your request to the thread instead of creating a new one. Thanks!
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC4)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC4, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers and now also to all registered joomlapolitans.

CB Login