• With Project Manager, i am sorting members of a sports team (project id=1).
    There are the players (project cat_id=5) and the trainers (project cat_id=6), working together in the same team (that’s a wordpress page).

    I am doing this on the teams page:
    ——————-
    These are the players
    [project id=1 template=gallery cat_id=5]
    (generates a list of all players)

    And these are the trainers
    [project id=1 template=gallery cat_id=6]
    (generates a list of all trainers)
    ——————-

    all players and trainers are listed.

    But now, if i click on one of the names, the details page for that member shows up. Problem now is, that this generates this content:

    ——————-
    These are the players
    [The selected players details come here]

    And these are the trainers
    [The selected players details come here (again)]
    ——————

    So even if the player is not part of the trainers category, he shows up there a second time on details page.

    Any chance to avoid this?

    Thanks for your help
    Tom

    http://wordpress.org/extend/plugins/projectmanager/

Viewing 1 replies (of 1 total)
  • Hi and thanks for a fantastic plugin – just wish there was more support!

    I have the same issue as Tom, if you have more than one instance of the plugin on any given page, when you click through to the single dataset.php template, it returns that single dataset to EVERY instance of the plugin on that page.

    So I have a side widget showing the league table, and I have a main table of players and another table of team sponsors below that (3 instances of the plugin on one page)… if I drill down on any one of those (say a particular player or a particular sponsor), it returns those details in every area – in the league widget, in the players table, and in the sponsors table!

    HELP!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: ProjectManager] Double single entry due to two [project] elements’ is closed to new replies.