Answers module voting is not appearing for users

Hello people,

I am trying to implement the answers module in my drupal 7 installation.

After installing and enabling the module posted a question and an answer as well as another user. There is no rating appearing

Any idea how to handle this ?

Stats for authors D7

Need a solution enabling gg analytics data ( total page views, visitors etc ) to be displayed by path and restricted to author of the content at the path. In other words, we want to show page views next to the content authored by the currently logged in user. We want to use analyitcs rather than core statistics mod.

PLEASE DO NOT RESPOND UNLESS IT IS IN DIRECT RESPONSE TO THIS JOB.

Clean pager solution for D7

Need "Clean Pager" ( http://drupal.org/project/cleanpager ) module ported or a similar solution implemented for D7. All quotes and any thoughts welcome.

How to use comments / fivestar ratings on users and not nodes?

I want users to be able to rate and comment on other users but i cant seem to find a way to do this besides the user points stuff.

function to open all links in new windows?

drupal 7.x,


is there a function we can add to the admin panel which allows toggling of how links are opened? i.e. off/on for open in new window?

https stickey after logging in

I'm running in a LAMP environment have set up SSL for the /user/* and the /admin/* paths. But the https protocol is retained from that point on.

    Use case:
  1. User logs in under SSL (https:// protocol)
  2. User navigates to other public page by clicking a menu item or breadcrumb link.
  3. The client remains under the https:// protocol instead of the http:// protocol.
    In order to map the https:// site I had to do this:
  1. Add a virtual server for the SSL protocol, port 443
  2. Add the following rewrites:
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{REQUEST_URI} user
    RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{REQUEST_URI} admin
    RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]
  3. All was good, except that navigating away to /forum as an example, retained the https protocol, as in https://www.mysite.com/forum.
  4. Then I added the following, which didn't work, because it would create a ping pong effect on the request, but I think I'm on the right track.
    RewriteCond %{SERVER_PORT} 443
    RewriteCond %{REQUEST_URI} /
    RewriteRule ^(.*)$ http://www.mysite.com/$1 [R,L]

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x