Go Back   NiceCoder Community Forums > Nicecoder Products > Archived Support > v5.x
Register Projects FAQ Members List Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-02-2009, 10:39 PM
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default How to set all categories to auto approve for Basic links?

Hello All,

Is it possible to set all categories to accept links and automate the submission.


Right now, i have BASIC free submission enabled, but when a user submits a link, i get the email as admin and so does the user.

But when i log into admin back-end link is no where to be found? very strange.

Can anyone help with this?

thanks
Reply With Quote
  #2 (permalink)  
Old 03-02-2009, 11:00 PM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 1,658
FSGDAG is on a distinguished road
Default

Do you have the categories so that an admin has to approve the link? If you have it so that all links are automatically approved, you'll still get the same e-mail as if they have to be approved.
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
Reply With Quote
  #3 (permalink)  
Old 03-02-2009, 11:15 PM
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default

i recall that long ago, either Bruce or someone else had given me a quick method to put all categories to require editors approval.

Now, this only works if users submit links as paid, either premium or sponsored.

If i submit a BASIC free links, nothing happens. The link is no where to be found. not even for approval or validation from the back end??
Reply With Quote
  #4 (permalink)  
Old 03-02-2009, 11:26 PM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 1,658
FSGDAG is on a distinguished road
Default

Have you checked your SPAM links?

Also, you might want to check out this thread...

No links to validate - strange but they're

Let me know if this helps
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
Reply With Quote
  #5 (permalink)  
Old 03-02-2009, 11:47 PM
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default

thanks for that. I have checked my spam links and nothing is in there.

I have followed the chage in the old forum post you recommended to look in. I assume i had to add the extra or spam = '' after that in admin panel i get error message when i attempt to validate link>>
Parse error: syntax error, unexpected T_STRING

I am using 5.4.1

Also, i have set all my categories to require editors approval, but yet, any free links are no where to be found.
Reply With Quote
  #6 (permalink)  
Old 03-02-2009, 11:51 PM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 1,658
FSGDAG is on a distinguished road
Default

When you say they are no where to be found, are you speaking of just within the Admin panel or in the DB as well?!?!
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
Reply With Quote
  #7 (permalink)  
Old 03-02-2009, 11:54 PM
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default

Admin panel. I have not gone as far as looking in the DB tables.
Reply With Quote
  #8 (permalink)  
Old 03-03-2009, 12:00 AM
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default

hmmm....,

i do see the links i submitted as BASIC (Free) in the DB under this table: idx_link_temp
Reply With Quote
  #9 (permalink)  
Old 03-03-2009, 12:01 AM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 1,658
FSGDAG is on a distinguished road
Default

Are they in idx_link???
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
Reply With Quote
  #10 (permalink)  
Old 03-03-2009, 12:04 AM
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default

nope. just under idx_link_temp in the url field.
Reply With Quote
  #11 (permalink)  
Old 03-03-2009, 12:05 AM
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default

tell me exactly how i should insert this, from the previous old post??
is the below just indicating to add this: or spam = ''

-------------------------
if (!$spam) {

$links_obj->query = "select * from idx_link_temp where spam = '0' or spam = '' order by date desc, vid desc";

}

else {

$links_obj->query = "select * from idx_link_temp where spam = '1' order by date desc, vid desc";

}

---------------------------------------
Reply With Quote
  #12 (permalink)  
Old 03-03-2009, 12:10 AM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 1,658
FSGDAG is on a distinguished road
Default

Well, that post was for 5.4 and not 5.4.1, so its possible it was fixed and no longer needed in 5.4.1. If its giving you an unexpected T-String error, I would remove it and ensure that validate links work again.

I'm not the 'Offical NiceCoder Support Guy'... Bruceper is... You have three choices right now...

1 - Wait until Bruceper comes back on the board and have him get into this...

2 - Send an e-mail into support ( support (at) nicecoder.com ) and hope that one of the programmers or even Bruce picks up the ticket

3 - Send me your FTP information and IndexU Admin information in a PM and see if I can figure out what the problem is. I'm not guaranting anything... But maybe I can see whats wrong.
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
Reply With Quote
  #13 (permalink)  
Old 03-03-2009, 12:29 AM
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default

FSGDAG ,

thanks for all your help, i have opened a ticket, but i still tried to get help here. Seems like tickets might take long at time as they are busy with other things as well.

thanks anyway.
Reply With Quote
  #14 (permalink)  
Old 03-03-2009, 04:42 PM
Administrator
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,992
Bruceper is on a distinguished road
Default

If the listings are in idx_link_temp and not in idx_link then one of two things is happening.

1) They need to be approved
2) The database structure for idx_link is incorrect.

Go to the admin panel - database - query and run the following

alter table `idx_link_temp` change `spam` `spam` char(1) NOT NULL default '0';

Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
Yes it is telling you to just add that into that line.

If you're still having issues after this then send me your indexu login and phpmyadmin/control panel login to support
__________________
Apparently Dody didn't like my signature saying "not the admin" so he deleted it.
Did he not notice the fact that my title still says "administrator" and I haven't been the admin for months?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Categories - Only allow 1 for Basic - 2 for Premium & 3 for Sponsored Listing HOW??? mxwebsites v5.x 9 02-05-2007 07:02 AM
basic, premium & sponsored links all show up on "links rotator" why? mxwebsites v5.x 2 01-30-2007 12:50 PM
Auto Rotating Links out Andre v5.x 1 12-19-2002 10:37 AM
Cannot approve new links/ upload not working thecat v5.x 3 04-27-2002 12:46 AM
Edit Before Approve ? jamtc v5.x 7 02-20-2002 05:50 AM


All times are GMT -5. The time now is 02:21 AM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO