Removing the Tags feature

Hi everyones, I would like to remove the entire "Tags feature" from my website (not categories, just Tags). In this topic, http://www.boonex.com/forums/topic/Photo-upload-remove-Tags-amp-Category-option.htm Kazatzo explain how to remove Tags and categories, is there a way to remove only the Tags?

If someone can help that would be very appreciated

Thanks

Regards

Martin

Quote · 19 Sep 2011

remove the first bit of code and leve the categories bit in.

REMOVE

 /*'tags' => array(
 'type' => 'text',
 'name' => 'tags',
  'caption' => _t('_Tags'),
'info' => _t('_Tags_desc'),
'value' => $aDefaultValues['tags']
        ),*/

 

AND LEAVE IN

 

$aForm['inputs'] = $this->getUploadFormArray($aForm['inputs'], array($aFormCategories, $aAlbums));

Quote · 19 Sep 2011

Thanks to you Nay27uk, it works fine.

 

Regards

 

Martin

Quote · 19 Sep 2011

o9 problems martin

Quote · 19 Sep 2011

Hi again, there is still a little problem though. If I click on "Edit" to edit a file on my website, the "Tag" field is still showing in the pop up window.

 

There is a lot of codes related to "tags" in the following files, can you point me to the files related to it so I can test removing codes and find the right codes?

 

BxDolFilesUploader.php

BxDolFilesDb.php

BxDolFilesModule.php

BxDolFilesTemplate.php

 

Your help is very appreciated!

Thanks

Regards

Martin

Quote · 19 Sep 2011

anyone please?

Quote · 20 Sep 2011

I will get round to this as soon as I can for you mate.

I am not a coder in fact I know nothing about PHP and how it works and I am not realy in touch with how the dolphin code works,  at pressent I am trying to get an Ads2 moduel working for another member and Im 99.99% there, and the only problem I am having  with it is, the categories wont show on the ad an add page.

As soon as I have figured that out, having spent the last three days on it and all of this spared around setting up my own dolphin site, I will take a look for you. (maybe tomorrow or it maybe in 3-5 days it depends on how quickly I can get this mod done)

I dont get payed for helping anyone and am new to playing with the dolphin coding myself, I dont expect money for my help although if I can help folk and they wish to donate I am not going to say no.

Quote · 20 Sep 2011

That would be very helpful if you find out how to do this.

 

Your interest to help me is very appreciated and I'm sure other users would be happy to know how to do this too.

 

I'll wait for news from you

 

Thanks

 

Regards

 

Martin

Quote · 21 Sep 2011

No problems Marthymart.

The later part of my last post by the way was me trying to make a joke Laughing ignore it Thought I would try and be funny.

Yes I will try to take a look into this for you later today maybe.

What maybe needed to be done is to remove the tags feature from all of the modulesI know I have come across this code in the Ads module as I am working on it.

While you wait for me you could try opening all files from all modules and try searching for the term

'tags' => array(

And where ever you find it you can try and comment ot that block of code.

You should find that code in one of th classes files in each module.

Quote · 21 Sep 2011

It was maybe a joke but if someone would sell a module to remove the Tags feature I would surely buy it, then if removing this is something hard to find and hard to do I have no problem to pay for it. If you don't find how to, I will probably pm my Agent to do the Job anyway.

 

Thanks for the tips, I'll take a look at it

 

Regards

 

Martin

Quote · 23 Sep 2011

No problem.

I can take a look at this for you later today.

by the way what version of dolphin are you using? If your using 7.0.7 and I manage to get it sorted I can just zip the files and send you them

Quote · 23 Sep 2011

I'm using 7.0.7

Quote · 23 Sep 2011

Ok I think I have done this now, The only things left with tags in is when entering News and Articles in admin section, I cant seem to figure out where to get rid of those ones.

I can zip up the changed files for you if you want and email them to you, I will also include some instructions because it also requires removing of tags things from inside the admin builders sections.

If you would like them you can PM me your email and I will send them to you

Quote · 23 Sep 2011

Awesome

 

Thanks

 

Regards

 

Martin

Quote · 24 Sep 2011

Problem now resolved.

I have done this for mart and sent him the files

Quote · 30 Sep 2011
 
 
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.