hello, I'm a newbie drupal user. I locked the anonymous user before.. my problem is I cannot unlocked it now. I need help to solved this problem!!! thanks!!
I have a 'out of the box' install of drupal 5.6 and It has never allowed me to add html to my content whether I choose filtered or full.
When i try to preview or submit content with html tags in or if I change the input format configuration I just get redirected to the root of my site (i.e it doesn't display the same page with an 'updated' message it takes me to the base url).
view and rearrange work but configure doesn't.
If anyone has any ideas or is willing to give me some help I would be sooo greatful.
I am creating a beer rating and food recipe site. I am looking for modules that will allow me to post the beers by the brewery and then each beer that they make having their own page and people can post a comment/review/rating. Also I want to ad an image of the bottle or label for each beer. Anyone know how or what is needed to do this?
I have a rater complex ORDER BY scenario that I don't know how to solve...
Table has 3 columns, `a`,`b`,`c`. I want all rows where `b` is X and Y ordered by (`c` where `b` is Z) while maintaining all `a` values that are the same next to each other. See, `a` and `b` are keys to values in `c`. I want all `a` that have certain values for `b` where one specific value of `b` indicates a "weight" property (stored in `c`) of the object with key `a`.