Upgrading Drupal -> contents and navigation gone

Hey!

Problem is that I almost succesfully updated drupal 6.19 to 6.22 but something goes wrong... Every content, blocks and navigation buttons is gone!

I mean these are there but now I have to start over to example put blocks into their places... that's not big deal but how about navigation bar? I had lot's of navigation links >.<

After all I mean .... I have to rebuild my sites because of little update, is this how it is done?

What I did wrong?

Submit a form programmatically with drupal_http_request or CURL

Hi everyone,
Actually I want to know how to submit (post) a form programmatically with drupal_http_request or cURL to another Drupal site. That means the other site has to handle the hook submit.

Thanks for your help !

Groups of users who can edit each other's content

Hello Drupal forums! A Quick question, if you will:

I would like a way to create groups of users who can all edit each other's content, but not everyone else's.
So if user 'usrA' and 'usrB' belong to group 'grp1' and user 'usrC' belongs to group 'grp2', 'usrA' can edit anything posted by 'usrB', but not 'usrC'.
I hope this is clear enough. If it isn't just ask and I'll clarify.

I'm sorry if the answer to this is excessively obvious, but I can't seem to find the right module.
Many thanks!
-N

My submit button loses it's ajax properties

Hi everyone,
I have two Drupal websites SiteA and SiteB. I display the content of siteA somewhere on siteB. Every page from SiteA with ajaxed links works perfectly. BUT, when it's a form with a submit button with #ajax, the ajax functionnality doesn't work (the whole page is submitted and reloaded).
I realized that the submit button doesn't have the class "xxx ajax-processed" when it's displayed on SiteB. But when I'm directly on SiteA it's there.

So my question is, why the button doesn't have the "ajax-processed" anymore ? and how do i fix this issue ?

Clean URLs on D7 - Solved

UPDATE Solved - see http://drupal.org/node/1167698.

Hello all

Short version - D7, clean URLs not working, but working elsewhere on same hosting space.
Long version - proper writeup here: http://drupal.org/node/1167698

I would really appreciate some help thinking this through, or better still a pointer about which direction to go in.

Other things I have read already:
http://drupal.org/node/256410
http://drupal.org/node/54425
http://drupal.org/node/951042
http://drupal.org/node/5590
http://awebfactory.com.ar/node/101
http://www.desiquintans.com/cleanurls
(and some others)

Nothing in that list of threads sprang out at me as "oh that's it". I did find some things to wonder about though.

Firstly there's the area of putting Drupal in a subdirectory, which some issues seem to hinge upon.

As I said in the original writeup, a clean install in an ordinary subdirectory on the same bit of hosting did have Clean URLs working, with the default .htaccess file. So that implies that changing .htaccess isn't necessary on this host purely for being in a subdirectory.

But set up for an addon domain, does Drupal "think" it's in a subdirectory or not? and would that make any difference? Could that be causing it to get confused?

How to edit pager in template.php for a mobile theme?

Hi,
I am trying to set up a mobile theme for a website and the blog page contains a pager at the bottom (<< < 1 to 9 > >>).
Since this theme is for a website that will be used for phones and such, 1 to 9 is too big to have at the bottom of the screen. I have tried to edit the template.php to override the pager functions but I have had no success. I don't know how to access the functions and change the 'quantity' variable. All I need to do is change the 1 - 9 to 1 - 3. (Or just a "Previous - Next").

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x