Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: anycontent2  (Read 3017 times)

0 Members and 1 Guest are viewing this topic.

Barbeytes

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 29
    • Modellbahn Galerie
anycontent2
« on: November 19, 2006, 01:17:32 pm »

Hallo,

ich beschäftige mich gerade mit dem einfügen von anyconten2.

Im Forum fand ich schon wie es bei CPG 1.3 gemacht wird.

Ist das bei CPG 1.4.9 ähnlich wie bei 1.3?

case 'anycontent2':
                        if ($cat == 0) {
                            ob_start();
                            /**
                             * Any php code or HTML can be put in this file and will be displayed
                             */
                            include('anycontent.php2');
                            $anycontent = CPGPluginAPI::filter('anycontent2',ob_get_contents());
                            ob_end_clean();
                            echo ($anycontent);
                        }
                        flush();
                        break;

Irritiert bin ich durch "CPGPluginAPI::filter"

Oder könnt Ihr mir vielleicht einen Link zum richtigen Beitrag geben?

Gruß
Barbeytes
« Last Edit: November 19, 2006, 08:31:14 pm by GauGau »
Logged
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fhome.arcor.de%2Fzierberg%2Fimages%2Fgalerietip88x31.png&hash=2767a03de9c0bbbdb88bd032313a8123b5970312)
ModellbahnGalerie

Barbeytes

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 29
    • Modellbahn Galerie
Re: anycontent2
« Reply #1 on: November 19, 2006, 02:47:35 pm »

Ich habe es nun doch gefunden!

Wen es auch interessiert:
http://forum.coppermine-gallery.net/index.php?topic=34951.msg164057#msg164057

Logged
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fhome.arcor.de%2Fzierberg%2Fimages%2Fgalerietip88x31.png&hash=2767a03de9c0bbbdb88bd032313a8123b5970312)
ModellbahnGalerie
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.