Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have developed an extensive library of company policies, procedures and knowledge base using MediaWiki. I would like to integrate this content into our up & coming drupal installation. Ideally I would like to maintain the MediaWiki syntax (so I don't have to train the users on new syntax).
Just made a start on the Drupal module development
(http://drupal.org/node/17914) tutorial but have falled rather heavily
at the first hurdle. I get the error:
I made a modifaction on profile.module to add a link like "user list" which is only lists "online users"...
The main idea was to copy the fuction on profile.module called "browse_profile" as "browse_profile_online" and change the sql query to select online users...
so that the line
$field = db_fetch_object(db_query("SELECT DISTINCT(fid), type, title, page, visibility FROM {profile_fields} WHERE name = '%s'", $name));
has to be changed to select for online online users...
i have installed banner module on drupal 4.6.3 and all banners are shown. Also the statistic counter from all views are shown to me as administrator (all banners are set to owner 1)
My Problem is now: there are no Clicks counted. I have set the Maximum total clicks: 0
what should mean that the banner is allowed for unlimited clicks.
In forums i didnt found an answer, please help if you know how to fix it.