Create custom footer Posted by HadleysHope 04 Apr 2016 17:55 GMT-0000 posts: 24 I want to create a custom footer very very much like the one at the bottom of this page, formatted the same way etc. I don't seem to be able to see a footer module. Can anyone shed any light on this? Thanks
Posted by Rick Sapir / Tiki for Smarties 04 Apr 2016 19:14 GMT-0000 posts: 3665 You can create a custom module with any sort of information you want, then assign that module to the Bottom. There are also 100s of pre-configured modules, if you're looking for something standard (such as having menu at the bottom of the page). HTH, - Rick | My Tiki Blog | My Tiki UserPage Why be a dummy? Get smarty! TikiForSmarties.com Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
Posted by Torsten Fabricius 04 Apr 2016 19:36 GMT-0000 posts: 1563 Sorry Rick, I guess I started to write my answer before you, but did need longer to type a little tutorial 😉 .. I`ll check, if the docs are same descriptive and add my post to it, if necessary.
Posted by Torsten Fabricius 04 Apr 2016 19:34 GMT-0000 posts: 1563 Hello HadleysHope and Rick, when I posted the little tutorial, i saw that would be appropriate for the general docs - forum posts are for fewer users than the main documentation. So I promised Rick (see above) to update the relevant doc page, which had a "need review" notice. So I did refurbish the page at all. Bits might be missing, as always things can be found to be added. Anyway you should have a look there: https://doc.tiki.org/Creating+Custom+Modules, HadleysHope for more info and Rick for review. Thx Torsten
Posted by John Morris 04 Apr 2016 23:38 GMT-0000 posts: 758 I am with you HadleysHope! Great question and thanks for introducing this topic here in Tiki forums. I have been wanting to create one just like the bottom of this page also, great stuff, and thanks Rick and Torsten.
Posted by Gary Cunningham-Lee 05 Apr 2016 05:40 GMT-0000 posts: 4664 If you're interested in the layout of the footer of the Tiki project sites in particular (the columns of links, etc.), you can have a look at https://themes.tiki.org/Shared_footer_content. Check the Source for that page. This is the updated-for-Bootstrap method of doing it, as it uses grid divs and Bootstrap CSS classes (all the project sites should use this method but I think they haven't been updated yet). This layout uses HTML syntax inside an HTML plugin because for me that's the easiest way to do it (the lists in particular need "no styling" which I think isn't possible with wiki syntax alone). In general I'm a big advocate of using Bootstrap grid divs in the horizontal module zones as well as in wiki pages, etc. when you want to make columns of content. It can be done with wiki syntax alone, as shown here: https://themes.tiki.org/Making+columns+for+wiki+content. The "legacy" footer code is shown at https://branding.tiki.org/Footer+code. Interestingly, that page is also using a little raw HTML for the headings; apparently "Use HTML" is turned on for that site. Once you have your content figured out, you can either make custom module and use your content for the module's data, or you can save the content as a wiki page, and then use the "menupage" module to grab the wiki page's content for your module; then assign this to the "Bottom" module zone, with nobox=y parameter (probably you don't want a module title and borders, etc.). I usually use the menupage module + wiki page because then you have versions saved, etc. -- Gary
Posted by Torsten Fabricius 06 Apr 2016 01:37 GMT-0000 posts: 1563 Where is my post? I did write an answer to HadleysHope in this thread and as it appeared to be a little micro tutorial, I copied to the docpage, reviewed the doc page (which had a "need review notice" anyway) and revised it. Now just cause I need the code and have been in the forums anyway I wanted to pick it from here and my post is gone! Where is it? Why I cannot find it? It was a just friendly and helpful post, nothing too delete. How that comes? Any of the other admins has an idea? Please help. Torsten
Posted by Gary Cunningham-Lee 06 Apr 2016 11:21 GMT-0000 posts: 4664 Hi Torsten, Sorry, I don't know what happened to your post. I don't think anyone would delete it. I did edit a post in this thread to correct a link, but that post is still here. I hope that edit wouldn't affect other another post in the thread. -- Gary