help!

Jun 18, 2006 21:45

hi there,

i'm using one of the component styles right now and i have a few problems with the components. i tried to disable the profile, the links, the control panel, the calendar and the free text stuff. i changed said things to false in the user layer, i tried to delete the components in the theme layer. nothing works, they just won't dissapear ( Read more... )

Leave a comment

Comments 4

verymad_affair June 18 2006, 20:31:47 UTC
Open up your them layer and remove the following:

print_profile($p);

print_nav_comp($p);

Then remove everything from this:

print_links($p);

to this:

print_calendar($p);

If you remove the free text, then you remove the credit. You can't remove that.

Reply

rhagi June 18 2006, 20:34:53 UTC
isn't there a possibility to just remove the audio/film stuff?

thank you, i'll try :3

Reply

verymad_affair June 18 2006, 20:40:22 UTC
Yes. Remove the following from this:

###################################

#     MUSIC\BOOK\TV COMPONENT     #

# kunzite1, component-help/260686 #

# add to print_free_text(Page p)  #

###################################

to this:

print_comp_footer();

Reply

rhagi June 18 2006, 20:45:46 UTC
thank you ^^ worked fine :3

Reply


Leave a comment

Up