This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

source for changes to taxonomy_dhtml to accomodate a javascript package

I made some changes to taxonomy_dhtml in order to use OAT JS Dynaminc menu tree.

This display essentially gives each taxonomy a panel, selectable by a set of buttons, and it displays an OAT tree component for each taxonomy.

The changed source is available here at Open Source Copious

http://www.opensource-copious.org/downloads/

The basic work on taxonomy_dhtml was inspiring for this.

The Need For More Ad Injectors

The Adsense Injector module is probably one of the best modules I've ever seen here. It puts Drupal head and shoulders above most CMS systems in my view.

However, I know many publishers who would really like to see the same kind of module for things like Yahoo Ads, CrispAds, etc...

The ability to automatically insert ads into nodes is a fantastic tool that really needs to be replicated for different ad publishing programs.

I'm not a developer, unfortunately, so I'll put this one out to the community.

Help out with the Views support queue?

The Views issue queue is out of hand. In part this is because I have not had much time for it lately, and am only able to answer quick and easy questions.

There are > 100 support requests. I think a lot of these can easily be handled, if people who have used Views enough read them and spend a little time helping out. If anyone is interested in helping close some of these support requests, here is the Views support request queue

Latest 10 Images question ?

im using image module and wonder about is there a way to change it like latest5 or 10 photos.. .

i searched codes and found some lines that i think related ...

group by clause in views

I was going through the views module which is a fantastic module. I can use the order by and filter, but I could not see any group by clause. Does any one know how to do that. There is a group multiple values, but I could not find what difference it made to my view.

What I want to do is something like: Create a paged list view based on a specific field say date. Using the theme wizard, I could get the group by, but the problem is that nodes per page is always hardcoded in the view, where as I need it to be dynamic, because if the date A has (say 10 nodes) then it should show 10 nodes, and when I click on the page2, it should automatically show the number of nodes for dateB (and there could be just 5 nodes for dateB).
PS: I can use the argument field for date and get a list of all nodes for that date, but that is not what I want. I hope I could make it clear, for example it would look like:

  • node1.date1......
  • node2.date1......
  • node3.date1......
  • node4.date1......
  • node5.date1......
  • 1 2 3 4 5 .... next>> Last>>

    clicking on 2/next should show:

  • node1.date2......
  • node2.date2......
  • node3.date2......
  • Views - Recent content of viewed user with mysite module

    hi guys,

    hope anyone will help me.

    i use 2.x of mysite and included a view droplet named "my links"

    i want that a visitor will see the links of showed user.

    how i can do this?

    i tryd some agrs with the "UID = Author" Argument but dont work..

    any way to get mysite user id and use it with an argument ?

    
    global $user;
    
    $loggedin = $GLOBALS['user']->uid;
    $ownerid = $node->uid;
    
      return array(0 => $ownerid);
    
    

    what can i do this?

    greets

    Lausch

    Pages

    Subscribe with RSS Subscribe to RSS - Module development and code questions