Started 4 days, 2 hours ago (2009-12-01 16:30:00)
by Herr.Vorragend
There was a
SeaBreeze resize-bug which is now fixed in Zikula 1.2.0
Started 1 month, 1 week ago (2009-10-29 17:28:00)
by videokid
This should you get going:
Code <!-- [ pnvarcleanfrominput name=pageid assign=pageid ] --> <!-- [ if $module == "Pages" && $pageid == "4" ] --> ---> Load javascript <!-- [ / if ] -->
-
Igor
Started 1 month, 3 weeks ago (2009-10-13 02:34:00)
by nestormateo
Well, seems that the single-line shortcut is not possible here, but take in account that if you use shortURLs (specially directory type ones), you can have a line for Pages inside one category, so you can have a shortcut including the common string per category.
About the Module
duplication, i'm afraid that it's not possible because all the code relies on the original name, and the ...
Started 1 month, 2 weeks ago (2009-10-22 00:14:00)
by nestormateo
Hi Michiel, how are you?
Well, the official release of BlankTheme includes YAML 3.1 that has many cool new features like a Form
construction kit, and addons like rtl support and microformats. (Carsten has done a very nice form styles-set for Zikula 1.2 too)
But there are no major changes for x-browser compatibility, just some improvements in BlankTheme itself. Some changes will ...
Started 1 month, 3 weeks ago (2009-10-12 14:45:00)
by espaan
For me also in IE6 the middle column drops below left / right. Can it be
carousel part, that ie doesn't understand the width of and it might need an extra div for that block or something.
The crpVideoCoverFlow contains a width:auto, i'm not sure, but it might be messing up IE. Can you try to edit the styles and give that div style a specific width.
Or the blocks in the centerblocks below the ...
Started 5 months ago (2009-07-06 19:08:00)
by craigh
1. duplicate master.htm and
call it home.htm
2. edit home.htm to eliminate the left column (the whole div)
3. edit the style.css to adjust the width of the center div (you may have to create a new name for the id or class)
4. add a config.ini file for the home template
5. edit pageconfiguration.ini to include the home template/ini
I think that's it (off the top of my head). of course, I ...
Started 8 months, 1 week ago (2009-03-29 13:41:00)
by nestormateo
Hi gudmann!
Well, it makes more sense when you use an API compliant module.
(and that feature is for those ones only)
The URLs are
index.php?module=ModName&type=user&func=view&topi cview=11
instead
modules.php?op=modload&name= PagEd &file=index&topictoview=11
In the first one you can identify the arguments to put in the advanced block placement fields no? type: user, functions: view...
Started 2 months, 1 week ago (2009-09-24 13:27:00)
by dits
You'll probably need to remove the space reserved for the right block in your theme templates.
Your theme should contain home.htm and master.htm files. These respectively define the layout of the home page and all other non administrative pages. In these files check you should probably be able to remove a div element around the include of the right side blocks.