Community Page
- staynalive.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Nice..i am in US i using the AT&T broadband connection.My connection is very very fast speed usually.I use the site <a href="http://www.ip-details.com/">IP-Address...
- Most of the suspended accounts I've gotten were porno spammers. I'm glad they're gone. For those people who were unfairly suspended, I hope you get your accounts back soon.
- For some reason when I entered username@googlemail.com it kept prompting me for password... all I did to fix it was put the username and took out @googlemail.com and it worked like a charm......
- Twttr is glitchy and unreliable... it seems to be run out of some drunk college guy's dorm, LOL. Friendfeed is much better. :)
- Did you know that a site like www.tweexchange.com also enables people to be notified when a suspended name they want becomes available?
Jump to original thread »
reddit_url = 'http://staynalive.com/articles/2007/04/13/collaborate-with-smaller-groups-of-digg-users-using-pligg/';
Yesterday, I announced the release of a new feature of Came2Pass.com, allowing users to specify a Digg User ID in thei ... Continue reading »
Yesterday, I announced the release of a new feature of Came2Pass.com, allowing users to specify a Digg User ID in thei ... Continue reading »
2 years ago
Digg this so other Digg users can know about it!:
http://www.digg.com/mods/Collaborate_With_Smaller_Groups_of_Digg_Users_Using_Pligg
2 years ago
Just wanted to make a quick comment. Ash noticed that your mod will not work with anyone who is using table prefixes.
For instance:
$sql = "INSERT INTO feeds
Needs to be changed to:
$sql = "INSERT INTO " . table_feeds . "
That's just one example. I have a feeling there are quite a few instances where table prefix changes need to be made. Besides that, it looks like a great mod. Thanks for the contribution.
2 years ago
Thanks Kbeever46, I've implemented those changes into the above link.