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:

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

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 1 Guest 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.