I hope someone can help clear this up for me. I am new to drupal and trying to get a URL structure that looks like this. http://www.domain.com/sports/baseball/mets/page_title where both the page /sports/ and the page /sports/baseball/ also contain content. In other works /sports/ would contain info on all sports while /sports/baseball/ would contain info on all the baseball teams.
Once I upgraded to Drupal 4.7 I could no longer login from the login_block (even though the /user page works fine.). No idea why this happens, especially since the /user page works fine ...)
So I changed things a little to force the login_block to point to the '/user' page.
In the user.module file look for the user_block() function. You will see a "switch(delta)" statement. In "case 0" make the following changes:
I'm trying to build a cutom block using Flexiblock. My problem is that I cannot add content in the form of links into the block body. all that i can get is a link that says more, which leads to a catagory that i've selected.
Using the regular block function i can add content by placing it in the "body" field when creating the block. how can i get the same result using Flexiblock???
my ex has tared up my 3 websites on his host. I will get those 3 files onto my host tonight (its 5g or more so I'll try for tonight). We are both using the same host. But my domain name is now different.
I have never done this server stuff before, so I really don't know what to expect. If my host is unable to help me is there anyone here would would be kind enough to take the time to assist me through this? I will read up on how to install it, but is that enough as the sites are already made & were working?
I don't know what happened, but recently my homepage has started giving a 404... it might have been as a result of something pathauto did, that's the best I can guess, but I don't know where to go from there. At the moment I have the changed my site settings to make the default front page point elsewhere (to a page listing all content), but this means I have no direct control over what appears on my home page.
Any advice on troubleshooting this issue to make the special node "/node" work again?