Forums

Join
bbPress Support ForumsTroubleshootingStrange views

Info

Tags

Strange views

  1. Hey,

    Maybe it's just getting too late now (02:12 am here in germany) or I am doing something wrong.

    I've added a new view-section called Posts since last visit.

    And when I'm on the specified view page it's calling the right function added via plugin, if I put in a echo it is displayed on the very top of my page (yeah ... it's an echo in the plugin-file, this seems correct).

    But everything I add to the variable $topics wont be displayed, the variable is always empty?! I need to add the topics array to this variable because the whole views template uses it ... but I can add anything, Nothing happens.

    Any ideas? Some small thing I'm missing?

  2. Bah ... I'm sure it was to late... i forgot to add global $topic; to my function -.-"

  3. You must log in to post.