I installed the features module and was able to add some features with the admin module. But I've found no way to display the list features to the users. I tried http://mysite/features, but this did not work. What is the URL of the features list? Can this be a theme issue?
I have tried installing the marvin_2k theme. However once I select it in the config menu, I get the following error message:
"Fatal error: Cannot instantiate non-existent class: theme_marvin in localhost/includes/theme.inc on line 179"
I am not very technically advanced. Can someone explain why this is happening? The error message won't go away, and I have to delete the folder before the site is usable again. I am using version 4.3.1 of drupal. Thanks in advance.
I setup my website in windows server correct.
the locale module is work.
But when I setup it on my apache site : http://www.ee-studio.com/drupal.
Locale don't work!
I can translate english to chinese, but it no work.
I found the database locale have the data.
Can someone help me!
Thank!
I have managed all the theme changes except one. I have a custom function format_subject() which I use to format the heading of a node or box title. You can see what the changed node title looks like by looking at the "welcome to moviescene" node on the front page.
Simply put, I was trying to figure out how to create a vocabulary for the glossary module that would display glossary items selectively -- specifically, I thought it might be clever to add pseudo-XML tags to the term, for example <gh>HTML</gh> -- wouldn't display in a browser and would ensure that only similarly tagged entries displayed the glossary notation.
Of course, this doesn't work.
My original idea was just to stick a non-printing character in the definition, except that this is kludgy and no doubt an excercise in poor form.
Hello All! Drupal has about 95% of what I'm looking for in a CMS to power a number of client sites. However, there are a couple of things I'm not certain how to accomplish:
1) "Bloggers" display like the one found on http://Ecademy.com listing all of the members with a blog. Is this something built-in to Drupal? Or available through an add-in?
2) Is it possible to restrict users permissions based on a group?
3) Along similiar lines, is it possible to set blog templates based on a group / user?