Hi,
I need someone to help me with my Drupal site. You must know the Drupal system well and code in php. Please contact me at infomoon2003@yahoo.com. Thanks.

Comments

stephenhendry’s picture

What do you need help with exactly. It would be best to post your problem to everyone then you can get more input. The thing you are trying to do may of been done all ready.

blaze7716’s picture

My site is www.electronicforextrading.com. Here is what I need:
1. Hack and eliminate the dates that appear under the categories
2. Change the code so that each category stays in a predetermined position and does not change its placement when new content is added. The weighing system does not seem to be working.
3. Change the code so that the rss feeds open in new window when clicked on.
4. Provide useful suggestions to improve this new site

kbahey’s picture

1 and 2 can be done by using any of the *menu modules, for example, taxonomy menu or site menu.

By 3, do you mean the block titled syndicate?
What needs to be change is the function

function theme_xml_icon($url) {
  if ($image = theme('image', 'misc/xml.png', t('XML feed'), t('XML feed'))) {
    return '<div class="xml-icon"><a href="/'. $url .'">'. $image. '</a></div>';
  }
}

To be:

function theme_xml_icon($url) {
  if ($image = theme('image', 'misc/xml.png', t('XML feed'), t('XML feed'))) {
    return '<div class="xml-icon"><a target="_blank" href="/'. $url .'">'. $image. '</a></div>';
  }
}

4 is to generic and subjective. Need to be more concrete.

--
Consulting: 2bits.com
Personal: Baheyeldin.com

--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba