Drupal is up and running but how do I ...?

HTML filter questions

Hi,

I took a look at the HMTL filter but for some reasons it doesn't quite appeal to me. The main reason is that it filters out comment tags, which I need for the teasers (among other things), and I can't figure out how to add the comment tag to the allowed tag list. Is there a way to do that?

If not - is there any way to make HTML filter only strip out certain tags and allow everything else? This blacklist style would help in certain situations.

Any advice is greatly appreciated.

Regards

Alex

Dumb and lazy question about php template bluemarine

How do I make bluemarine about 80% of the browser window instead of the current 100%?

How in spreadfirefox?

I have some problems with this theme the first is I can´t get de right edges of the right sidebar block rounded correctly.

anyone know how?

pager_query will only display the first page of results

I was succesfully able to get my first page of results to appear with a call to pager_query(). When I click to go to anypage off of that, I am brough to the initial page of drupal....ie. It gives me the text like I have not added any nodes yet.

I have tried putting it in pages and stories with the same result. After looking at the links for a little while i did notice that it was not referencing my node properly (node 3 in this case).

here is the code im trying to use (sorry its long):

<?php
global $user;
$query= "SELECT * FROM {prompts}";
$count= "SELECT COUNT(*) FROM {prompts}";

$sql = pager_query($query, 25, 0, $count);

$output .= "

";
$output .= "
";
$output .= "

";
$output .= "

";
$output .= "

";
echo "

";
$output .= "

";

while ($anode = db_fetch_object($sql)) {
$output .= "

";
$output .= "

";
$output .= "

";
$output .= "

";
$output .= "

";
$output .= "Company Name";
$output .= "
";
$output .= "Prompt System";
$output .= "
";
$output .= "Phone #";
$output .= "
";
$output .= "Site URL";
$output .= "
";
$output .= $anode->NAME;
$output .= "
";
$output .= $anode->PROMPT;
$output .= "
";
$output .= $anode->PHONE;
$output .= "
";

if( $anode->SITE == "NONE" ){
$output .= $anode->SITE;
}

Make Poll Choices Linkable?

How hard would this be? Each poll choice link to a relevant url?

Help! Periodic 500 errors.. Is it on my end or Yahoos??

Well.. Site was working awsome and then today it decided not to. I am getting periodic 500 errors.. Sometimes it's the main page.. Then I reload and it works. Then I go to Administrate and I get a 500 error.. Reload a few times and it works! Then I go back to front page and it takes 30 secs to load then I get a 500 error. I am sure Yahoo is going to tell me it's on my end but this seems server related. Any help would be appreciated. Everything was working great before today.. Another thing.. Sometimes, the blocks, espectially the shoutout block has a 500 error.

Pages

Subscribe with RSS Subscribe to RSS - Post installation