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: changes arent chaging  (Read 4691 times)

0 Members and 1 Guest are viewing this topic.

Naotaro

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 31
changes arent chaging
« on: February 17, 2009, 12:56:44 am »

well i am trying to change the setting of every thing but they arent changing here is my code so meabe you can help me

Code: [Select]
<style type="text/css">
.teststyle {
border-style: none;
}
</style>

<?php
   
  
require_once "./cpmfetch.php";
  
$objCpm = new cpm("./cpmfetch_config.php");
  
$objCpm->cpm_viewLastAddedMedia(1,4);
  
$options = array('windowtarget' => '_blank',"imageheight"=>"140","imagewidth"=>"160");
  
$objCpm->cpm_close();

?>




please help me
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: changes arent chaging
« Reply #1 on: February 17, 2009, 02:00:42 pm »

Post a link for a start; we're not mind-readers. The CSS class teststyle won't do anything particularly helpfull.
Logged

Naotaro

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 31
Re: changes arent chaging
« Reply #2 on: February 17, 2009, 10:22:25 pm »

well my thing where i have that is http://just-katy.org/pics/cpmfetch/tumbolids.php meabe this would helpful
Logged

Naotaro

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 31
Re: changes arent chaging
« Reply #3 on: February 20, 2009, 02:30:50 am »

some help please i relly need this
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: changes arent chaging
« Reply #4 on: February 25, 2009, 10:04:10 am »

Well, the definition of a CSS class won't do anything if you don't assign that class. What else could I say?
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.