info/update/latest news box info/update/latest news box
 

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

Main Menu

info/update/latest news box

Started by miikali, February 04, 2004, 01:08:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

miikali

i start my coppermine gallery about year a go, when my son born to serve my far living family members. The site is a quite success, thanks to coppermine :)
Now i wonder is it a possible to have that kinda feature where i can put some txt info how is my son today? If you don't follow what i mean (perhaps my shitty english) just look around any typical portal basic "latest news" kinda thing.
Other question:
(this might be off topic)
is it possible to give rights to visitors upload fotos in every directory(not only to quest(user?)-gallery). Without giving them admin rights

hyperion

1. Yes, please read the documentation regardign the anycontent box.

2. Check the mods board.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

miikali

where i can find that document? I read all of what came with installing files with zero reluts.
Do i need to my BS news talk direct to anycontent.php file? And (if so) where
<?php
// ------------------------------------------------------------------------- //
// Coppermine Photo Gallery 1.2.0                                            //
// ------------------------------------------------------------------------- //
// Copyright &#40;C&#41; 2002,2003 Gregory DEMAR <gdemar@wanadoo.fr>                 //
// http&#58;//www.chezgreg.net/coppermine/                                       //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team                                        //
// see /docs/credits.html for details                                        //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify      //
// it under the terms of the GNU General Public License as published by      //
// the Free Software Foundation; either version 2 of the License, or         //
// &#40;at your option&#41; any later version.                                       //
// ------------------------------------------------------------------------- //
starttable&#40;"100%", "Welcome"&#41;;

?>

<tr><td class="tableb" >
This is for any content block - just a test - Edit the file "anycontent.php" to change what is shown here
</td></tr>
<?php
endtable
&#40;&#41;;

?>

Casper

Hi,

what you need to do is edit this bit of the anycontent.php;

starttable("100%", "Welcome");

?>
<tr><td class="tableb" >
This is for any content block - just a test - Edit the file "anycontent.php" to change what is shown here
</td></tr>
<?php
endtable();

edit the red as you want, put in more tables/rows/cells as you need.

then, when done and uploaded, login as admin, go to config, and add it to the 'contents of main page', like this;

breadcrumb/anycontent/catlist/alblist.......
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Casper

@ miikali,
I moved yor upgrade posts to the support forum.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

miikali

problem with the big pictures:
when i push the thumbnail i got weird fatal error message:
"Fatal error: Call to undefined function: display_film_strip() "
/displayimage.php on line 582
what i have done :)