From: Shaun M. <sh...@ae...> - 2005-01-19 14:49:20
|
On 19 Jan 2005, at 13:38, yawstick wrote: > > I think I'm using version 0.9.3-4, at least that whats showing when I > go to > the boost page. Where would I change the format of the of the pages > that are > shown in the center on the homepage. These are just pages that I' have > added > that have pictures and text. > It depends on which module you used to edit that text. Probably it's 'announce' or 'pagemaster' which appears as 'Web Pages' in the control panel. You need to copy /mod/announce/templates/* to /themes/<yourtheme>/templates/announce/* or /mod/pagemaster/templates/ etc. The .tpl files in that directory are simple html templates with tags that indicate where the TITLE should be and other info. By editing the copy, you then customize the layout for your uses without the originals getting changed. > > > Also some themes change the title and text alignment, cowboy in > particular > has the title centered rather than to the left, where is this being > done. That is done in the stylesheet for the theme /themes/cowboy/style.css > > Lastly is it possible to have a different theme for pages users have > created. ie when you go to pages they have created the theme would be > one > that they have selected or that the admin selects for that users > pages. If > so where would that be done. > Not currently without a fair chunk of php added to themes theme.php and an understanding of how the module works. Shaun aegis design - http://www.aegisdesign.co.uk |