I'm trying to set up a website for my fraternity. Currently we are using mediawiki which isn't cutting it.
What I would like to have for each of our commitees is a page that lists the current and previous committee chairs(who may or may not have an account on the site), a description for the committee, special turnover information that should only be viewable by authenticated users, committee members, and events for the committee.
I searched through all the banner topics, and couldn't find the problem that I was having. Forgive me if I may have overlooked it.
I installed the banner module on Drupal 4.6. The banners upload, but only one banner will show in the block. Whenever I refresh it, that same banner is still there, but I have it set to '1' just like all the others. They're all in the same group.
Is there anyway one can have a random banner to show each time the page refreshes?
There are many translations available on my Drupal website. I want to make the menu from the selected language appear and hide the others. First I tought there would be a translation option from il8n module but I can't find if there is any. Then I would try with the URL but the "/en/" or "/fr/" is not recognized for the hide/show block dependant on URL. Here comes my question :
What is the easiest way to control menu visibility with language?
I seem to be able to run a variety of
echo exec("ls -l");
echo exec("pwd");
or
$uptime=shell_exec("uptime");
and i am able to output these results in a block or a blog post.
When i try to execute a python script, like say 'exec("python2.3 myprogram.py")', i dont seem to be able to get anywhere. Am i doing something wrong? is there a permisions thing? My python script outputs an image into a writable directory. This doesnt happen.