How can I get rid of " : " in the nav section SYS and SUS MENUS How can I get rid of " : " in the nav section SYS and SUS MENUS
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How can I get rid of " : " in the nav section SYS and SUS MENUS

Started by Hanna., March 30, 2023, 03:35:35 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Hanna.

How can I get rid of " : " in the nav section SYS and SUS MENUS. Thanks!

ron4mac

Without being given more information than that (links? theme?), the only answer that can be given is: You can get rid of them by modifying your theme.

Hanna.

I recall this being a setting in config.php/admin.php. And once I remember someone helping me get rid of it by replacing some code in theme.php.

Please advise.

ron4mac

Then you should be able to browse thru your past posts (see Profile) to find who and how you were helped before.

Hanna.

I went through it all now - I was able to locate other things but not this. Can someone help me customize this and apply it to theme.php?

Joe Carver

QuoteCan someone help me customize this and apply it to theme.php?
Yes, someone might be able to try, but:
QuoteWithout being given more information than that (links? theme?), the only answer that can be given is: You can get rid of them by modifying your theme.

You need to supply much more information as indicated by ron4mac.

Hanna.


ron4mac

It appears that your theme comes from Sin21 #14. The colons were not present in that original theme.
Add the following line to a php section of your theme.php file:
$template_sys_menu_spacer = ' ';

Theme recommendation:
CPG 1.6 has a method to apply CSS based on the page that is being displayed. So, with little effort, the large amount of banner display can be eliminated from thumbnail and individual image pages ... more viewer friendly, IMHO.