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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.