Recent activity
Subscribe to this feed
Kernigh marked one of GL's replies in PBwiki as useful. GL replied to the problem "Blocked from accessing pbwiki.com?".
Kernigh marked one of Casey Greene's replies in PBwiki as useful. Casey Greene replied to the question "Can I make my wiki password protected? How do I invite users and give them the invite key?".
Kernigh replied on February 22, 2008 04:28 to the question "Google Analytics: Any option to include that within PBwiki?" in PBwiki:
I guess that DanielR has a "disabled JavaScript" wiki.
My search of the old forums found these discussions about how to enable the scripts:
http://forums.pbwiki.com/viewtopic.ph...
http://forums.pbwiki.com/viewtopic.ph...
Kernigh marked one of J's replies in PBwiki as useful. J replied to the question "Why are my file uploads being blocked?".
Kernigh marked one of Stephen Fleming's replies in PBwiki as useful. Stephen Fleming replied to the idea "PBWiki needs to support OpenID!".
Mike's reply to "I am the creator/administrator of a private wiki, but I cannot log in to the wiki." was just promoted to the most useful! Kernigh and 2 other people think it's one of the best replies.
This is actually two different bugs.
1. Not being able to log in as an administrator: We've fixed this, and you should be able to log in with your account with no problems. Contact support if this is not the case.
2. Sharing doesn't work on wikis without invite keys: While we work on this bug, the workaround is to add users from the Admin panel. Go to Settings, then Users, Add users section, and enter email addresses in the form.
Kernigh marked one of Paul Singh's replies in PBwiki as useful. Paul Singh replied to the question "What happened to my PBwiki Identity?".
Kernigh replied on February 03, 2008 22:45 to the problem "Table of Cantents Is Not Working! I read the other posts!" in PBwiki:
So I clicked the above link. The wiki gave its invite key to me, so I logged in. Then the wiki prompted me to create a new page. So I closed the tab, then I clicked the above link again, found your page, and so a small rectangle where the TOC should be.
So I clicked "Edit page", then clicked "Preview". Suddenly the TOC looked normal again. So I clicked "Save page" and the TOC started working. I did not change anything on the page! (I was using the classic editor, not the point-and-click editor.)
So honestly, I have no idea what was wrong! Maybe " marks in a page name is problem?
Kernigh replied on February 03, 2008 22:22 to the question "How do you indent text" in PBwiki:
Kernigh replied on February 03, 2008 22:19 to the question "How do you indent text" in PBwiki:
In the standard editor, use some html and css to indent your text.
<div style="text-indent: 1cm;">
The first line of this paragraph will have an indentation of one centimeter. The css text-indent only indents the first line. There are other units; instead of 1cm, you can write 0.5in or 30px for example.
</div>
<div style="margin-left: 1cm;">
This entire paragraph has a left margin of one centimeter. The css margin-left indents the entire paragraph.
</div>
Every div tag needs a matching /div tag to close. Also, there needs to a blank line after the div and before the /div so that WikiStyle will think that you are indenting a paragraph.
<div style="margin-left: 1cm;">This text is indented, but it is not a paragraph, so it does not have a blank line after it.</div>
And there will be now blank line before this paragraph. Try pasting this entire reply into a wiki sandbox.
Loading Profile...

