Help !
How to delete user blog category?
Help ! How to delete user blog category? |
What do you mean, you don't want them creating blogs? To totally remove the module from your site, go to Admin>Tools>Modules. Select blogs and click uninstall and it will be gone. However some other modules may be dependent upon the blog's module so this may not work. If that is the case and you can't uninstall due to another module then do the following: To hide the entire thing just go into Menu Builder and drag the entire column down to inactive items, now the uesr can't find the blogs at all. But before doing this, go into each section in the menu and unselect member and user from viewing. To prevent users from using blogs change membership options to disable it. Disable every blog option, so if someone accidently stumbles upon blogs they can't put any content there. |
Hi ! thanks for reply ! I means the categories that user add, how can i delete the them or change the name of the categories? |
Ah I read that differently then you intended. Admin>Settings>Categories. Click from the dropdown Blogs and you can add or remove the category names. |
the settings there just can delete or edit my own categories set on admin. But user add categories i cannot found there? |
Can't, the way dolphin 7 is setup users can add their own categories and there is no way to disable that function at this time. All you can do is go in and edit out the categories users make or make all blogs pend approval and change category names to the defined categories. |
You can see the categories at the homepage , you click on the Business & Strategy or World & Business, is problem there nothing show Can you please look for me where to edit this categories problem? thank you ! |
Jacktaic you REALLY need to be much more specific in your issue. Edit sql tables, table name: sys_categories. Go into there and delete out the entry that corresponds to that name. Make sure hte type is bx_blogs. Or just set it to inactive so it won't showup if you wish to keep the name. As always, backup your database before making any changes! |
Sorry, cause my english is not very good. Anyway , thanks a lot for your help ! Thank you ! Have a nice day ! |
You mean you want to remove the "add category" and "add other" functions? I want that too. I'm currently looking for a solution that can remove the <div> of the add category buttons. I'd settle even if the actual scripts/functions cannot be easily removed, I guess hiding the <div> would be the easiest to implement. |
You would have to install a switch that calls the Categories that Admin has set up for the Blogs instead of the current text entry box that the blogs have. In this case you'd keep the div, but turn it into a switch with a dropdown box of the accepted categories. As I think about it, this would be a good mod to make for those who want more control of the content on their sites. |