Add Link not working - php Form

Author Topic: Add Link not working  (Read 1047 times)

Offline grug0r

  • Supporter
  • **
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Add Link not working
« on: August 27, 2010, 05:34:31 AM »


When a link is submitted by a user, an admin may then approve or remove the link. The problem is with Add Link; when clicked, the script returns a successful submission. However, does not then appear within its respective category dependant on the users selection eg. gifs, pics, vids .. etc.

Any ideas?

grug0r.

Offline niko

  • VIP
  • ****
  • Posts: 15
  • Karma: +1/-1
    • View Profile
Re: Add Link not working
« Reply #1 on: August 29, 2010, 10:36:06 AM »
Replace (in catsy.php) line 32

Code: [Select]
if($link['main']==1 && 2){With:
Code: [Select]
if($link['main']==1 || 2){