This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Proposed module: Managing static content in files

I would like to build a module that addresses the issue of rapidly
creating and adjusting static content pages. But first, I'd like to know
if something like this exists, and if not, if there might be any
inherent problems in building a module of this type.

THE PROBLEM

Our company develops and maintains a number of small sites that contain
a good bit of static content. With our current, non-Drupal system, we
can rapidly create static pages, and more importantly, adjust them by
keeping a browser window and our editor program open at the same time,
save adjustments to a page and quickly refresh the page in our browser
to test it. A simple adjustment can be made and tested in a couple of
seconds. With Drupal, there are a number of factors that make editing a
static content page much more time-consuming and difficult. This can
amount to an additional overhead of several hours a week in development
time, which makes this part of developing in Drupal fairly unattractive.

THE DRUPAL METHOD OF EDITING STATIC PAGES:

1. Navigate to the page you would like to edit (or you can go to the
manage content screen and search for the content).
2. Click the "Edit" button, which adds another page refresh.
3. To edit using a TinyMCE, you may need to click another link to
display the correct formatting.

primary links and breadcrump

Hey,

I am willing to use tabs (like 'Forum', 'Downloads') on my site, and for each tab, there will be a different menu. So on the 'Forum'-pages you will have the 'forum'-menu, on the 'Downloads'-pages, you will see the 'Download' menu.

How do I have to build these menu's so that te breadcrump mentions the terms 'Forum' and 'Downloads'? I gave it a try at www.bestopia.be/dries/drupal, but is doesn't seem to work to get the breadcrump correct.

thanx,
Dries

active menu items

Take the layout of this website: on top you have the tabs 'Support', 'Handbooks' etc.

I would like to use tabs on my website as well, but I would like to use a different background image for the tab while the visitor is browsing that part of the site. e.g. I want the tab Forum to be red when the visitor is visiting a page whithin the forum-part.

With other words, how can i investigate the path 'forum/' or 'forum/topic1'? to determine whether of not i am in the 'forum' part

Add data to user in session

Hi,

I am currently trying to add some data to the user-object in the session. But it does not work, as I thought it might work.

My problem:
After clicking on a link, some data is written to the database. Additionally, I want to add the data to the current user-object. But just adding another field to the object does not seem to work:
global $user;
$user->ignores[]=$uid;

Windows Live ID support

Is anybody developing a windows live id module for drupal? Microsoft released the SDK for Windows Live ID.

http://winliveid.spaces.live.com/blog/cns!AEE1BB0D86E23AAC!908.entry
http://www.microsoft.com/downloads/details.aspx?FamilyId=8BA187E5-3630-4...

Module Testers Wanted

The module stops site rippers and scrapers.

The code is thanks to Alex Kemp at http://forums.modem-help.co.uk/viewtopic.php?t=783. The porting to drupal was done by "lionfish". I can't upload tar balls so if you want copy of the module use the contact information.

Regards

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions