Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hey guys, i was hoping to get a little help here.
I used flexinode to create a custom content type "member".
In there, users have to upload a picture, as well as fill out info like name, email, etc...
i want to make a block that will display info from the "member" flexinode.
I want only the name and the picture w/ a specific size to be displayed.
i want to be able to click on the picture or the name and then be directed to the node.
newbie to coding here, any ideas on how to do this?
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?