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.
Well I got a wish and since a lot of people always have wishes I thought about a module which is actually similar to a shoutbox but then limited here is an example. I call it the wishout. Most visitors dont got much to comment but I ams ure they always have wishes.
I have a block page that needs to have links to itself using varaibles, i.e., mypage.php?pg=2, 3, 4 and so on.
I've tried:
?q=node/64/pg=2 and
?q=node/64/mypage.php?pg=2 and several other link strings that don't work.
Any suggestions? my first question to this forum - a forum search didn't help.
I really like the idea of showing the 'Recent comments' block... so far I have modified it to show just the Subject and the full comment. However, some comments are very very long.
Would somebody be able to add a bit of code which shows the first 6 words of a comment?
I would like to create a simple module (e.g bookmarks) with folder management. Users can create any folders or items on it. In fact, it is similar to the menu system in drupal. But the folders/items should not be stored in the {menu} table in the database. I guess there should be some functions which can be reusable to help me in doing this part. Could anyone give me some ideas ?
I'm integrating the taxonomy_context module into my site. It works perfectly on the actual node pages, but fails to work on the specific main node type pages (blogs, forums, etc).
How can I get the taxonomy_context block to appear on these overview pages? Am I missing something obvious?