Hello all,
Firstly, thanks to everyone who makes contributions to this site and the modules that make Drupal go. I picked up Drupal 2 weeks ago (after playing with DNN for a few weeks) and am fairly far along in my site already, and picking up the nuances of Drupal as I go (and loving it). Without all the contributions, Drupal would not be what it is today.
I have a quick question about the forums module. I have ADV Forums installed (outstanding mod, among many very awesome mods here), but the problem I'm having is rearranging the reply/quote/delete/edit buttons at in the footer of the comments. Right now they're inline stacked with a line break between each, and I just want them to be flat on a single line. After reading up on this, I believe it has to do with the $links array being passed in and being run through the theme_links() ringer, however I'm not sure how to modify it to prevent it.
Here's the simple outputted HTML.
I apologize if this is a repost, as I haven't been able to find anything on it.
Thanks in advance, and keep up the awesome work!
Comments
Figured it out
Nix this question, I just firebugged this back to the ul.links li CSS in style.css defaulting display to BLOCK, thus forcing to line break... overrode it to INLINE, and all is well.
Keep up the good work everyone!
thanks for posting your fix.
thanks for posting your fix.
FYI, if you want to get code to show up (as in your original post), put it between <code> </code>