Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6177827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:20:41+00:00 2026-05-24T00:20:41+00:00

I am a newbie in Drupal, I just created a module and try to

  • 0

I am a newbie in Drupal, I just created a module and try to display. But the block HTML code breaks all boundaries of the Theme. How we can control the HTML in blocks ?

For example my block code is

function node_example_block($op='list',$delta=0){

    switch($op){
        case "list":
            $block[0]['info'] = t('THIS IS EXAMPLE NODE EXAMPLE ');
            return $block;
        case "view":    
            $block['subject'] = "THIS MY FIRST SAMPLE BLOCK";
            $block['content'] = get_tree_data();

            return $block;
    }
}

function get_tree_data(){

    /*
     $output = HTML CODES HERE .....
    */
     }

return $output;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:20:41+00:00Added an answer on May 24, 2026 at 12:20 am

    I am not sure what you mean by “breaks all boundaries of the theme”. If that means that your theme goes wrong when you use that block, then the answer is simply that your HTML is wrong – it may contain unclosed HTML tags for instance.

    The only answer to that is to fix your HTML. You may want to use Drupal’s HTML corrector to see if that is indeed the problem :

    function get_tree_data() {
      /* fill $output */      
      return filter_filter('process', 3, -1, $output); /* Call htmlcorrector filter */
    }
    

    But I wouldn’t recomend keeping it this way, as having a bug in your HTML could merely be a symptom of a bigger bug which you should fix.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm a drupal newbie... I have created a block with View Module to list
I'm a drupal newbie (mean it :) I have a Block, created with View
Newbie question: I just installed VisualSVN Server and created a repository. I noticed that
I'm a drupal newbie... I researched but couldnot find :/ is there any predefined
I'm a drupal newbie... I created my blog post listing page with View. Everything
I'm a Drupal newbie plus I don't have much experience updating code, styles, and
I'm a newbie php guy. I have 1 string output from Drupal's date module
I'm a Drupal newbie, but have successfully installed it at a CentOS 5.5 Linux,
I'm a Drupal newbie. Is it possible to set up everything and deploy Drupal
Newbie question... The objective: I intend to have an HTML text input field as

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.