Display Title In Navigation Bar Display Title In Navigation Bar
 

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

Display Title In Navigation Bar

Started by PKfanSteph, March 07, 2005, 07:06:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PKfanSteph

On the image page, is it possible to include the image title (or file name if there isn't a title) in the navigation menu?  So it would read something like "Picture Title (File 1/20)".  

Can this be done?

Thanks,

-- Steph B.

Nibbler

displayimage.php, find

$pic_pos = sprintf($lang_img_nav_bar['pic_pos'], $human_pos, $pic_count);

change to

$pic_pos = max($CURRENT_PIC_DATA['title'], $CURRENT_PIC_DATA['filename']) . ' ' . sprintf($lang_img_nav_bar['pic_pos'], $human_pos, $pic_count);