hello, first time I attempt to modify a theme, and I wouldn't mess up everything...
My intention is to enlarge a bit the voodoodolly right and center column, and shrinking (or even removing) the right column... what are the files I have to work with?
another thing:
If I want to remove, or modify the unneeded (for me) additional infos that appear in the news page, is tweaking them directly in the templates the only way to go?
thank you in advance
Enrico
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
VoodoDolly stretch - newspage unneeded infos
-
- Rank: Freshman
- Registered: Sep 11, 2008
- Last visit: Feb 05, 2010
- Posts: 63
-
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Hi Enrico!
m7b5
My intention is to enlarge a bit the voodoodolly right and center column, and shrinking (or even removing) the right column... what are the files I have to work with?
You can resize the columns through the theme styles:
.left_column width at /themes/voodoodolly/style/style.css (line 87)
.center_column margins (line 98)
Check the /themes/voodoodolly/templates/master.htm and /themes/voodoodolly/templates/modules/home.htm to remove the box_right container. If you remove the right column you can stretch the left and center columns like:
.left_column width to 200px
.center_column margin = 0 0 0 215px
There you go! just play with the styles
m7b5
If I want to remove, or modify the unneeded (for me) additional infos that appear in the news page, is tweaking them directly in the templates the only way to go?
sure, News templates are the ones to modify.
You can copy the *.htm files at /modules/News/pntemplates folder into your theme (/theme/voodoodolly/templates/modules/News folder) to customize them, and override the original ones from your theme. It's the upgrade-safe path
Good luck with that
--
- Mateo T. -
Mis principios... son mis fines
- Moderated by:
- Support
