Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Lightbox2
#49
Hallöchen,

die Lightbox soll bei showthread.php und portal.php die lightbox-Änderung vornehmen. Hier mal die entsprechende function:


PHP-Code:
 
function lightbox2($page)
{
 global $mybb,$db;
 if(THIS_SCRIPT=="showthread.php")
 {
  $result=$db->simple_select("threads","fid","tid='".intval($mybb->input["tid"])."'",array("limit"=>1));
  $thread=$db->fetch_array($result);
  $permissions=forum_permissions($thread["fid"]);
  if(!empty($thread)&&$permissions["candlattachments"]==1)
  {
   $page=str_replace("</head>",'<link rel="stylesheet" type="text/css" href="'.$mybb->settings["bburl"].'/themes/lightbox.css" />
<script type="text/javascript" src="'
.$mybb->settings["bburl"].'/jscripts/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="'
.$mybb->settings["bburl"].'/jscripts/lightbox/lightbox.js"></script>
</head>'
,$page);
   $page=preg_replace('/\<a href="attachment.php\?aid=([0-9]+)" target="_blank"\>\<img/Usi','<a href="attachment.php?aid=$1" rel="lightbox[tid'.intval($mybb->input["tid"]).']"><img',$page);
   return $page;
  }
 }
    if(THIS_SCRIPT=="portal.php")
     {
  {
   $page=str_replace("</head>",'<link rel="stylesheet" type="text/css" href="'.$mybb->settings["bburl"].'/themes/lightbox.css" />
<script type="text/javascript" src="'
.$mybb->settings["bburl"].'/jscripts/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="'
.$mybb->settings["bburl"].'/jscripts/lightbox/lightbox.js"></script>
</head>'
,$page);
   $page=preg_replace('/\<a href="attachment.php\?aid=([0-9]+)" target="_blank"\>\<img/Usi','<a href="attachment.php?aid=$1" rel="lightbox[tid'.intval($mybb->input["tid"]).']"><img',$page);
   return $page;
  }
 }

PHP Version 7.4.30
MySQL Version 5.7.42
Mybb Version 1.8.37
(Stand 01/2024)

Grüße, André
Zitieren


Nachrichten in diesem Thema
Lightbox2 - von MyBB.de Bot - 03.12.2016, 18:00
RE: Lightbox2 - von Jockl - 12.06.2017, 21:17
RE: Lightbox2 - von MrBrechreiz - 12.06.2017, 21:57
RE: Lightbox2 - von bwlures - 12.06.2017, 22:28
RE: Lightbox2 - von MrBrechreiz - 12.06.2017, 22:39
RE: Lightbox2 - von bwlures - 12.06.2017, 23:10
RE: Lightbox2 - von Jockl - 13.06.2017, 07:00
RE: Lightbox2 - von bwlures - 13.06.2017, 17:55
RE: Lightbox2 - von SvePu - 13.06.2017, 18:00
RE: Lightbox2 - von bwlures - 13.06.2017, 18:03
RE: Lightbox2 - von SvePu - 13.06.2017, 18:18
RE: Lightbox2 - von bwlures - 13.06.2017, 18:37
RE: Lightbox2 - von hkkp - 13.06.2017, 18:42
RE: Lightbox2 - von bwlures - 13.06.2017, 18:46
RE: Lightbox2 - von SvePu - 13.06.2017, 18:54
RE: Lightbox2 - von bwlures - 13.06.2017, 19:04
RE: Lightbox2 - von hkkp - 13.06.2017, 19:07
RE: Lightbox2 - von bwlures - 13.06.2017, 19:15
RE: Lightbox2 - von hkkp - 13.06.2017, 19:18
RE: Lightbox2 - von bwlures - 13.06.2017, 19:19
RE: Lightbox2 - von hkkp - 13.06.2017, 19:21
RE: Lightbox2 - von bwlures - 13.06.2017, 19:27
RE: Lightbox2 - von hkkp - 13.06.2017, 19:41
RE: Lightbox2 - von bwlures - 13.06.2017, 20:09
RE: Lightbox2 - von MrBrechreiz - 13.06.2017, 20:33
RE: Lightbox2 - von bwlures - 13.06.2017, 20:36
RE: Lightbox2 - von bwlures - 16.06.2017, 16:42
RE: Lightbox2 - von Jockl - 16.06.2017, 16:47
RE: Lightbox2 - von bwlures - 16.06.2017, 17:25
RE: Lightbox2 - von bwlures - 30.10.2017, 13:34
RE: Lightbox2 - von SvePu - 30.10.2017, 14:08
RE: Lightbox2 - von bwlures - 02.11.2017, 12:37
RE: Lightbox2 - von bv64 - 02.11.2017, 12:40
RE: Lightbox2 - von bwlures - 02.11.2017, 18:17
RE: Lightbox2 - von bv64 - 02.11.2017, 19:44
RE: Lightbox2 - von MyBB.de Bot - 20.03.2018, 01:40
RE: Lightbox2 - von schauan - 07.06.2018, 17:29
RE: Lightbox2 - von schauan - 08.06.2018, 07:39
RE: Lightbox2 - von schauan - 08.06.2018, 15:13
RE: Lightbox2 - von schauan - 14.06.2018, 22:12
RE: Lightbox2 - von hkkp - 14.06.2018, 22:21
RE: Lightbox2 - von schauan - 17.06.2018, 21:01
RE: Lightbox2 - von schauan - 20.06.2018, 22:15
RE: Lightbox2 - von schauan - 22.06.2018, 16:50
RE: Lightbox2 - von Jockl - 22.06.2018, 16:56
RE: Lightbox2 - von schauan - 22.06.2018, 18:01
RE: Lightbox2 - von schauan - 24.06.2018, 19:59
RE: Lightbox2 - von schauan - 24.06.2018, 21:07
RE: Lightbox2 - von schauan - 02.09.2018, 10:23
RE: Lightbox2 - von StefanT - 02.09.2018, 10:48
RE: Lightbox2 - von schauan - 02.09.2018, 11:07
RE: Lightbox2 - von StefanT - 02.09.2018, 11:27
RE: Lightbox2 - von schauan - 07.09.2018, 20:57
RE: Lightbox2 - von MyBB.de Bot - 24.01.2020, 09:10
RE: Lightbox2 - von MyBB.de Bot - 07.02.2020, 09:50
RE: Lightbox2 - von Gebby - 07.02.2020, 12:54
RE: Lightbox2 - von itsmeJAY - 07.02.2020, 14:32
RE: Lightbox2 - von StefanT - 08.02.2020, 20:20
RE: Lightbox für 1.8 - von bwlures - 12.06.2017, 21:14

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Lightbox2 MyCode MyBB.de Bot 10 5.269 08.08.2010, 13:51
Letzter Beitrag: Sebastian1990