WillyP's WikkaStyle : ActionsInTheFooter

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Revision [97]

Most recent edit made on 2008-05-10 10:12:11 by WillyPs [minor edit]

Additions:
I rewrote the actions used to make them display the way I wanted them to. Formating the data output strings consistently, removed tables, etc... Here are links to the documentation of what I did.


Deletions:
I rewrote the actions used to make them display the way I wanted them to, here are links to the documentation of what I did.




Revision [95]

Edited on 2008-05-08 19:11:11 by WillyPs [minor edit]

Additions:
Demo: DescentiaPedia

Actions in the Footer



Deletions:
Demo: DescentiaPedia

Actions in the Footer





Revision [94]

Edited on 2008-05-08 19:09:00 by WillyPs [minor edit]

Additions:
Tested with: WikkaWiki version 1.1.6.4

Actions in the Footer



Deletions:

Actions in the Footer

Tested with: WikkaWiki version 1.1.6.4




Revision [93]

Edited on 2008-05-08 19:07:39 by WillyPs [minor edit]

Additions:

Actions in the Footer

Tested with: WikkaWiki version 1.1.6.4 Demo: DescentiaPedia


Deletions:

Actions in the Footer

Tested with: WikkaWiki version 1.1.6.4




Revision [92]

The oldest known version of this page was edited on 2008-05-08 19:03:26 by WillyPs [new page]

Actions in the Footer

Tested with: WikkaWiki version 1.1.6.4

Actions can be used in the footer of your wiki to add the functionality of an action to every page. Obviously some actions will be inappropriate in the footer, and may give unexpected results. To add a function to a footer, open footer.php in your php editor. (You can find it in the templates folder of version 1.1.6.4.)

Add this code where you want the action to show:
<?php
       
        include_once('actions/changesclip.php');
?>     

Of course, you will want to change 'changesclip' to the name of the action you want to show.
Style
You will want to add some style to integrate this mod with your wiki, see ExtendedFooter.

Here's an example of an extended footer with recent changes, recent comments and some other stats showing.
DescentiaPedia
I rewrote the actions used to make them display the way I wanted them to, here are links to the documentation of what I did.
changesclip.php
commentsclip.php
stats.php


Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1561 seconds