Modifications help please Modifications help please
 

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

Modifications help please

Started by Tim, March 28, 2004, 10:49:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tim

Could you tell me also how to remove :-

'Last Comments' from the main header?
'Login' from the main header?

Also - even thought it is a brilliant part of the package - how do I remove the 'e-cards' item from the viewing of the pictures

many thanks - it's a top program - we are well impressed with it

Joachim Müller


Tim

thanks, any way of removing the 'Last Comments' bit?

thanks again

Tim

thanks tried the above and now get - {MAIN_MENU}

But I have manged to get around it - thanks again

Joachim Müller

edit themes/yourtheme/theme.php and find<a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a> ::Replace it with<!--<a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a> ::-->
Find<!-- BEGIN login -->
                        <a href="{LOGIN_TGT}">{LOGIN_LNK}</a>
<!-- END login -->
Replace with<!-- BEGIN login -->
                        <!--<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>-->
<!-- END login -->

GauGau