After following various posts concerning the common question, "What are your top x used modules," I noticed a pattern where certain modules are not as favoured due to 4.7 (officially released today) already including that functionality (or at least stated in those posts). Two modules that fall under this example are the feedback module and the troll module. Both are recommended against because they are no longer needed.
When I login in with my main account I can click on "users" and see a numbered list of users so I know exactly how many members there are. I would like my members to know this number also.
I've messed with the member and profile mods and while they create a nice list for my auth members to see but neither of them create a numbered list.
I've been using the following code to display a random list of users (not my code), but I'd like it to contain the custom profile fields like profile_blog_title and profile_blog_description.
I just installed Drupal 4.7 and the webcomic module, and it's almost exactly what I wanted, except that I can't figure out how to have the image load full-size when the page first loads. If I'm posting the most recent comic on my front page, it always shows up as a thumbnail. I've adjusted the settings in image and img_assist to show preview rather than thumbnail, but it still shows the thumbnail first. Is this the only way it can work or is there a setting I'm missing? Thanks in advance.
I am using Drupal 4.6.6 and I have a few custom forms I've written, and whcih are called thru Drupal nodes. ( created a php file and in the Drupal node I 'include' that php file ) I'd like to have the textareas of these forms tinyMCE enabled. Is there a ways to do a module invoke of the tinymce.module to accomplish this?