I have a feeling this may be something particular to my site since I don't see anyone else reporting it...but...

When I enable the module (for comment up/down) and I choose my settings (including a widget), the widget isn't styled at all when I view it on a comment (the text appears, though). I turned off CSS aggregation (and all other caching) and found that there are no stylesheets being included on the page.

Any thoughts?

Comments

marvil07’s picture

Status: Active » Postponed (maintainer needs more info)

Not sure about how to reproduce this, if you can provide specific instructions to do that on a clean install I will be happy to review it.

If you see the widget template printed, then it definitely passed through vud_widget_proxy(), and there the styles are included.

Rob_Feature’s picture

Status: Postponed (maintainer needs more info) » Active

I think it has something to do with the fact that I'm rendering comments myself (using a View) rather than using a standard comment display (the normal one included in the node) because I tried a similar module and the same thing happened. I think this may have less to do with the Views method (has displaying comments with Views been tested and it works?) than the fact that I'm rendering VUD in my comment.tpl.php manually and my own comments variable in template.php (basically embedding a block into my page.tpl.php)

I guess I'd see a few places this could get lost in my setup:

  1. In Views
  2. In a block display (I'm displaying a views block)
  3. In Quicktabs (I'm using a views block within a quicktab)
  4. In comment.tpl.php (I'm custom-adding the variable for VUD there)
  5. In template.php as I render the block for display in page.tpl.php

As I look at that, I realize this is a far from typical setup :) But, somewhere along the way, things are getting lost and if it's one of these points, it would be good (for everyone) to figure out why/where since no-doubt other people are using at least one of these to render VUD comments. Any hunch as to where the most likely place is that I'd lose stylesheets?

marvil07’s picture

Version: 6.x-3.0 » 6.x-3.2
Status: Active » Postponed (maintainer needs more info)

This are a lot of different scenarios. It would be great to knwo what works and what does not, so I can take a look in details.

BTW, moving versions.

marvil07’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)

Closing D6 issues, D6 releases are not supported now.
Please reopen as D7 if needed.