Have a Wetpaint account? Sign in
Discussion Forum
- All Threads
- Featured Threads
- Keyword Tag Groups
Use the Discussions area to participate in and track threads of interest. (help)
Discussion Spotlight
|
|
| Started By | Thread Subject | Location | Replies | Last Post | ||||
|---|---|---|---|---|---|---|---|---|
| Mia1139 | How do I change the time on my wiki? | Injected Technical Overview | 3 | Yesterday, 1:01 AM EDT by Ormo@Normo | ||||
|
Thread started: Apr 19 2009, 5:27 PM EDT
Watch
I would like to change the time zone on my wiki, but I do not know how to. If you know how to change the time zone, please help me.
Show Last Reply
|
||||||||
| BSenftner | Drupal integration? | FAQ | 0 | Monday, 4:28 PM EDT by BSenftner | ||||
| DefaultUser2 | Cells no longer used | ReportService.getRecentlyUpdatedCells | 0 | Monday, 2:34 PM EDT by DefaultUser2 | ||||
|
Thread started: Monday, 2:34 PM EDT
Watch
We have cells that our site no longer uses from when we were experimenting with the api. The problem is that we don't remember all of the cellIDs to delete them. And even if we delete them, do they still show up on this list? We would like to remove their entries from the list completely so we can have one page that shows all of our cell's recent activity without constantly showing the unused cells still. Every time we make changes to a cell, the changes move down a list, but the bottom of the list still reserves 4 entries for our obsolete cells.
I'd like to know if I can find a list of cellIDs for a namespace or if there is another way to deal with removing them from our list.
out of
found this valuable.
Do you find this valuable?
Keyword tags:
delete cellid list
|
||||||||
| finalcloud57 | how do i make a back ground picture for my site? | Injected Technical Overview | 0 | Jun 27 2009, 7:12 AM EDT by finalcloud57 | ||||
|
Thread started: Jun 27 2009, 7:12 AM EDT
Watch
i went through a few other sites and saw how they pictures BEHIND the boxes and i was wondering how to do that.
|
||||||||
| andrew30126 | new issue | New Issues | 0 | Jun 26 2009, 9:40 AM EDT by andrew30126 | ||||
|
Thread started: Jun 26 2009, 9:40 AM EDT
Watch
is my issue new if it started last night and it is morning now.
|
||||||||
| andrew30126 | opps page help | Open Issues | 0 | Jun 26 2009, 8:37 AM EDT by andrew30126 | ||||
|
Thread started: Jun 26 2009, 8:37 AM EDT
Watch
i went on wetpaint central and an opps page came up.it said that there is an issue and the wetpaint crew is fixing it.does that come up for everyone and it was on from lastnight.is it a bug.
|
||||||||
| Crystalscar | A unactive site | Discussion Forum | 2 | Jun 25 2009, 6:21 PM EDT by Crystalscar | ||||
|
Thread started: Jun 8 2009, 11:19 PM EDT
Watch
I have discovered a very unactive Wetpaint site, and wish to bring it back to life.
The site URL is; http://warriorsroleplay.wetpaint.com I wish to be a Admin on this site.
Show Last Reply
|
||||||||
| addy4enjoy | I need some code sample for PHP Login | UserService.login | 1 | Jun 24 2009, 1:10 PM EDT by boe_wetpaint | ||||
|
Thread started: Jun 14 2009, 3:05 AM EDT
Watch
Hello,
I am PHP developer. I am trying to inject this wetpain for one of my client. I have developer key and everything to start with. But I am not clear with the Login step. Do this login form and everything should be designed in my website? What informations should I ask from user. Please send me some code samples in PHP ( Not in wordpress please but core php ) to make all it works. Thanks in advance. Anil www.guptaanil.com
Show Last Reply
|
||||||||
| DavidMcMurrey | Problems logging in to existing wetpaint site | New Issues | 1 | Jun 24 2009, 1:07 PM EDT by boe_wetpaint | ||||
|
Thread started: Jun 23 2009, 4:43 PM EDT
Watch
I created a wetpaint site for my community college faculty (http://btcmfacultyzone.wetpaint.com/). I forgot my password, maybe even login name. When I got a new one and log in, I have no edit rights and see only the restrictive "private" site message. Help? -- David
out of
found this valuable.
Do you find this valuable?
Keyword tags:
login password
Show Last Reply
|
||||||||
| DefaultUser2 | user.emailOptIn doesn't work? | UserService.login | 1 | Jun 17 2009, 6:42 PM EDT by boe_wetpaint | ||||
|
Thread started: Jun 16 2009, 3:57 PM EDT
Watch
I would like to receive emails when users change the wiki, but it doesn't seem to work.
I changed it so that the one person I want to have emails notifying him of changes has a different e-mail address than everyone else in case it checks that the person editing isn't the same person that wants emails. I'm still not getting e-mails after resetting my ticket with the new credentials. Basically I've set it up like this: My admin logs in: user.role=moderator&user.emailOptIn=true&user.email=admin@email.com Everyone else: user.emailOptIn=false&user.email=fakeOrUnused@email.com (some of these are set to be moderators if that matters) I tried using 1 and 0 instead of true and false. I've also tried setting everyone's user.emailOptIn to true. Basically we have it set up so that when a user arrives on the page it creates a wetpaint ticket and logs them in, since the only people who can get to the page have to have logged in to our site first. Then we send the wiki information to load the Easy Edit button. The wiki edits just fine and the ticket is generated correctly, the only problem is that there are no e-mails sent to our administrator email when a user changes the wiki. Does the emailOptIn mean something different? Or is there a way to get changes to the wiki emailed?
out of
found this valuable.
Do you find this valuable?
Keyword tags:
email easy edit emailoptin
Show Last Reply
|
||||||||
| MWEBrian | Question & Comment | Hello World Tutorial | 1 | Jun 17 2009, 6:38 PM EDT by boe_wetpaint | ||||
|
Thread started: Jun 15 2009, 1:25 AM EDT
Watch
Hi, I got my developer key and everything last week. I feel like there are just endless links to follow in this wiki dedicated to Wetpaint Injected, but no place to get easy to follow directions for copying and pasting the necessary code into a page on my site. I watched a short video on this site where the narrator literally copied some code to the head of a page, and then another where he wanted the wiki content to be and like magic he had Wetpaint "injected" into his site.
I can't find anything on here that is that simple. There are all of these examples of code but little instruction as to where to put them all. The PHP code in the Integration guide is broken into various blocks based on what it does, such as loggin in a user, retrieving data, etc. The integration guide doesn't specifically say where to put all the code. Do I just copy each block and paste them into the head of my page except for the one that displays results...and put that one where I want the wiki to show up? I really want there to be some instructions with code snippets that spells it out for us designers who don't know much of anything about PHP code Something that goes step by step that has the code with clearly labeled areas where you need to input your keys, etc,, and says exactly where to put the code. I was going to try to do the Hello World Tutorial because it sounds like it is supposed to be a tutorial like I was hoping for, but when I click on the URL provided in Step 1 that it says to open and view the source code...I just get a page that says Site Blocked! I would so LOVE to put this wiki into the main body of one of my webpages, please tell me there is an easy way to do it that I just can't find the instructions for on this site.
out of
found this valuable.
Do you find this valuable?
Keyword tags:
Help
Show Last Reply
|
||||||||
| hbloom | Log In and Passwords | New Issues | 3 | Jun 16 2009, 12:34 PM EDT by boe_wetpaint | ||||
|
Thread started: Jun 3 2009, 9:53 AM EDT
Watch
I am an instructor at a college and my students are using wepaint for an assignment. A few are currently having trouble logging on, or have forgotten passwords and can't get into the site. What can I do? Can I reset passwords, or can they, do I re-invite?
out of
found this valuable.
Do you find this valuable?
Keyword tags:
Log in trouble
Show Last Reply
|
||||||||
| silds | Edit Functionality in the WYSIWYG Toolbar | Discussion Forum | 3 | Jun 16 2009, 12:32 PM EDT by boe_wetpaint | ||||
|
Thread started: Jun 10 2009, 3:38 PM EDT
Watch
`I must not be searching for the right information because I haven't yet been able to find a page on where to change what 'Easy Edit' functionality is available in the WYSIWYG Toolbar (for example, disable the 'Video' functionality).
Can anyone help me out on where to find this?
Show Last Reply
|
||||||||
| forevagrow101 | CONFUSION | API Reference | 2 | Jun 12 2009, 1:34 AM EDT by MWEBrian | ||||
|
Thread started: Jan 2 2009, 7:09 PM EST
Watch
i,m a bit lost here and havnt a clew whats going on: i dont understand where the scripts go
Show Last Reply
|
||||||||
| silds | Footer Information | Discussion Forum | 0 | Jun 11 2009, 4:10 PM EDT by silds | ||||
|
Thread started: Jun 11 2009, 4:10 PM EDT
Watch
My cell content is coming in fine, but not the footer information (Latest Page Update, history...) - is that a separate call?
|
||||||||
| anthonymckeown | Guide for how to add wetpaint to Wordpress | Wordpress Prototype | 7 | Jun 10 2009, 11:40 AM EDT by boe_wetpaint | ||||
|
Thread started: Jan 29 2009, 9:34 AM EST
Watch
Hi just wondering if you have a step-by-step guide for how to add wetpaint to a wordpress blog, as this is what I will be using wetpaint for specifically. Just need to know where to put the javascript etc...
Many thanks.
Show Last Reply
|
||||||||
| SiteFounder | How to post html? | Discussion Forum | 3 | Jun 10 2009, 11:39 AM EDT by boe_wetpaint | ||||
|
Thread started: Jun 4 2009, 1:25 PM EDT
Watch
I ould like to use html in my website, so i'm wondering if it is supported?
Show Last Reply
|
||||||||
| ajsingh | Error message when installing wordpress plugin | Community Contributed Application Showcase | 6 | Jun 6 2009, 10:59 PM EDT by tmedweb | ||||
|
Thread started: Mar 5 2009, 12:52 AM EST
Watch
Hi,
I get the following error message when I try to activate the wordpress wetapint plugin - "Fatal error: Class 'Snoopy' not found in C:\wamp\www\xyz.com\wp-content\plugins\wetpaint-wiki.php on line 63. Any idea why this might be occurring. I have wordpress 2.7 locally installed on my windows machine. Thanks, Ajay
out of
found this valuable.
Do you find this valuable?
Keyword tags:
wordpress plugin snoopy
Show Last Reply
|
||||||||
| thebballkid | Here is some feedback | Hello World Tutorial | 3 | Jun 4 2009, 7:03 PM EDT by boe_wetpaint | ||||
|
Thread started: May 28 2009, 12:26 PM EDT
Watch
This tutorial needs to be either much more detailed or much more simple. Right now i feel like I am either overcomplicating things or missing steps. What is step 2? The three programming options you list - do I choose one and copy paste into my website? I tried that in Dreamweaver and all it gave me was a pic that said the name of the language (ASP, PHP, etc)
Plus, you need to make sure you specify which part is copied when and where and what order and what to delete and what not to delete in the code page. Just imo. Thanks
Show Last Reply
|
||||||||
| Draevin1 | : ' ( | UserService.login | 3 | May 28 2009, 8:11 PM EDT by boe_wetpaint | ||||
|
Thread started: May 20 2009, 12:26 AM EDT
Watch
Where do i enter this crap!??!?!?!?!?!?!?!?!?!?!?!?!?!?
Show Last Reply
|
||||||||

