Osclass - How to create unique custom field to store URL
« on: June 20, 2020, 05:25:59 AM »
Hi All, Though we can create a custom field through Admin panel with some conditions. I require a custom field as URL on publish form but I want this field should  store only unique urls in database. Can anyone here please suggest that how can I achieve this. Thanks
« Last Edit: June 20, 2020, 05:44:21 AM by devprajapati00000 »

*

MB Themes

Re: Osclass - How to create unique custom field to store URL
« Reply #1 on: June 20, 2020, 07:38:06 AM »
You will need set of modifications or simple plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Osclass - How to create unique custom field to store URL
« Reply #2 on: June 20, 2020, 08:22:20 AM »
Alright. Is there a plugin available of that kind ? That can create custom field to store unique Url. I searched the internet a lot but couldn't find it. Please help.

*

MB Themes

Re: Osclass - How to create unique custom field to store URL
« Reply #3 on: June 20, 2020, 05:14:28 PM »
@devprajapati00000
There is plugin like Attributes osclass plugin, but will not work like "unique urls", you would need custom mod for that.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Osclass - How to create unique custom field to store URL
« Reply #4 on: June 20, 2020, 06:44:06 PM »
Almost same feature is inbuilt with Admin. This is not my requirement, hope you understand. We have a function in helpers folder hValidate.php to validate URL. Could you please check if it does.