View Single Post
  #12 (permalink)  
Old 02-08-2008, 06:43 PM
redwine's Avatar
redwine redwine is offline
Pligg Donor
 
Join Date: Jul 2007
Location: Canada
Posts: 216
Thanks: 20
Thanked 102 Times in 65 Posts
You are welcome!

Quote:
Originally Posted by imlerim View Post
Great solution Redwine but seems that you forgot the most important part...

Without setting the links status table to accept "pending", it will set it empty...
I had to search for your other posts to find a solution...

Code:
alter TABLE table prefix_links
change link_status link_status enum('discard','queued','published','abuse','duplicated','pending') NOT NULL default 'discard'
;
Again thanks for the trick and the tutorial
That's why I started this post with:
"I've already posted a quick fix answering few questions about this subject:
How to set admin approval for all stories"

I did not want to be redundant as long as I referenced it.

Cheers!
Reply With Quote