Unable to edit content types links

Hello,

On one of my website Drupal 6.x, when I edit content types, for example: page, its below links are disabled:

Submission form settings
Workflow settings
Image Attach settings
Page Title Settings
XML sitemap
Meta tags settings

All above links are disabled. I really need to edit XML sitemap to include it in XML sitemap, but unable to this. I tried after changing many themes, but no gain.

Thanks,
Vikash

Add theme_pager() on news page?

Hi All,
Have page with news. Want to add pager on the end of page:
I have follow code

    ...
    $pager_element = 2;
    $products_per_page = 5;
    
    $html .= '<div id="news-info">';
    $html .= $news_html;
    $html .= '<div class="news-pager">';
    $html .= theme_pager(NULL, $products_per_page, $pager_element);
    $html .= '</div><!--/news-pager -->';
    $html .= '</div><!-- news-info -->';

But when i open it, i doesn't see pager, Here is content of page:

Export/Import Content Types

I have "inherited" a work order system for county government that was created using Drupal by a programmer. I have attempted to create a copy of a content type using the export/import. When I copy the export code into the import code box, I receive this error "the import data is no valid import text".

Drupal 6 redirect after login

Folks,

I'm going crazy trying to redirect to a specific URL after login, I've found a ton of posts on it but it doesn't seem to work for me and I have no idea why.

ldap authenication & IPA ( 389 Directory Server )

I'm having an issue with the LDAP authentication. module in Drupal 6.34, in particular authenticating
against a IPA server. I been using the module successfully for some time to talk to
an OpenLDAP server. When i configure the IPA server as detailed below, I apparently do not
get any answer... normally the TEST button will immediately return with a success message.
With IPA I get nothing ... no error or message.

Does Drupal have this type of email optin module?

It's a bit like this:

http://bonusly.io/ctabar/

What it does is create an horizontal email opt-in bar (for a free report or something like that) along the bottom of the page that stays on the page as the user scrolls up and down through the page (a bit like how facebook, G+ like buttons do along the side of webspages).

Any help would be greatly appreciated,
Thanks,
Giddy

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x