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.
currently I`m trying to convert a webpage into drupal and nearly everything seems to work fine. I never touched a CMS before, so it`s a bit difficult for me to get through all the nearly endless possibilities drupal offers. As I read parts of the handbook and some forum threads I realized that you can do a lot with drupal, but only with hard work.
One thing I don`t quite get is how to theme teasers for overview pages. I read the "php-snippet"-article in the handbook and in the end it`s no problem to generate a dynamic overview page itself. But: How do I theme a teaser? The standart teaser gives you a title, a excerpt of the text, a date and the small links at the buttom (for example "read more"). What I`m trying to do is something like that:
So what I`m trying to do is something like that:
_____________________________________________________________________
|...................... |......Title of the article (links to the full article).........|
i've searched the site a few times and I can't find what I"m looking for. I want there to be a "user list" or "member list" link in the user block. I cannot seem to find out how to accomplish this without coding it myself.
I'm sure it's been done, but I cannot find it. Please help.
I have Drupal up and running, but am not quite understanding how to do something.
I want to create a separate page that people will add stories to. In otherwords, how can I make a separate page where stories will be exclusive to that page, rather than the main page?
I hope that makes sense. I created a static page, but when users "add a story" it goes to directly to the main page. I understand people can add comments to that extra static page I added, but that's not quite what I want.
I'm quite the newb on drupal, so thanks for understanding.
I need to keep track of the different versions of the nodes created and then updated.
Is the default tracking doing that or do I need to install another module?
Hi,
I'm triying to get the IP of the PC that is viewing the drupal page.
The idea is to store it in a variable and to show it on screen. If de IP variable matches any of the IPs that are stored in a MySQL table, Drupal must show the user an special content. If not, Drupal must show a warning message.