hi,
I want to learn which database permissions to choose to make the whole system more safer for the specific user that has privileges to use database?
The whole permissions are:
select table data
insert table data
update table data
delete table data
create tables
drop tables
grant privileges
reference operations
manage indexes
alter tables
create temp tables
lock tables
create view
show view
create routine
alter routine
execute
I'm struggling to create a view that will list certain rss feeds already available by drupal, hoping someone can help.
ex I want to list
taxonomy/term/60/0/feed
taxonomy/term/14/0/feed
a few more like those and also the main pages /rss.xml
The rss syndicate module kinda does some of this but you can't drill down to feeds for specific terms, have to list all terms in a category. Nor can you list /rss.xml
I am using a contact form from the contact form module for guests to communicate with me.
Problems I'd like to resolve:
1. When the guest submits the form it goes to a blank page and I never get an email with the content.
2. There is a link that says "Input format" on the contact form.
3. It might be nice if I could use the MyCaptcha module to put a MyCaptcha box there as well, to prevent spam.
I also have the askismet module installed, how might I use that to prevent contact form spam?