i've been into PHP for quite a while now, so i thought i could read any code with ease.. well that was i read CMSms' codes. It's been 2 days since, and i still dont get the code structure. I'm a total newbie to CMSms, and i need help on several tasks (eevn though i think theyre simple, but i couldnt get it somehow):
- shrinking the textboxes, input fields, etc so large fonts can be accomodated.
- removing the header logo and the text
- removing the footer
well, thats some of the tasks i was assigned to do. i still ahve some others but this'll do for now.
id really appreciate it if you guys can help me. thanks.
need help with several tasks..
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: need help with several tasks..
To remove the footer, just take the {global_content name='footer'} out of the page template.
The header logo and the text is the same.... it's all in the page template.
The header logo and the text is the same.... it's all in the page template.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
Pierre M.
Re: need help with several tasks..
Zangief, you are talking about PHP coding. CMSms doesn't require any PHP knowledge.
Build your site by playing with the templates and attached stylesheets. You don't need to read/understand/write a single line of PHP code.
Website building with CMSms is just plain HTML+CSS.
Have fun.
Pierre M.
Build your site by playing with the templates and attached stylesheets. You don't need to read/understand/write a single line of PHP code.
Website building with CMSms is just plain HTML+CSS.
Have fun.
Pierre M.
-
zangief
Re: need help with several tasks..
sorry for being bloody persistent, but how am i going to do this?calguy1000 wrote: To remove the footer, just take the {global_content name='footer'} out of the page template.
The header logo and the text is the same.... it's all in the page template.
p.s. thanks pierre.
-
Pierre M.
Re: need help with several tasks..
Log in the admin. Go to layout/design. Select template management.
And play with the templates...
(you should copy them before modifying them)
Pierre M.
And play with the templates...
(you should copy them before modifying them)
Pierre M.
-
zangief
Re: need help with several tasks..
oh wait, the header and footers are still there on the admin panel section.
do i need to do the same for this or is there another way to remove the header and footer onthe admin panel?
do i need to do the same for this or is there another way to remove the header and footer onthe admin panel?
-
Pierre M.
Re: need help with several tasks..
As far as I know, templating/theming is only for the front end.
Pierre M.
Pierre M.
