Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Xthreads Images and Shadowbox/Lightbox
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #5
RE: Xthreads Images and Shadowbox/Lightbox
Darn, I feared that was so. I have looked around for a GOOD mycode/bbcode but I cannot find a working one.

I found this one, but I don't quite see how to integrate it into a MyCode

Code:
   // Lightbox
    '#\[lightbox=([\w:;&,~%+!=@\/\.\-\#\?]+)\]([\w:;&,~%+!=@\/\.\-\#\?]+)\[\/lightbox\]#si' => '<a href="\\1" rel="lightbox"><img src="\\2" /></a>',


Code:
[lightbox=%TEXT%]thumbURL[/lightbox]


Like this for example (yes, I know its bad, but its to test) does not work....

Code:
1
2
3
4
5
6
7
8
Regular expression:
\[lightbox=(.*?)\](.*?)\[/lightbox\]

Replacement:
<a href="$1" rel="lightbox"><img src="$2"/></a>

HTML result:
[lightbox=http://www.leefish.nl/mybb/xthreads_attach.php/561_1290377481_8842ed58/6e185e861e4954ce149d737d56fc43d0/cf_SHOESballetflatsthumb.jpg]http://www.leefish.nl/mybb/xthreads_attach.php/561_1290377481_8842ed58/6e185e861e4954ce149d737d56fc43d0/cf_SHOESballetflatsthumb.jpg/thumb640x480[/lightbox]



[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 01-29-2011 04:39 AM by leefish.)
01-29-2011 03:39 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Xthreads Images and Shadowbox/Lightbox - leefish - 01-29-2011 03:39 AM

 Standard Tools
Forum Jump: