I have recently upgraded to WSNlinks 4.0.33 - but somewhere along the line the 100 or so links waiting to be validated have disappeared from the admin validation section. They are still listed in the MySql database - I can still see all the details on the records, but they don't appear for validating in the admin control panel. How can I get them back to validate them? (Can I manually switch something in the database? - I have tried regenerating everything and repairing the tables)
Is there a way of deleting entries through the admin panel without the system automatically sending out an sort of message? (If it does anyway when a link is deleted)
If you upgraded from a 3.x version, they're probably pending email verification. It should be running the query automatically though: UPDATE wsnlinks_links SET validatedemail=1;
There are no messages sent for deletion (which you do by clicking 'edit'), only for rejection.
How can I get the pending ones to display again in the validation/rejection area of the admin section? So I can validate or reject them. Can I run this query myself through the database query box in the admin section?
- it "exposed" a number of submissions that were hiding - to suggest a new link ....
I thought that because I was running 4.0.31 ( I believe) - so I upgraded to the most current WSN Links 4.0.39 - and I am still having to run this query manually to find "hidden" submissions ...
- This is where people are submitting - without including an email address ..
Is it possible that I have something else switched on that is "demanding an email address ?
- Either way - it is not automatically bringing the submitted links to the validation area - or Mod Control Panel - but when submitting the query - all shows up where it is supposed to be ..
Comments on Lost all links pending validation
Member
Usergroup: Customer
Joined: Nov 19, 2003
Total Topics: 21
Total Comments: 35
Hi
I have recently upgraded to WSNlinks 4.0.33 - but somewhere along the line the 100 or so links waiting to be validated have disappeared from the admin validation section. They are still listed in the MySql database - I can still see all the details on the records, but they don't appear for validating in the admin control panel. How can I get them back to validate them? (Can I manually switch something in the database? - I have tried regenerating everything and repairing the tables)
Is there a way of deleting entries through the admin panel without the system automatically sending out an sort of message? (If it does anyway when a link is deleted)
Many thanks for your help :-)
Trevor.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you upgraded from a 3.x version, they're probably pending email verification. It should be running the query automatically though: UPDATE wsnlinks_links SET validatedemail=1;
There are no messages sent for deletion (which you do by clicking 'edit'), only for rejection.
Member
Usergroup: Customer
Joined: Nov 19, 2003
Total Topics: 21
Total Comments: 35
Hi
How can I get the pending ones to display again in the validation/rejection area of the admin section? So I can validate or reject them. Can I run this query myself through the database query box in the admin section?
Many thanks for your help :-)
Member
Usergroup: Customer
Joined: Nov 19, 2003
Total Topics: 21
Total Comments: 35
Hi
I ran the query as suggested and they all seem to have appeared again :-)
Thanks for your help ;-)
Forum Regular
Usergroup: Customer
Joined: Nov 16, 2005
Location: Colorado
Total Topics: 41
Total Comments: 115
Found this thread very helpful
By using the Query suggested
UPDATE wsnlinks_links SET validatedemail=1
- it "exposed" a number of submissions that were hiding - to suggest a new link ....
I thought that because I was running 4.0.31 ( I believe) - so I upgraded to the most current WSN Links 4.0.39 - and I am still having to run this query manually to find "hidden" submissions ...
- This is where people are submitting - without including an email address ..
Is it possible that I have something else switched on that is "demanding an email address ?
- Either way - it is not automatically bringing the submitted links to the validation area - or Mod Control Panel - but when submitting the query - all shows up where it is supposed to be ..
Thanks in advance for your insight on this ..
DR
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you require link email validation, that requires an email.
Attached Files:
Forum Regular
Usergroup: Customer
Joined: Nov 16, 2005
Location: Colorado
Total Topics: 41
Total Comments: 115
Thanks Paul - That was it !!!