views.module cvs/4.7 not saving data

I just upgrded to cvs to get my hands on all that new functionality. When I compare drupal 4.4 or 4.5 to 4.7, the difference is mind boggling.

Anyhoo, I tried out the views.module in 4.6 and loved it. It's pretty powerful stuff for presentation of data. However, in the cvs version, when I add a 'view' and click save, nothing happens. The data is not being saved at all. Anyone have any idea why? Has anyone else experienced this issue?

wim

How do I modify the aggregator.module file to make RSS links open in a new window?

How do I modify the aggregator.module file to make RSS links open in a new window? My client does not want people to click the links, and be taken to the RSS site in the same window.

Thanks,

-John

How do I make a Question/Answer section

I want ot have a section where people can post questions, preferably without being a registered user but require them to put in there personal info, kind of like the comment module. Then I want the question/answer owner to be able to answer the question, and all of these questions/answers should readily availible to the user. The only thing I can come up with right now is a forum, but that's not really helping. Any ideas how I can do this? I guess it's kind of like a knowledge base.

Breadcrumb issue

I am having an issue w/ my breadcrumb because I do not use the standard nav block for my entire site. If the home page can be represented by "/" lets say people arrive at "/section" by a hardcoded link. So if I then go to a page on the "/section" page, say "/section/section2", my breadcrumb only reads Home > Section 2. The "section" link does not get included in the breadcrumb system. I hope this makes sense. Basically my breadcrumb reads:

Home > Section 2 > Section 3 > etc...

and needs to read

easy way to wrap existing PHP app

Hello All,

We've decided to run Drupal as our Intranet application, and we have a number of pre-existing PHP applications which we use (ie. timesheets etc). I was wondering if there is an easy way to wrap them into drupal as modules? ie. turn them into page nodes with all their own database code intact? etc.

Thanks, nick

Another Block Title alteration question

I've been using Drupal for a while now but am just starting to get into PHP. So please excuse me if I ask my question badly. :)

The question is: How do I make the Block Title only appear if there is more than one block visible?

I am developing a site for some friends and I'm using HEAD (4.7's CVS) because I've been dieing to test drive it and decided this project would allow that. http://www.dirigobaseball.org/

This site will be mostly static for now. Only a few registered users. There is only one block visible to the Anonymous User. But obviously, the Navigation Block will appear once a user is logged in. And there is one Book that will display the Book Block when the Book is being viewed. (http://www.dirigobaseball.org/miscellaneous) For a total of three blocks possible, depending on what you are viewing or if you are logged in or not.

Currently, I have the Block Titles only visible if a user is logged in. Using a custom block.tpl.php and the following code:

<div class=" <?php print "block block-$block->module" ?> " id=" <?php print "block-$block->module-$block->delta"; ?> ">

<?php global $user;global $user;?>
<?php if ($user->uid): ?>
<h2> <?php print $block->subject ?> </h2>
<?php endif ?>

  <div class="content"> <?php print $block->content ?> </div>
</div>

But what I want is for all the Titles to show up if more than one block is visible. Or if the user is logged in or if the Book Block is visible.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x