Integration of latest files on an other page. Integration of latest files on an other page.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Integration of latest files on an other page.

Started by enml, November 03, 2008, 11:57:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

enml

Hi!

First of all let me say that I´m new to this, so I ´m sorry if this is posted in the wrong section.
My question is, how can I integrate/show the latest uploaded files in my album in another page under my domain?

The domain in question is www.molde-airport.com and I want to put "Latest files/Siste filer" wich You can find at the bottom of this page http://www.molde-airport.com/Media/index.php into the main page of the domain.

Anyone that can help?

Many thanks in advance!

Wiggo Hovde

Fabricio Ferrero

Yes, you're wrong  :( . And this is not called integration or bridging but content syndication.

To achieve this you have to install this plugin: What is CpmFetch and what it can do for you


-------------------
Please, some adm move this post. If I were moderator I would do it.  ::)
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

enml

OK. Many thanks for Your help and I´m sorry for posting in the wrong section.

Fabricio Ferrero

You're welcome..  ;)



-------------
I think this post in not in the right section, isn't it? I'm not able to move it...  :(
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

enml

I have now installed the 2.0.0 version.
The installer shows me 4 images and a code.

The code:
<?php
  include "./cpmfetch.php";
  $objCpm = new cpm("./cpmfetch_config.php");
  $objCpm->cpm_viewLastAddedMedia(1,4);
  $objCpm->cpm_close();
?>

But when I put this code on the desired place on my homepage the pictures does not show and all of the content on below the code simply dissapear from the page. Is there something else that I need to do?

Joachim Müller