if you want to delete page title follow this:
1- go to the theme files.
2- use editor to edit node.tpl.php
3- search for <?php echo art_node_title_output($title
4- change it to <?php echo art_node_title_output($title=""
Can anyone suggest me a good tool or a software for load testing a website. i want a software which produces a virtual users of 50 or more. Any help is appreciated
What improvements does druapl7 have, compared to drupal6? I installed drupal7 recently, I add some modules on it. Then, I found it seems not very stable. Program crashes sometimes, and some unknown mistakes reported. Is it normal? I want to create a site recently, so drupal6 or drupal7?
I know I can use something like global $base_url in my template and module files but how can users reference the base_url when adding content. Ideally I would like to allow my users to use a placeholder like {{base_url}}/images/image.gif when adding content.
Hello,
I'm struggling with the rendering of png images in IE and i would like to install a pngfix script to the head section but i don't know how to do it.