I have just duplicated a multisite install to a live server from dev. I scp'd all the files and used mysqldump to copy the database over.
The main site, "example.com" works fine on the live server. I can browse it, log in as admin and do the necessary.
The sub-site, "example2.com" is showing but does not use the correct theme. When I try to log in as admin, I am denied access (incorrect username/password).
Both sites share the same user and content tables. This set up works fine on my dev server, but not for some reason, on the live server.
I have an autotext field that has to be unlimited but is likely going to need to start out with a minimum of 10 items. Currently, it always starts out with two items and an "Add another item" button. I would like this to start with more items before it is necessary to click the button. I have looked at hook_form_alter and $form["#after_build"] but I don't see any straightforward way to add more items by default. Any ideas?
I started building the website from the desktop version and now I want it to be appropriate for mobile devices..
From my experience using several powerful web development tools I have learned that it is best never to build a website as just one structure that morphs into different versions according to the user device. So what I intend to do is have a URL say www.site.com that would have the desktop version (for several desktop specifications) and then m.site.com for the mobile version that carters to all mobile devices.
I am trying to include a feature that displays events in a way that is shown in one horizontal portion of the website I am working on
The type of events that I speak of are such things as match/game fixtures,location of the event, summary of events that took place etc. I want to be able to add several info about the event as I wish.. I am building a sports website that has to provide this type of info to its audience and I have limited time to deliver...
We have a shed load of manuals, newsletters, general information sheets and notices hanging on multiple pin boards in a room they are untidy and never read due to space and the sheer volume. I have an existing drupal site and i was thinking of load them to the site and providing a viewing screen wall mounted in the room. Users could touch the thumbnail on the left open the file and scroll through the infromation all by touch control. Any ideas on what i could use it needs to be fast and totally controllable by touch only.