Recent activity
Subscribe to this feed
vangispen replied on January 22, 2008 22:21 to the question "add button for Add Tag"" in PBwiki:
Replacing page tagging functions in the footer part with a single button is not easy.
How to show existing tag(s), text input field + add button to make new tag and a way to delete existing tags with one button? No!
However, you could use one button to divert the user to a different page where tag information can be seen and tag related tasks can be handled for the specific page.
Add this code to your SideBar:
<script type="text/javascript" src="http://widget.pbwiki.com/f/widget_lib.js"></script>
<script>
widget.addButton("Tag","/tags.php?pedit=" + widget.pageName);
</script>
See also tag cloud, tag editor and tag multisearch
vangispen replied on January 22, 2008 21:56 to the question "multiple Sidebars" in PBwiki:
to incorporate the content of a separate wikipage into one or more other pages use this code:
<div><script src="/SecondWikiPage?raw=js&width=0&height=0"></script></div>
to style the incorporated content of SecondWikiPage:
do this in SecondWikiPage so it shows the same on every page you show it's content on, changes you make will show everywhere else
to make SecondWikiPage easily editable add this code to it:
<a href="/SecondWikiPage?edit=1">edit</a>
vangispen replied on January 22, 2008 21:37 to the question "Can I delete the quickstart sidebar?" in PBwiki:
making the SideBar appear first:
<script>widget.onDocLoad(function(){showSidebar('sb_sb')})</script>
see forcing a tab of choice
you can always re-create deleted pages RecentActivity and QuickStart!
| next » « previous |
Loading Profile...
