Advanced search  

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]

Pages: [1]   Go Down

Author Topic: wordpress coppermine integration, WP function embedded  (Read 6438 times)

0 Members and 1 Guest are viewing this topic.

winter

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
wordpress coppermine integration, WP function embedded
« on: February 02, 2007, 01:22:00 pm »

Hello all. Can you help me? I cant find anyone :( How can i integrate coppermine PG to wordpress blog? I have dinamic sidebar in my blog and use this code in him
Quote
query_posts('cat=1&showposts=3');
while (have_posts()) : the_post(); ?>
<?php the_title(); ?>
<?php the_time('d M Y')?>
          <br>
         <a class="ba" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_excerpt() ?></a>
         <?php endwhile; ?>
???


When i use
Quote
function pageheader($section, $meta = '')
{
define('FIM', true);
 include("../wp-blog-header.php");
get_header();
}

in theme.php
there is fatal error:
Fatal error: Call to a member function on a non-object in
Quote
z:\home\localhost\www\wp-includes\functions.php on line 309

What to me to do?
Plese help me. At me nothing turns out
Logged

Davide Renda

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1427
  • aka "Lontano"
    • www.daviderenda.eu
Re: wordpress coppermine integration, WP function embedded
« Reply #1 on: February 04, 2007, 12:10:17 pm »

If you wish to bridge your Coppermine gallery to a Wordpress blog, try this one:
http://www.stilglog.com/wordpress-plugins/coppermine-plugin/coppermine-usage/
[Edit GauGau] Link no longer points to the desired plugins, but to unrelated porn crap, that's why I disabled it [/Edit]
« Last Edit: June 27, 2009, 01:52:36 pm by Joachim Müller »
Logged

seanyore

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: wordpress coppermine integration, WP function embedded
« Reply #2 on: February 12, 2007, 11:01:22 pm »

can't get anything from "lontano's" post, but for a real plugin, try coppermineSC from the wp plugins site. I have it working on mine.
Only problem I found is that "display.php" generates a linkback to the cpg progrem such that if users click on the returned picture, the browser launches the CPG application in a window.
Logged

poubao

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: la
  • Offline Offline
  • Gender: Male
  • Posts: 277
    • Collections du Laos
Re: wordpress coppermine integration, WP function embedded
« Reply #3 on: February 12, 2007, 11:13:36 pm »

Stilglog site is down, see this topic (french)
[Silblog plugin for wordpress 2.10
Logged
L'incohérence de ceux qui nous dirigent, l'incompétence de ceux qui nous commandent,sont un vibrant hommage pour ceux qui exécutent.
                                          **Général Patton**
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.