-
1 comment
You should make the homepage of peoplepods in really large font to say that this script is open source.
posted by goflish | newest comment 35 weeks ago
-
2 comments
Anybody suggestions on how to store data which should go in a google motions chart? Typically these are flags (or meta data) set by person P on content C. My first ideas: + Make flag names like my_flag_10_04_05, my_flag_10_04_06, my_flag_10_04_07 (hence stores dates in the flag name)... very unflexible + Store a JSON in the flag: What's the maximum length of a flag's value? Also not very flexible, but at least it is probably fast + Make the optional overwrite parameter function as follows: If overwrite==true then delete all flags named the same, and add 1 new flag. If overwrite == false, add a flag with a certain value and the flagdate for the flag will be set. (In DB this probably needs a primary key as combination of flagname, flagdate) I was inclined to go for option 2, any suggestions or comments? thx in advance, Paul
posted by paularmand | newest comment 42 weeks ago
-
0 comments
These new or few features i would like to have on my peoplePODS(PP) site [http://misxu.com] 1)As i have many blogs so i would like to have POD to grab RSS or new post from these various blogs to http://misxu.com OR a wordpress plugin or any other blog plugin to share post to PP enabled site. 2)RSS auto grab can be used for News site which grab new news and post it on PP enabled site 3)RSS/XML import function, so anyone can move their whole site to new PP enabled site. 4)Email import function from yahoo/gmail/hotmail for invite 5)SEO function or ping to search engines when new POD posted.
posted by rudy3107
-
0 comments
Any news about localisation? The newest message about language files is one year old. And it's not just a matter of modifying theme files, there are also core files that need to be altered (e.g. timesince() function in Core.php), which makes updates/upgrades a real pain.
posted by Tudorminator
-
5 comments
implementing hooks
posted by paularmand | newest comment 1 year ago
-
6 comments
Location (latitude + longitude) can not be efficiently stored in the meta-data (nor flags tables). MySQL stores this kind of data in a point datatype, which is preferred when querying locations (supports queries with bounding boxes, ...) Would anybody also like this in the base install? On which objects, e.g. all object which also have meta-data, on meta-data itself, on flags? @BenBrown: If I were to try to implement this, can you give me some pointers (see also issue 12 on google project page), i.e. I don't know whether this would be supported in the base version, or whether it should be a core pod. And what you would set a required functionalities.
posted by paularmand | newest comment 1 year ago
-
2 comments
can you please to not use the php short tag
posted by robi | newest comment 1 year ago
-
3 comments
Just an idea... I think it would be nice to have a repository for community pods, themes, customizations, etc.
posted by aslauris | newest comment 1 year ago
-
3 comments
why don't you use language files? its annoying to edit all the theme files in order to translate the site
posted by erez | newest comment 2 years ago
-
3 comments
Bit of a shame to be using short open tags in PHP, ideally you shouldn't especially as it requires PHP5+
posted by Chris Southam | newest comment 2 years ago
- Next
Download the latest version of PeoplePods!
0.9
Latest Version:
Release Notes
Recent Posts from Our Blog
Version 0.9 is here!
The latest version of PeoplePods is now available for download! This version features a drastically revamped theme which is now valid HTML5, a completely rewritten JSON-powered API, many...
Ben Brown on how running a community is like throwing a giant, never-ending party
An interview I did with OpenSource.com is now online! Read it here. In it, I discuss how running an online community is like throwing a giant, never-ending party, how open source techniques...
Recently Updated Documentation
Recent Posts from The Forum
Hello PeoplePods forum, we want to add social networking features to our online training software. We are looking to allow users to post comments on...
0 comments | 5 weeks ago
Hello, My firt problem is whith the API, because when I open my site I find : Invalid API Key. Please visit PeoplePods.net to get a valid...
2 comments | 6 weeks ago
hi i just verified my account, its still keep asking for verification code. in this case, i cannot get the api key...
3 comments | 6 weeks ago
What is the proper way to query the database in PeoplePods? I understand there is a function called executeSQL(), but I'm not entirely sure if I'm...
0 comments | 7 weeks ago
Question
1 comment | 7 weeks ago

