How wd I go about getting the auto title to form from the first 50 characters or so of the body?
I'm assuming a php snippet is required here, but I don't "know PHP" so if someone doesn't mind giving me a little code here for that, I'd appreciate.
How wd I go about getting the auto title to form from the first 50 characters or so of the body?
I'm assuming a php snippet is required here, but I don't "know PHP" so if someone doesn't mind giving me a little code here for that, I'd appreciate.
Comments
Comment #1
404 commentedsubscribing
Comment #2
aharown07 commentedGot an idea to look at comment.module and see how it constructs Subject field from the comment body.
I believe it happens here
So I suppose this is a clue, but I don't how to use it yet, especially in a node.
Comment #3
stormsweeper commentedSee my comment here: #369694: Creating title from node body text
Comment #4
aharown07 commentedThat's what I was looking for, thanks! I figured it wd have to be some PHP. Will give that a try ad post at #369694: Creating title from node body text