The quote module works exactly as I'd like. However when using the forum (or advanced forum module) it puts the "quote" button on the very right in the node links section of comments -- to the right of the "reply" button.

I'd like the quote button to appear to the left of "reply", as it does on most forums. Is this something that I can change by hacking the quote module, or does the change need to be made within my theme? Either way, I'd greatly appreciate it if someone could point me in the right direction.

Comments

WildBill’s picture

Maybe try the Module Weights module? I'm not sure if that's right at all... but that's what I'm gonna try when I reach that point...

mherchel’s picture

same issue under drupal 5.x. Changing the module weight via the system table doesn't make any difference.

Any ideas?

WildBill’s picture

Since posting my first comment, I have done exactly this (with success) using the Module Weights module in Drupal 6.x.

caschbre’s picture

Which module are you using? The module weights module I saw has been terminated in favor of the utils module... but the utils module doesn't seem to change link order.

WildBill’s picture

Yeah, sorry, the latest Module Weights module is now a sub-module of Utils. Install Utils, enable Utils, System Module, and Module Weights. Then when you view your list of enabled modules, there will be a little weight field to the left of each module name.

Hope this helps!

WildBill’s picture

Status: Active » Closed (fixed)

I'm going to close this issue, because my comment above solves the problem. Re-open the issue if you're still having trouble.