MyBB Source


New Theme and MORE!

Latest Releases: GlobalPassword - [UPDATED] Settings Cleaner - [MyPS] Rock, Paper, Scissors

 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lightbox
Author Message
wethegreenpeople
Member


Posts: 97
Joined: Jul 2009
Reputation: 0
Post: #1
Lightbox
You have to install files in your root folder it won't work other wise.

I made this one ever though i know there is a plugin out there, but I don't think it looks very good, it doesn't show up in one of my themes and its kinda complicated for some of my members. So thats why i made this. This works best on big images because it resizes it to 200x100 so it works best on images bigger then that


Name:
Code:
Lightbox


Short Description:
Code:
Makes light box for for big images


Regular Expression:
Code:
\[limg\](.*?)\[/limg\]


Replacement:
Code:
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="lightbox.js"></script>
<a href="$1" rel="lightbox" > <img src="$1" width="200" height="150" /> </a>


How to use it:
Just put your image between [limg] and [/limg] so like this [limg]YOUR IMAGE HERE[/limg]


What it looks like:
Before...
  Picture 10.png (Size: 74.97 KB / Downloads: 14)

After...
Spoiler

If the LB code was here i would use it HAHA



You need to install these files in your forum root. Not the folder the files inside the folder.
http://www.mediafire.com/?uomzjwk2zmz
(This post was last modified: 10-12-2009 01:11 AM by wethegreenpeople.)
10-11-2009 10:15 AM


Svizy
Selfproclaimed V.I.P


Posts: 746
Joined: Aug 2009
Reputation: 1
Post: #2
RE: Lightbox
Wonderful Wethegreenpeople! I might use it on my forums, but not decided yet since there is an simillar mod available


Special thanks goes to ByteHunter for making me dynamic userbar generator!
10-11-2009 06:18 PM
Skiilz
Member


Posts: 122
Joined: Sep 2009
Reputation: 0
Post: #3
RE: Lightbox
Great MyCode! Really awesome.
But... like svizy said there is a mod that do it.
10-12-2009 07:12 AM
wethegreenpeople
Member


Posts: 97
Joined: Jul 2009
Reputation: 0
Post: #4
RE: Lightbox
Yea, but like i said at the top of my post.

Quote:I made this one even though i know there is a plugin out there, but I don't think it looks very good, it doesn't show up in one of my themes and its kinda complicated for some of my members. So thats why i made this.
(This post was last modified: 10-13-2009 01:49 AM by wethegreenpeople.)
10-13-2009 01:49 AM