Title an user field above the image Title an user field above the image
 

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

Title an user field above the image

Started by mitko, December 21, 2011, 08:00:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mitko

Hello there!

I want to place title and user1 above the image. How is possible to do this? Found only 1.3 solution (http://forum.coppermine-gallery.net/index.php?topic=8219.0 ) but looks like code was significally changed, didn't find anything simular.

Many thanks in advance.

ΑndrĂ©

The variable name $template_display_picture has changed to $template_display_media in cpg1.5.x.

To add user1, you have to add a new token to that variable and add the actual content within the function theme_html_picture(). Please search this board ("cpg1.5 themes (visuals)") for that variable name and function, as we already have a couple of topics how to display content next to the image.