Using a name instead of Anonymous for anonymous users

I have set it so people can post comments anonymously but it always shows "Anonymous" as their name which is annoying when there are multiple comments. I'd rather have a comment then forcing people to register but it would be nice if I can see their name.

I got it set that visitors must leave their contact information.

Is there a way it can show their name? is it stored anywhere so I can just hack it in somewhere? I tried looking but I didn't find where the name was stored (even though the visitor is asked to fill it in, which makes no sense).

Some help with some easy php and css!

I have a multi-user blog setup on the site. The URL structure is

1) site/blog
2) site/blog/user-name
3) site/blog/user-name/blog-entry

Pretty standard. (1) shows a teaser list of all users and their entries, (2) shows the teaser list of that specific user, and (3) is the actual blog entry.

I have user pics in posts enabled and a node--blog.tpl.php. In the node--blog I do not display the user avatar on (3) because I have a customized block with the avatar, name, fields using views and set to display on (2) and (3). But on (2) is shows both the block and the avatar next to each teaser because in node--blog I have

<?php if ($page == 0): ?>
    <h2><a href="<?php print render($node_url) ?>" title="<?php print render($title) ?>"><?php print render($title) ?></a></h2>
    <div class="blogPic">
    <?php print render($user_picture) ?>
    </div>
  <?php endif; ?>

taxonomy listing help

Hello frns... Im using drupal 7 and im category and tag on taxonomy. what i want is if the user clicks on any category or tag the page shows the full content of post but it should show the list of post titles on that particular category. and i dont want to vies to generate the page i want to theming for this purpose.... so pls tell how to theme to get the post title listing for the taxonomy pages... if the taxonomy page has sub taxonomy it show child taxonomys else it should show post titles of that category... pls help me......

Feeds for particualr category in particualr blog

Hi
I have imported feeds from various sports sites with different topics like basketball, cricket, soccer etc and have blogs with same category, now I want to show latest feeds related to that blog category i.e. if user has posted blog related to basketball then it show top 5 news items from basketball feed only into that blog same for soccer top 5 items related to soccer blog from soccer feed.

Can anybody please let me know how to do this, it is really urgent.

Thanks

Datatables module and views: how rewrite an html tab with datatables.

Hi to all, i would rewrite a simple html table using views + datatables.

How can I do this? I didn't found any userful (for my low drupal-level) guide/how to.

I'm very sorry for my bad english. Thanks.

Overriding menu items to use ajax / Good coding practices question.

I just starting working on my very first drupal website and currently i am creating a new theme and i have some good coding practice questions.

For my theme i want to override some menu items to use ajax instead of traditional links. For proper theming practices should i do this through template.php/ some other backend procedure or using pure jquery in a tack on JS file?

If i should do this through php, how can i accomplish this?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x