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... )
Comments 4
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
thank you, i'll try :3
Reply
###################################
# MUSIC\BOOK\TV COMPONENT #
# kunzite1, component-help/260686 #
# add to print_free_text(Page p) #
###################################
to this:
print_comp_footer();
Reply
Reply
Leave a comment