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: How can i do a page like this?  (Read 3023 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.02 seconds with 20 queries.