Je site is live en je bent op zoek naar goede links, immers zonder links geen bezoek! En al helemaal geen lekkere pagerank in de zoekmachines. Maar hoe vind je nu de juiste sites? Daar biedt ohallo.nl een oplossing voor. Lees verder…
Mijn nieuwe PC is voorzien van Windows 7 64-bit. Na het installeren van mijn officiele Office 2003, krijg ik elke keer de vraag om akkoord te gaan met de EULA. Accepteren brengt je wel in de applicatie, maar de volgende keer komt de vraag weer terug Lees verder…
If you use SuperCron for Drupal (who doesn’t?!) you can call the different invokes seperately. Very handy if you would like to check if there’s email via mailhandler every 10 minutes, without running the complete cronjob.
How? You will have to find the key named SUPERCRON_SAFETY_VARIABLE and this key can be found in the database table variables.
And then? You put in a cronjob for example like this http://example.com/supercron.php?safety=<your_found_key>&module=<the_module_you_want_to_invoke>
UPDATE: ok. that was too fast! the variable changes on every cron run, so this doesn’t work! I’ll post an update soon!
Normaal ben ik niet zo’n lezer, maar als een bekende (we volgden dezelfde studie en werkten voor dezelfde baas) een boek schrijft, dan wil ik het wel gelezen hebben. In het geval van Joseph al helemaal, omdat het gebaseerd is op zijn bijzondere situatie: onschuldig veroordeeld tot 10 jaar gevangenschap in een marokkaanse gevangenis. Lees verder…
I was trying to get a value in a views tpl. The value was a predefined list of text values. Views gave the key value, but of course i needed the string value.
content.module contains the function content_format() which does the job for you. More information about this function: http://api.audean.com/api/function/content_format/API+Reference