Drupal is up and running but how do I ...?

Let anonymous users choose a theme

Does anybody know if it's possibile (and how) to let visitors (anonymous users) change theme?

I'd like to let people choose between two themes, for usability: one very nice, and one very simple and readable.

I saw something similar at http://themes.drupal.org/

Thank you all
gerlos

Inline images in forum ?

It has taken me a week to get the hang of drupal, but I must say I'm VERY impressed.
I am experiencing a problem, however. I would like users to be able to post inline images to the forum, but so far what I have is that logged in users can post images as such, but they are not contained in the forum message at all.

The inline tag just shows up as an inline tag in text if I add it (and the module is of course installed, access controls are ok etc.).

Any tips as to how to obtain this result ? Take a look at what is going on now, please:

From a working Drupal to a blank screen

I had Drupal working with the Taxonomy Access Module, and whilst trying to configure the Blocks module I entered the following code in the PHP pane.

I was attempting to display different categories for different users.

global $user
if (is_array($users->roles) && array_key_exists(4,3, $user->roles)) {
return TRUE;
}

It complained about the above code, but all was still working, unfortunatley I accidently deleted the (s) in the (exists),
and now the whole of the site has stopped working.

Allow special remote authentication AND require admin approval?

Say I have a personal website, that has content I only show to members, and I also have a livejournal presence.

Now say, that enough of my userbase on said personal site stems from livejournal users, I would like to allow livejournal users to log in via the livejournal.module freely without hassling with making an account on my site. However, I want to restrict all other account requests to admin approval, cause I don't want any random Tom, Dick, or Harry to be able to see my nudie pics and read about my anal fissure surgeries.

How would I do that?

Convert 2 databases into 1

Is there a way to take 2 data bases that are from the same site (an old back-up and the current data base the site is using) and convert them to one data base. Is there a way to move the data from the old data base into the new one? Gaining extra info from the older backup and keeping all the current info? I have access to mysql on my host and know how to backup and restore a database but that is about it.

I would be thankful for any info about this.

Test->Production.. last words of advice??

Hi all,

Finally the site I've been working on all year is due to hit the wider interweb!

I was hoping to glean some wisdom on the move from my windows/xammp test box to the linux production server.

What have been people's experiences of this procedure? in particular windoze->linux? & remote backup/restore of drupal databases?

My primary concerns are...

Pages

Subscribe with RSS Subscribe to RSS - Post installation