This forum is for less technical discussions about the Drupal project, not for support questions.

I cant attach a file to a book

Hello!

i enabled the upload feature of drupal, i tried to attach a word document and a text file but i cant finish of the process when i click submit the page errored.

i am a noob and i hope you gusy can help me figure this out!

thanks a lot!

How Do I Make a Custom tpl.php File for This Page?

I've been reading about using custom tpl.php files for certain nodes/taxonomy terms, etc... but I'm still a little confused. Maybe somebody can point me in the right direction or flat-out tell me what to do.

Secondary Links won't display

I'm using a standard installation of 4.7.2, no other modules, bells, or whistles.
* Bluemarine theme, no modifications.
* Menu module is turned on.
* I entered links into the Primary Links menu, several levels deep.
* Checked admin/settings/menus page, both dropdowns say Primary Links.

Books and wikis

Is it possible to create a wiki using the book module? http://drupal.org/handbook/modules/book ?

Does the book module support "versions" of edits

Does anyone have any thoughts about this?

Create new pages

I've been playing with Drupal for about a week now and managed to figure out a lot of things. However, I'm still trying to figure out how to make a new dynamic page. Here is an example of what I'm trying to do:

Using the module flexinode I created a content type called "My Products" that generates nodes. I would like to create a view content page that allows you to view all of the nodes that were created through "My Products" for a specific user.

I would also like to be able to create a block that would list 3 or 4 of those items.

Thanks in advance.
Chris Cz

Getting left column to only not show when the front page for anonymous users is displaying

I have managed to get this to work before. But now I am using the frontpage module it's a little different. I've set the frontpage module default front page as "front_page". Also I have set the homepage to redirect to node/1 for anonymous users and /user for authenticated users. But I am now getting all the things I put in my page.tpl not to work. For example, I had a statement which said:

<?php if ( ! is_front ) ( ?>
<div id="left-column">
      <?php echo $sidebar_left; ?>
    </div>
    <?php } ?>

This made the sidebar only show it's not the front page. This works when I had the default frontpage setting in the frontpage module set to "node/1" and also had the redirects on for authenticated users to goto "/user"

But now I have front_page set as default frontpage, the statment deosn't seem to be working and I'm getting the menu showing up all the time. I have tried

<?php if ( arg(0) != node/1){ ?>
    <div id="left-column">
      <?php echo $sidebar_left; ?>
    </div>
    <?php } ?>

This seems to make the menu disappear all the time. I have also lost the correct formatting for just the frontpage for anonymous users where I used a statement:

<div id="<?php print($is_front ? 'middle-column-frontpage' : 'middle-column'); ?>">

so that I could remove any left padding for the middle content only when it's the front page for anonymous users. I'm not sure how I can get these statements and the frontpage module to work together.

Pages

Subscribe with RSS Subscribe to RSS - General discussion