I have been using drupal for about a week and love it.
I am currently creating my own theme for my site and i have got the the menu.
i want to have a menu which uses pure css using
<ul>
<li></li>
</ul>
At the moment using the standard primary menu it seems to be just text with | in between, but i noticed on this site they have a proper css menu for the main menu.
We have been tap dancing around setting up a Drupal site for our company intranet. One criteria is that whatever we use be able to work with MS Active Directory. I have not been able to get it to work yet, and think I just realized why..., but wanted opinions on this before I downgraded MySQL and Drupal version...
I´m getting these erros with the print.module every time I try to view the printer friendly page of a node:
print_generate_node() [function.include]: Failed opening 'print.node.tpl.php' for inclusion (include_path='.:/usr/share/pear') en la línea 260 del archivo /var/www/vhosts/somedomain.com/httpdocs/modules/print/print.module.
print_generate_node(print.node.tpl.php) [function.print-generate-node]: failed to open stream: Operation not permitted en la línea 260 del archivo /var/www/vhosts/somedomain.com/httpdocs/modules/print/print.module.
Hallo,
... drupal is up and running but now, ... tooooo slow.
- I am on a shared server but with a lot of rights (.htaccess, ...).
- Set up my site, but now it's too slow.
- Set the memory up to 32MB. Disabled a lot of modules (that would be nice to have).
- The site has about 3 users now (this should not be the issue).
- Have installed xdevel (and then tuned the queries and indizes)
- have read a lot of tips and tricks
- ... nothing helped, it is tooooo slow
May be I'm miss somefing. But I'm cant find any way how to create block with list of terms from particular vocabulary. Is any module doing this exists for Drupal 4.7?
For some reason, when I call [view:myviewname] from a built-in Drupal page, the view is embedded. But the same call in the body of a custom content type (CCK) outputs the text "[view:myviewname]".
I configured the filtered and full HTML input formats to allow view insert markup, but nothing seems to work.