Content for Look and Feel textareas
Something like this can be used for the Tiki project site footers, to go in Look and Feel custom footer code textarea:
{wiki}{literal}{DIV(class="sns_icons")}
<h3 id="keepintouch">{TR()}Keep in touch{TR}
</h3>
<a href="http://sourceforge.net/projects/tikiwiki"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=64258&type=14" width="150" height="40" alt="Get Tiki Wiki CMS Groupware at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>{DIV}
{DIV(class="clearfix twfooter")}{DIV(class="box")}<h3>[http://info.tikiwiki.org|Info|nocache]</h3>[http://info.tikiwiki.org/Fact+Sheet|Fact Sheet|nocache]
[http://info.tikiwiki.org/About|About|nocache]
[http://info.tikiwiki.org/Promo|Promo Sheet (PDF)|nocache]
[http://info.tikiwiki.org/Download|Download|nocache]
[http://info.tikiwiki.org/demo|Try Me!|nocache]
[http://info.tikiwiki.org/Contact+us|Contact Us|nocache]{DIV}{DIV(class="box")}<h3>[http://doc.tikiwiki.org/|Documentation|nocache]</h3>[http://doc.tikiwiki.org/Features|Features|nocache]
[http://doc.tikiwiki.org/Install|Install|nocache]
[http://doc.tikiwiki.org/Upgrade|Upgrade|nocache]
[http://doc.tikiwiki.org/tiki-list_faqs.php|FAQs|nocache]{DIV}{DIV(class="box")}<h3>[http://dev.tikiwiki.org/|Development|nocache]</h3>[http://dev.tikiwiki.org/Make+a+wish|Report a bug|nocache]
[http://dev.tikiwiki.org/Make+a+wish|Suggest a feature|nocache]
[http://dev.tikiwiki.org/Roadmap|RoadMap|nocache]
[http://dev.tikiwiki.org/Security|Security|nocache]{DIV}{DIV(class="box")}<h3>[http://tikiwiki.org/tiki-index.php|Community|nocache]</h3>[http://tikiwiki.org/tiki-register.php|Join!|nocache]
[http://tikiwiki.org/About|About|nocache]
[http://tikiwiki.org/Community|Community|nocache]
[http://tikiwiki.org/forums|Support forums|nocache]
[http://tikiwiki.org/Tiki+Fest|Events|nocache]{DIV}{DIV(class="box")}<h3>[http://themes.tikiwiki.org/|Themes|nocache]</h3>[http://themes.tikiwiki.org/Use|Use|nocache]
[http://themes.tikiwiki.org/Create|Create|nocache]
[http://themes.tikiwiki.org/Develop|Develop|nocache]{DIV}{DIV(class="box")}<h3>[http://profiles.tikiwiki.org/|Profiles|nocache]</h3>[http://profiles.tikiwiki.org/Use|Use|nocache]
[http://profiles.tikiwiki.org/Create|Create|nocache]
[http://profiles.tikiwiki.org/Develop|Develop|nocache]{DIV}{DIV(class="box")}<h3>[#|Other|nocache]</h3>[http://branding.tikiwiki.org|branding.tikiwiki.org|nocache]
[http://edu.tikiwiki.org|edu.tikiwiki.org|nocache]
[http://live.tikiwiki.org|live.tikiwiki.org|nocache]
[http://irc.tikiwiki.org|irc.tikiwiki.org|nocache]
[http://security.tikiwiki.org|security.tikiwiki.org|nocache]
[http://quality.tikiwiki.org|quality.tikiwiki.org|nocache]
[http://mobile.tikiwiki.org|mobile.tikiwiki.org|nocache]
[http://de.tikiwiki.org|de.tikiwiki.org|nocache]
[http://fr.tikiwiki.org|fr.tikiwiki.org|nocache]
[http://mobile.tikiwiki.org|mobile.tikiwiki.org|nocache]
[http://wiki-translation.com|wiki-translation.com|nocache]
[http://twbasics.keycontent.org/|Tiki for Smarties|nocache]
{DIV}{DIV}{/literal}{/wiki}
and this to go in Look and Feel admin page, Miscellaneous tab, Custom CSS textarea:
.twfooter .box {width: 106px; float:left; text-align: left;margin-left: 30px;}
.twfooter .box:first-child {margin-left: 0;}
.twfooter img.externallink {display:none;}
This was tested with branch 5.x svn r26764 and works pretty well.
To do: Social Networking icons
There isn't code for this in the footer template (tiki-bot_bar.tpl) so for now the code could go in the L&F textarea.
Note: On info.tw.o, several social networking icons are randomly shown in the Join Tiki module in the left column. See http://info.tikiwiki.org/tiki-list_banners.php for details. Let's coordinate so that we have all the same icons. See also http://www.tikiwiki.org/networks for more info.
(from ricks99) ML: +1 go go go Rick!
Rather than simply re-listing the top-level options from the top menu, I propose putting useful links that folks actually need. Gooogle Analytics has been running on all the Tiki5 for a few weeks now, and I have some data that includes
- What terms folks are searching for (using Tiki site search)
- What terms folks are using (from Google, Bing, etc.) to arrive at Tiki
- Which pages are most popular.
I propose organizing the footer as follows:
About Tiki (this is general Tiki information)
- News
- Download
- Demo
- Features
- Tiki Association
- Partners (this refers to software that has partnered with Tiki or that we use: PHP, Smarty, BBB, etc.)
- Contact Tiki
Get Started
- Download
- Install guide
- Configure
- Videos
Community
- Join Tiki
- Who to contact (the who/where page on dev)
- Feature request (I, personally like this much better than "wish") ML: just use page alias so both work.
- Bug report
- Roadmap
- Featured Tiki
- IRC Chat
Development
- The 3 Rules
- Commit access (the "how to get commit access" page)
- Downloads (the developer downloads page)
- Profiles
- Quality
- Security
- Languages
- Themes
Documentation
- Basics
- Installation guide
- Configuration
- Features
- Become an author
Support
- Forums
- Documentation
- Mailing lists
- FAQs
- Live chat
- Consultants
Tiki Sites (we should spell out the full name instead of using the URL, this way it is more meaningful).
International (do we still have tikiwiki.de, etc.?
- fr.tikiwiki.org
- de.tikiwiki.org
- br.tikiwiki.org
Others
- workflow.tikiwiki.org (retired)
- Tiki TV (not live yet)
- i18n.tikiwiki.org (on hold)
- cc.tikiwiki.org (ask Xavi)
Just a suggestion....