Hi everyone. I know this topic has been discussed before, but I am totally new to all of this and have been somewhat baffled by the various solutions people have tried.
I installed Drupal using Hostgator's quick install, was able to get to the login screen, input password, apparently login, and then anywhere else I try to go I get the "access denied, you are not authorized to access this page."
Can anyone please help with this? Like I said, I'm totally new and generally have no idea how any of this works.
I appologise if this replicates existing information, although I did have a quick look through the posts. I am after a Twitter Module. Before you all point me to http://drupal.org/project/twitter, there are a few specific requirements I do not believe this module has. The requirements are:
Im trying to output the values from a line of specific fields in my custom content type. I've copied the search-result.tpl.php to my template to modify it.
I have found several posts about how to do it in D6, but Im not having success with it in D7 (nor finding posts about it).
For example I have a field called field_venue (in my custom content type) and I really want to output the value of that field in my search-result.tpl.php.
I've tried to output the value with the following:
I added a new field to the "Article" and added a field called importance , this is just a checkbox field to let the editor set the value of importance to the article (eks: Very important / general information etc.., however I dont want it to be displayed on the frontpage.
Is there an easy way to edit the defualt display of Articles on the frontpage ?
I've Just joined the forum, I've managed to do one site in drupal
and so far so good works really well.
Anyway, I just wanted to pick some brains. I'm in the process of developing a
ecommerce site with drupal 7 (not sure wether i should use ubercart of commerce).
I'm actually running the site in offline mode while I mess around adding new modules and content just to see how I get on.