How do I remove the option for members to add categories?

Almost all of my modules, events, reviews, jobs, articles, tutorials etc have the option for the user to add a new category if there is not a suitable category avaliable (Its that little extra folder icon in the categories field).

 

Is there a way to remove this from each of my modules sothat the only categories that can be selected by the user are the ones that I set from admin?

 

Any help on this willbe appreciated .

 

Nathan : )

Quote · 4 Sep 2012

You need to set the option in the membership roles

PixelSofa, Inc. - a fresh view of the web - www.pixelsofa.com
Quote · 4 Sep 2012

Edit your inc/js/jquery.webForms.js line 295 and change this

if ($input.attr('add_other') == 'true') {

to this

if ($input.attr('add_other') !== 'true') {

just adding a !. Done.

Good luck :D

so much to do....
Quote · 4 Sep 2012

Awsome Guys, Thanks loads.... I can't believe I paid a developer to do this last time lol... GDN will soo be back up and running at this rate : )

Quote · 4 Sep 2012

 You paid a developer for this. lol

Awsome Guys, Thanks loads.... I can't believe I paid a developer to do this last time lol... GDN will soo be back up and running at this rate : )

 

so much to do....
Quote · 4 Sep 2012

that works too :-)

 

Edit your inc/js/jquery.webForms.js line 295 and change this

if ($input.attr('add_other') == 'true') {

to this

if ($input.attr('add_other') !== 'true') {

just adding a !. Done.

Good luck :D

 

PixelSofa, Inc. - a fresh view of the web - www.pixelsofa.com
Quote · 4 Sep 2012

Ok... so i found the file using filezilla and tried to open it for editing and got a box pop up with this error:

 

Document is undefined.

Code:800A1391

JScript Runtime Error.

 

Any ideas guys?

Quote · 4 Sep 2012

filezilla tried to run it.

Download it from your server to your desktop.

Edit it there and then re-upload.

Infact that is how you should be doing all your edits.  I have a local copy of my entire site. When i want to change something i edit my local copy and then upload it. That way i have a complete copy of every thing i did. If you have a developer do something, get a list of all files that were changed from the developer so you can download copies to update your local ones.


https://www.deanbassett.com
Quote · 4 Sep 2012

awsome deano, thanks dude.

Quote · 4 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.