block visibility based on number of logins?

I have a 'help' block that shows up for users. However, I would like for it to 'go away' after the user has logged in x times - or something along those lines.

I would like to use php visibility settings, but I also need to limit it to a specific page.

Thanks.

XMLRPC Changes with upgrade from PHP 4 to PHP 5?

Just thought I would throw this out there, in case the answer or a clue which will point me to the answer pops into someones mind.

Problem: < and > symbols are being stripped out of nodes which are being transfered from one site to another using the publish and subscribe modules. Therefore any html tags which exist in the body content are not being imported into the receiving site.

what is arg(3)

I'm coming across arg(3) is some code I'm working on. What is this in drupal??

Changed PHP Version and System Path > Login looses session

Hey there,

last week i've moved my community to a different domain and changed the PHP version on the server from 4 to 5. Everything seems to be doing ok. However when i try to log in with my admin account it looks like i'm logged in on the first page after the login process but as soon as i click somewhere else on the page i'm logged out again.

anyone an idea as to why this is happening? did i forget to change some settings when changing the domain?

cheers!

Kai

What is the process to get banner ad placement on drupal.org?

I have tried to contact Drupal Association few times but did not get clear answers.

Here are few ads that are placed on Drupal.org

http://www.gloscon.com/files/u13/upal_services___drupal_org_-_Mozilla_Fi...
http://www.gloscon.com/files/u13/nshot-Support___drupal_org_-_Mozilla_Fi...

Anyone knows about the process to get banner ad placement?

Call delete function - drupal

function Build_appt() {
.
.
.
			$output .= ' [' . l(t('delete'), 'cxr/appt/delete/' ) .  $cxr . ']';
				}
				$output .= '</div>';
				$output .= '<div class="cxr_msgt"></div>';
				$output .= '<div class="cxr_msg_body" id="msg_'.$id.'">';
				$output .= $cxr['msg'];
				$output .= '</div>';
				$output .= '<div class="cxr_msgb"></div>';
				$output .= '</div>';
				$output .= '</div>';
			}
			$output .= '</div>';
		}
		$output .= '</div>';
	}
	return $output;
}
// ---

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x