I'm using the Rootcandy theme...

1. Tags are not appearing in the "write new message" page.

2. Messages view tags are appearing that the top above all threads

3. site/messages aka Inbox -- it's shifting the whole page including the base theme by about 20px down and 40px to the right. I can maybe give you some more feedback on that if it helps any.

Any suggestions please let me know and if I can assist in any way or should move to the dev release tell me.

Yani

CommentFileSizeAuthor
#3 messages.png33.46 KBakayani

Comments

berdir’s picture

1. Tags are not appearing in the "write new message" page.

This is not a bug, it's simply a missing feature.

2. Messages view tags are appearing that the top above all threads

I have no idea what you mean, screenshot please.

3. site/messages aka Inbox -- it's shifting the whole page including the base theme by about 20px down and 40px to the right. I can maybe give you some more feedback on that if it helps any.

This is a Rootcandy bug. It defines padding for all elements with the messages class. However, when you are on example.org/messages, body does contain the class messages (like it does for all url's) and is therefore padded.

The definition below probably needs to be updated to only match divs or whatever it needs to match, but not the body tag. Please create a new bug for Rootcandy and include my error description or even better, link to this issue.

.messages, .help {
background-position:10px 13px !important;
background-repeat:no-repeat !important;
min-height:37px !important;
padding-left:44px !important;
padding-top:10px !important;
}

As a general advice, confirm any visual bugs first with an offical theme like Garland and consider reporting an issue for the broken theme if it does work with Garland.

berdir’s picture

Status: Active » Postponed (maintainer needs more info)

Updating the Status get it off my list, please switch back to active when you can provide more information for #2

akayani’s picture

StatusFileSize
new33.46 KB

Obviously I'm assuming this should be at the bottom. I can't really see a valid reason for it to be at the top.

BTW I've used this module in a couple of rapid site building exercises and based a uni project on it. I think it has mega potential in a construction process to funnel communication into a single location. And I seriously appreciate how on the ball you have been putting this together.

berdir’s picture

Title: Tag and theme error » Display tag selection on new message form
Version: 6.x-1.0 »
Category: bug » feature
Status: Postponed (maintainer needs more info) » Active

You can configure this at /admin/settings/messages/filter, see "Position of the tagging textfield:".

Changing the issue since just #1 is left...

akayani’s picture

Follow up on this thread... http://drupal.org/node/648306

ptmkenny’s picture

Version: » 6.x-2.x-dev
Status: Active » Closed (fixed)

Closing, re-open if any of the issues are still occurring.