I've installed the cvs version of cck. It's working fairly well. How do I add "previous page", "next page" links? I have my posts in as book pages right now and will have to convert them over. How do I add "add a child page" and "add a sibling page" links? I searched on google and drupal.org. I did not even find anyone who asked this question.
I needed a custom module for my website. I experimented with CCK module, but the whole body goes to front page as teaser. Then I experimented with Flexinode and I marked a field to be used as teaser and only one line from that field goes as a teaser and the rest is ignored.
Can any one help me to make one of these modules work with a teaser ( 5-6 lines ideally) or suggest another module.
This is something so simple it is proving difficult to search for. Within a PHP block or module, what would I put within <?php > to spit out the page's url?
For example, say I wanted a link to post this page to del.icio.us:
I recently added a 4.7 branch for the Invite module. It has some new features and is more streamlined. There is a new API that lets other modules react to invite events. I used this API to make a buddylistinvite module that makes inviter and invitee buddies of each other when the invitee accepts the invitation.