News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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