Az utókornak:
Hi Gabor, Absolutely! I'm glad to see that the code continues to be useful! :) Consider it GPL'd. Cheers, -Jeremy On Wed, 26 Mar 2008 09:59:36 +0100 Gabor MICSKO <gmicsko@xxxx> wrote:
Hi Jeremy! I've created a forum center block for Drupal 5.x which is heavily based on your previous work. Actually i extended, modified your code a bit, but not to much. Someone asked me to relese this code to public. So i would like to ask your permission to do that. Thank you! Regards, On Thu, 2006-05-04 at 09:23 -0400, Jeremy Andrews wrote:Hello Gabor, I have not updated the module for 4.7, but after a quick glance at the code I don't see any reason for it to not work with 4.7. The primary API change in 4.7 is form handling, and the forum_addons module does not generate any forms. Best I can offer is, try it. Cheers, -Jeremy On Thu, 04 May 2006 11:35:13 +0200 Gabor MICSKO <gmicsko@xxxxx> wrote:Hi Jeremy! Your Drupal recent forum posts center block very useful for me. I would like to upgrade my site from Drupal 4.6.6 to 4.7, but - as you mentioned early - 4.7 have different API... If you have.. could you please send me an updated version (which compatible with 4.7) from this module? Thank you very much! -- gmicsko @ kerneltrap On Fri, 2006-02-03 at 07:41 -0500, Jeremy Andrews wrote:Can you give me some pointers about how can i put this stuff to center position (left & right works well)?I hacked my theme, calling it directly from the theme. Each theme is different, so how you do this may vary greatly. My theme is three column, the left column is created first, then the center column, then the right column. I looked for the code "theme_blocks('left')", then shortly after that I added something like: $uri = request_uri(); if ("$uri" == '/' || "$uri" == '/index.php' || "$uri" == 'node') { forum_addons_latest_posts(); } I hope that helps. (In 4.7 there are additional regions defined, so you'd be able to simply enable the block and place it in the upper center region.) Cheers, -JeremyOn Tue, 2006-01-31 at 09:11 -0500, Jeremy Andrews wrote:Hello Gabor, Sorry for the delay, I've been offline sailing in the caribbean for the past ten days. The module is attached -- I had a better version once but seem to have lost it. This is the code I'm currently using. Cheers, -Jeremy-- http://kerneltrap.org/ Jeremy Andrews - Owner