Jump to content


- - - - -

-SRD23- iDragalyt


  • Please log in to reply
16 replies to this topic

#1 AmgedOsman

AmgedOsman

    aka Sacred

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 2,027 posts
  • Location:Egypt - Cairo
  • Real Name:amGed
  • IPB Version:v3.3.x
Contributor

Posted 12 September 2008 - 04:05 AM

Posted Image


File Name: -SRD23- iDragalyt
File Submitter: Sacred
File Submitted: 12 Sep 2008
File Updated: 3 Nov 2008
File Category: IP.Board v2.3.x & v2.2.x Mods

Description
• lytebox effect on images with lots of options.
Single image lytebox
Grouped Images Lytebox
Slide Show Lytebox
Drag And Drop All of the above (New)
Ability to Change Theme Color to suite ur site
Ability to Resize images if they are bigger than the browser size
Control Time of Resizing and animation
Control Opacity of the Lytebox Effect
Choose images or Text on Navigation
Control Time of SlideShow
Auto Close Lytebox after SlideShow is finished
Alot more and ALOT MORE TO COME

Demo:
IBMAFIA


Change log

1.4 Fixed Some bugs Added Extra info Section to show under images in lytebox view


Upgrade

Re-upload the srd_lyt.xml
Goto ACP> Components > mod installation > Click upgrade on the dropdown menu for the mod


Redo Skin Edits


Re-add the BBCodes

Click here to download this file
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

Posted Image
@amgedosman | AmgedOsman.com

#2 Guardsman

Guardsman

    Coder

  • IM Supporters
  • PipPipPipPipPip
  • 246 posts
  • IPB Version:v2.3.x

Posted 12 September 2008 - 04:24 PM

Can't see the demo because your board requires registration.
Nobody reads this bit...

#3 Guardsman

Guardsman

    Coder

  • IM Supporters
  • PipPipPipPipPip
  • 246 posts
  • IPB Version:v2.3.x

Posted 12 September 2008 - 04:47 PM

Went ahead and installed it but it don't work for me - just shows a thumbnail image which goes full size when clicked (though the thumbnail image is draggable).

Yes, I have uploaded everything, run the installer and made the file edits and bbcode correctly.
Nobody reads this bit...

#4 AmgedOsman

AmgedOsman

    aka Sacred

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 2,027 posts
  • Location:Egypt - Cairo
  • Real Name:amGed
  • IPB Version:v3.3.x
Contributor

Posted 13 September 2008 - 10:44 PM

give me lnk to ur site please ill check it
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

Posted Image
@amgedosman | AmgedOsman.com

#5 Guardsman

Guardsman

    Coder

  • IM Supporters
  • PipPipPipPipPip
  • 246 posts
  • IPB Version:v2.3.x

Posted 14 September 2008 - 09:43 PM

I already uninstalled it.
Nobody reads this bit...

#6 HighlanderICT

HighlanderICT

    Member

  • Members
  • PipPipPip
  • 23 posts
  • Location:Toronto, Canada
  • Real Name:Scotty
  • IPB Version:v3.1.x

Posted 16 September 2008 - 02:54 PM

I love this mod (great work), and had previously installed lytboxness. I uninstalled the old mod and installed this one just fine. I did have one error however. IE told me that some of the variables were undefined so I changed the text in the global board header from

Quote

<script type="text/javascript">
//<![CDATA[
var ipb_var_srd_lbt            = "{$this->ipsclass->vars['srd_lbt']}";
var ipb_var_srd_lbut     = {$this->ipsclass->vars['srd_lbut']};
var ipb_var_srd_lbs     = {$this->ipsclass->vars['srd_lbs']};
var ipb_var_srd_lbrs     = {$this->ipsclass->vars['srd_lbrs']};
var ipb_var_srd_lbmo     = {$this->ipsclass->vars['srd_lbmo']};
var ipb_var_srd_lbcb     = {$this->ipsclass->vars['srd_lbcb']};
var ipb_var_srd_lbri     = {$this->ipsclass->vars['srd_lbri']};
var ipb_var_srd_lbsn     = {$this->ipsclass->vars['srd_lbsn']};
var ipb_var_srd_lban     = {$this->ipsclass->vars['srd_lban']};
//]]>
</script>
to read

Quote

<script type="text/javascript">
//<![CDATA[
var ipb_var_srd_lbt            = "{$this->ipsclass->vars['srd_lbt']}";
var ipb_var_srd_lbut     = "{$this->ipsclass->vars['srd_lbut']}";
var ipb_var_srd_lbs     = "{$this->ipsclass->vars['srd_lbs']}";
var ipb_var_srd_lbrs     = "{$this->ipsclass->vars['srd_lbrs']}";
var ipb_var_srd_lbmo     = "{$this->ipsclass->vars['srd_lbmo']}";
var ipb_var_srd_lbcb     = "{$this->ipsclass->vars['srd_lbcb']}";
var ipb_var_srd_lbri     = "{$this->ipsclass->vars['srd_lbri']}";
var ipb_var_srd_lbsn     = "{$this->ipsclass->vars['srd_lbsn']}";
var ipb_var_srd_lban     = "{$this->ipsclass->vars['srd_lban']}";
//]]>
</script>
and it started working.

However, I still get the same image resizing issue as highlighted on the previous support topic
http://www.invisionm...s...st&p=134720

I am also not clear about these features ....  
  • Drag And Drop All of the above (New) - I can drag and drop the image below any text i enter but not sure why I would want to ?
  • Ability to Resize images if they are bigger than the browser size - sounds like this might solve my resizing issue above or is this only for the lytebox image ?


#7 AmgedOsman

AmgedOsman

    aka Sacred

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 2,027 posts
  • Location:Egypt - Cairo
  • Real Name:amGed
  • IPB Version:v3.3.x
Contributor

Posted 16 September 2008 - 03:44 PM

the resize u can change  when creating the bbcode it self
change the  % To what evver u want or even chnage it from % to px
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

Posted Image
@amgedosman | AmgedOsman.com

#8 HighlanderICT

HighlanderICT

    Member

  • Members
  • PipPipPip
  • 23 posts
  • Location:Toronto, Canada
  • Real Name:Scotty
  • IPB Version:v3.1.x

Posted 16 September 2008 - 11:10 PM

View PostSaCrEd, on Sep 16 2008, 11:44 AM, said:

the resize u can change  when creating the bbcode it self
change the  % To what evver u want or even chnage it from % to px

but it still breaks the forum width for some reason - see the link i posted above (which was for previous version but still does it in this version). I tried changing the value of 100 in the bbcode to a % figure and the image did resize on the page, but the actual post stayed the same width as the original image and thus broke the page width.

#9 AmgedOsman

AmgedOsman

    aka Sacred

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 2,027 posts
  • Location:Egypt - Cairo
  • Real Name:amGed
  • IPB Version:v3.3.x
Contributor

Posted 16 September 2008 - 11:22 PM

well thats completely not related to my mod as the size of my image is 100px X 100px
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

Posted Image
@amgedosman | AmgedOsman.com

#10 HighlanderICT

HighlanderICT

    Member

  • Members
  • PipPipPip
  • 23 posts
  • Location:Toronto, Canada
  • Real Name:Scotty
  • IPB Version:v3.1.x

Posted 02 October 2008 - 07:24 PM

View PostSaCrEd, on Sep 16 2008, 06:22 PM, said:

well thats completely not related to my mod as the size of my image is 100px X 100px

ok no worries - i realise the % thing is probably an IPB issue as the breaking only happens when you set it as a % but 100 x 100 or any other pre-defined size just restricts the number of images the thumbnail is useful for .... ie. it looks bad on anything but a perfectly square image, anything else where one side is longer than the other ends up squashed up.

#11 superiiorgod

superiiorgod

    Coder

  • Banned
  • PipPipPipPipPip
  • 209 posts
  • Real Name:god
  • IPB Version:v2.3.x

Posted 04 October 2008 - 09:38 AM

how do you upgrade?

#12 FizzGiGG

FizzGiGG

    Novice

  • Members
  • PipPip
  • 10 posts
  • Location:MN
  • Real Name:Jesse
  • IPB Version:v3.0.x

Posted 15 October 2008 - 06:33 PM

How do you even use the Grouped Images Lytebox?  Instructions on use would be VERY beneficial.  Nice stuff though, I like it.

#13 AmgedOsman

AmgedOsman

    aka Sacred

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 2,027 posts
  • Location:Egypt - Cairo
  • Real Name:amGed
  • IPB Version:v3.3.x
Contributor

Posted 15 October 2008 - 06:52 PM

what do you mean?
it already has instruction on  how to install group images!
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

Posted Image
@amgedosman | AmgedOsman.com

#14 shosha

shosha

    Novice

  • Banned
  • PipPip
  • 13 posts
  • Real Name:shady
  • IPB Version:v2.3.x

Posted 31 October 2008 - 08:43 AM

Posted Image
Posted Image
Posted Image
Posted Image

lytebox.js
line 28 and 29

Quote

Array.prototype.removeDuplicates = function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i-1][0]) { this.splice(i,1); } } }
Array.prototype.empty = function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }


#15 AmgedOsman

AmgedOsman

    aka Sacred

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 2,027 posts
  • Location:Egypt - Cairo
  • Real Name:amGed
  • IPB Version:v3.3.x
Contributor

Posted 01 November 2008 - 06:03 PM

View Postshosha, on Oct 31 2008, 10:43 AM, said:

Posted Image
Posted Image
Posted Image
Posted Image

lytebox.js
line 28 and 29

Quote

Array.prototype.removeDuplicates = function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i-1][0]) { this.splice(i,1); } } }
Array.prototype.empty = function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }


huh ????
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

Posted Image
@amgedosman | AmgedOsman.com

#16 AmgedOsman

AmgedOsman

    aka Sacred

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 2,027 posts
  • Location:Egypt - Cairo
  • Real Name:amGed
  • IPB Version:v3.3.x
Contributor

Posted 02 November 2008 - 05:37 AM

Updated
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

Posted Image
@amgedosman | AmgedOsman.com

#17 jupeto

jupeto

    n00b

  • Banned
  • Pip
  • 2 posts
  • Location:gensan
  • Real Name:Jupeto
  • IPB Version:v3.0.x

Posted 17 November 2008 - 09:36 PM

There is an error with your BBCode. It is possible that you have incorrectly used a tag such as [TAG] when it is meant to be used as [TAG=] or vice-versa.

What's this?

[lyt]http://s.ytimg.com/y...91-vfl64191.jpg[/lyt]




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users