I have found that the length of teasers in 4.7beta appears to be governed by when you have a line break. For example if you press enter in your post to create a new line, this is where the teaser will show up to. I have found this means you can end up with really long teasers! Is this a bug or a feature? if its the later is there a way to turn it off?
Thanks
I'd like to theme the blog_link function in blog.module to
change the way my links are displayed. After a bit of research it seems
that I've to change the function itself to achive this effect. I don't like this
solution.
However it occured to me that maybe it could be done by overwriting an
hipothetical theme_blog_link function in phptemplate (that same way we theme users' profiles).
I want to put stome statistics in a block but there is no point in doing all the database accesses every time a
page is rendered to recalculate the stats as the stats won't change fast at all. I would like to calculate them once when someone logs in and then I presume the best thing is to store them in a global variable. I will also store the time and then recalculate every hour or so.
How do I actually do that? I also assume that having the same name won't affect multiple logged in users who will have different stats values?
(I'm using Drupal 4.7 beta2 and the Flexinode Module from 4.7.x )
The first problem is I can't add an image field to to the node: Fatal error: Cannot use object of type stdClass as array in /home/concilio/public_html/modules/flexinode/field_image.inc on line 137
Second Problem concerns the trimmed version of a node. The trimmed version is just one line of text - braeking in the middle of a word followd by ... in the next line.
I'm working on creating a site where aspiring comics creators can come to share informaton and get tips from the pros. It would be awesome if they could upload their own comics, too, sort of like at DrunkDuck.com or Keenspace. I tried the comics module, but it seemed a little stiff to my test group. No one could figure out if it would let them each have their own comics or what, and there was much confusion with the "sequence number" in the interface. Does anybody have any experience with this module or can you suggest a different module that can do what I am talking about?