Recently active topics tagged with pbwiki 20
- All Topics(17)
- Questions(12)
- Ideas(3)
- Problems(2)
- Discussions(0)
- subscribe
-
7
Replies
1
Follower
New wiki - should I use 1.0 or 2.0 for public release this August? in PBwiki. Last reply on July 02, 2008 14:41.
We're just starting a new wiki (t's private now, but will be public once we get it set up just right). It's a premium, educational wiki. We're planning on making it public and publicizing it in early August, plus it will be part of a university class project. I haven't done any design changes and only have about 15 pages (mostly for testing purposes) in the wiki so far (so I haven't done much yet). Should I convert to 2.0 now or continue developing in 1.0 and convert later? If I develop in 1.0, can I still use all those groovy widgets I've been reading about? Will I lose them when I convert to 2.0 later?
Also, I don't want to convert it in the middle of a semester (unless there's some kind of security/serious problem).
Thanks,
Kelly B. -
31
Replies
17
Followers
PBwiki 2.0 password? in PBwiki. Last reply on May 16, 2008 20:28.
Where can I find the wiki wide password / invite key of my wiki I just created using the beta version of wiki 2.0? -
1
Reply
3
Followers
a 2.0 wiki... that *anyone* can edit in PBwiki. Last reply on June 14, 2008 19:02.
Recent changes to the pbwiki 2.0 api have created a secure way to allow anyone to get editor access to your wiki without compromising your admin security. This should be a sufficient replacement for public 1.0 wikis that published their invite key.
Ok.. here's the source code you should add if you want to create a user signup page on your 2.0 wiki:
<div id="admin_key" style="visibility: hidden">YOUR_ADMIN_KEY_GOES_HERE</div>
<p><img class="pluginslug" contenteditable="false" src="/plugin_helper.php?plugin=googlegadget&html=%3Cscript+src%3D%27http%3A%2F%2Fcopytest3.pbwiki.com%2Ff%2Fsignup.js%27%3E%3C%2Fscript%3E&w=200&h=50" isapbwikiplugin="1" /></p>
Here's a demo if you want to see it in action:
http://copytest2.pbwiki.com/signup
Here's what you need to do in order to use this script on your wiki:
http://yourwiki.pbwiki.com/api_v2/#Ad...
click the [show] that's next to opkey_adduser_edit on that page....
Don't be afraid of all the programmer speak on the page, it will not harm you.
Copy the magic code that it reveals for you into the YOUR_ADMIN_KEY_GOES_HERE from the snippet above -
4
Replies
4
Followers
tired of the 2.0 editor for quickly adding pages? in PBwiki. Last reply on June 12, 2008 21:23.
Here's three edits that you can make to your wiki to get a "classic editor" that I created for 2.0 wikis.
page: SideBar
<p><img class="pluginslug" contenteditable="false" src="/plugin_helper.php?plugin=googlegadget&html=%3Cscript+src%3D%22http%3A%2F%2Fcopytest3.pbwiki.com%2Ff%2Fclassiceditlink.js%22%3E%3C%2Fscript%3E&w=200&h=50" isapbwikiplugin="1" /></p>
<p><em><a href="/newpage">Classic New Page</a></em></p>
page: editor
<div id="place_form_here"> </div>
<p><img class="pluginslug" contenteditable="false" src="/plugin_helper.php?plugin=googlegadget&html=%3Cscript+src%3D%27http%3A%2F%2Fcopytest3.pbwiki.com%2Ff%2Fclasseditor.js%27%3E%3C%2Fscript%3E&w=200&h=50" isapbwikiplugin="1" /></p>
page: newpage
<p><img class="pluginslug" contenteditable="false" src="/plugin_helper.php?plugin=googlegadget&html=%3Cscript+src%3D%22http%3A%2F%2Fcopytest3.pbwiki.com%2Ff%2Fclassnewpage.js%22%3E%3C%2Fscript%3E&w=200&h=50" isapbwikiplugin="1" /></p>
A couple of disclaimers...
Once you hit save, the page is converted to pbwiki 2.0 style html, so it's "write only"... but you can still use it to add more content... I had fun using this to edit pages where all I wanted to do was insert [links].
additionally, it appears to strip plugins, so it's really best for plain test pages that you'd like to use WikiStyle to quickly create or edit.
hope this is useful.. It's probably the closest thing we're going to get to old fashion wikistyle in pbwiki 2.0 for quite a while.. -
27
Replies
17
Followers
Is the Classic Editor supported in PBwiki 2.0? in PBwiki. Last reply on June 11, 2008 17:37.
Are WikiStyle and the Classic Editor gone? I asked "Vu Nguyen" a couple of weeks ago, in a thread about editor switching, but he declined to respond. Can I get an "Official Response" on this? Thanks! -
3
Replies
3
Followers
tool for adding lots of users at once to a pbwiki 2.0 wiki... in PBwiki. Last reply on June 08, 2008 16:16.
ok... it's by no means pretty...
<div id="myusertable">form</div>
<div id="responser">response</div>
<div id="addedusers">users</div>
<p><img class="pluginslug" contenteditable="false" src="/plugin_helper.php?plugin=googlegadget&html=%3Cscript+src%3D%22http%3A%2F%2Felothtes.pbwiki.com%2Ff%2Fcreate_usertable.js%22%3E%3C%2Fscript%3E&w=200&h=50" isapbwikiplugin="1" /></p>
<p><img class="pluginslug" contenteditable="false" src="/plugin_helper.php?plugin=googlegadget&html=%3Cscript+src%3D%27http%3A%2F%2Felothtes.pbwiki.com%2Ff%2Fuploadusers_onclick.js%27%3E%3C%2Fscript%3E&w=200&h=50" isapbwikiplugin="1" /></p>
<p> </p>
but if you put that snippet in your pbwiki 2.0 wiki, you get a form that will allow you to add as many users at once as you'd like... the only down side is that you have to click "ok" a few times per user... but just hold down the enter or escape key and that should be dealth with easily enough... -
4
Replies
2
Followers
2.0 and google search bar ...will it work? in PBwiki. Last reply on May 31, 2008 19:43.
google search bar.
When I was using Wiki 1.0....i cut/ pasted the google code into my wiki....and the search worked very well.
Now, Im using 2.0....
the old code works, but if I go and edit a page , it stops working. So, I tried to cut / paste it again into the page....
But, when I save the page, the code disappears, and the search bar doesnt work.
why? what am I doing wrong? Why did it work in 1.0 but not in 2.0?
here is the code:
<form>
<div>
<input name="cx" type="hidden" value="partner-pub-4973622945612281:3g3h7zab6b1" />
<input name="cof" type="hidden" value="FORID:10" />
<input name="ie" type="hidden" value="ISO-8859-1" />
<input name="q" type="text" />
<input name="sa" type="submit" value="Search" />
</div>
</form> -
21
Replies
28
Followers
Upgrading Existing Wikis to 2.0 in PBwiki. Last reply on May 19, 2008 21:56.
I received an email that PBwiki 2.0 has been officially released to the public. Is it now possible to upgrade my old PBwikis to 2.0? Many thanks. -
31
Replies
17
Followers
Is Javascript supported in PBwiki 2.0? in PBwiki. Last reply on April 30, 2008 13:42.
The "improved" 2.0 editor strips out Javascript tags when inserted in the source. Hundreds of very active wikis use Javascript; how will they be affected? -
4
Replies
3
Followers
Badge for pbwiki v2.0? in PBwiki. Last reply on May 09, 2008 11:39.
Can I get a badge for my pbwiki 2.0 that I can place elsewhere, eg on a blog? I've got one for a pbwiki v1 wiki, but I can't find where to get one for v2. -
1
Reply
2
Followers
What is PBwiki 2.0? in PBwiki. Last reply on April 29, 2008 02:13.
What is PBwiki 2.0? Do I need to buy it? Is it an upgrade? Some one told me to use it for Passworded pages insted of PHP. -
12
Replies
4
Followers
Why don't I have the icon to insert images in pbwiki 2.0? in PBwiki. Last reply on April 27, 2008 23:06.
I can't insert images. I am a new user to PBWiki, version 2.0 (teacherguides)
I am using IE 7 on a PC.
I can create/edit pages just fine but I do not have the icon to allow me to insert images. -
24
Replies
9
Followers
CSS tags not working in Pbwiki 2.0 in PBwiki. Last reply on April 11, 2008 16:20.
Hi,
I am tring to insert css between <style> tags on my new pbwiki 2.0 using the 'source' button but it is just not taking it. I rely heavily on this method on my pbwiki 1.0 sites. I know you have decided to drop custom css plugin available in 1.0 (By the way, remind me where I say this) but surely you are still going to allow user apply css via this method. Surely?
Seanmac</style> -
6
Replies
4
Followers
I accidently started a site in 1.0 but need the url name for a 2.0 site.... in PBwiki. Last reply on March 18, 2008 18:37.
I meant to create a pbwiki 2.0, but started a 1.0 instead. I haven't put anything on the site yet but I did confirm/verify the site and agree to the terms so it is all up an running. I did this because I thought I could just delete it and then use the name for the 2.0 site, but it says the names cannot be recycled.
Any ideas? The site name is 'uncnasa' and I am looking to convert my old 1.0 site 'uncnasabiodiversity' to this new format but wanted to check it out first. I was also looking forward to a shorter name...
HELP!!! -
4
Replies
2
Followers
Contributing to PBWiki 2.0 in PBwiki. Last reply on March 06, 2008 10:29.
Is there a central resource / blog / page / site where PBWiki 2.0 users can make contributions to the project? I'd really like to help! -
1
Reply
3
Followers
Tagging in Web 2.0 in PBwiki. Last reply on February 01, 2008 21:54.
Hi,
I missed the bit about new and improved tagging in the webinar. Is tagging going to be easier. I don't see any screen shots in the Daily peanut. Really what I'm wondering if you are implementing a system where you don't have to type in tags freehand all the time. Look at tagging in get satisfaction. You click on a link of a popular tag and it is automatically added. Predictive tagging would be good as well. What I mean by that is when you start type the new tag in the form field, all previously entered tags with same prefix show up like a drop-down box and you pick the one you want. Sorry don't know the technical term for it but I think you know what I mean.
I hope you are planning something on those lines and if not please consider it.
Seanmac -
11
Replies
6
Followers
What do you think about the new PBwiki layout? in PBwiki. Last reply on January 15, 2008 10:38.
We've created a new layout, do ya' like it?
Loading Profile...












