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: How can i do a page like this?  (Read 3024 times)

0 Members and 1 Guest are viewing this topic.

concreto

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 48
    • difusiones no comerciales
How can i do a page like this?
« on: June 03, 2010, 12:19:32 am »

HI. please look this page http://www.adolfoventas.es/galeria/perfil.php  its inside a copermine gallery but only has text... 


 I need a page with the same look of my gallery like the example to put related information ,


Does I have to modify the file anycontent.php???



thx
Logged

jmatute

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 453
Re: How can i do a page like this?
« Reply #1 on: June 03, 2010, 09:42:45 am »

No. That's a custom page (perfil.php, even the name is spanish) linked from the main menu.

Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: How can i do a page like this?
« Reply #2 on: June 03, 2010, 09:59:20 am »

Your file could look like this:
Code: [Select]
<?php

define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');

pageheader('Your custom page');

echo 
'Your text...';

pagefooter();

?>
Logged

concreto

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 48
    • difusiones no comerciales
Re: How can i do a page like this?
« Reply #3 on: June 03, 2010, 10:12:59 am »

thnaks... thats correct.. thx by info
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.