How to Build Social Networking and Resteraunt Website in Drupal 7

I am planning to build a College website which is like a Social Networking website using Drupal 7. How do I proceed achieving the functionality of a Social Networking Website like Facebook for instance. Are there any prebuilt theme that I can make use of or Do I need to hand code to achieve the desired functionality?

Multiple themes for the same page

I am working on a site where the same page needs to have different themes.

I am creating two modules:
1) Form module.
This module provides a block with a complex custom form (can't use a Drupal module for this because it's too specific)

2) Calendar module
This module also provides a block but with a calendar (also can't use a Drupal module for this because it's not just a simple calendar...it includes specific custom functionality)

Both blocks work by taking arguments from the URL (get) and deliver the result in the block contents.

I need to assign the blocks to the desired regions, but I need to be able to create a complete different page and block layout for the same functionality.

I thought of creating a new page for each client (who wants a custom page) With Themekey I can then specify the theme to use for the given page (based on url).

Now I can customize the theme as follows:
Within the custom theme folder I create page.tpl.php to create the layout and include the desired regions. The styling of the module blocks is done by linking the CSS files in the theme.info file. Because the theme is loaded with the CSS files, the form in the block can be styled with the css file. Optionally I can override block.tpl.php to provide a specific block layout (eg block borders?)

Premium theme vendors

Hi

I'm wondering if anyone can recommend a reputable theme vendor? I've hunted around but am underwhelmed with what's on offer and the good ones that ARE out there don't seem to support version 7.

Many thanks

Isn't it a bug about the core ajax.inc of drupal, it will refreshes when i sumbit

Hi, everybody,
Creating a ajax form in a page, when you submit data with ENTER key after you working done, that will refresh the page,
but you submit data with the mouse to click the SUBMIT key, it works, no refresh,
what happen to this, thanks.

Cannot disable dashboard in drupal 7

Hello to the community.

I am trying to disable dashboard in a drupal 7 recent installation
by disabling and then unistalling the dashboard core module

However it is still enabled !

There are no error logs, it just reports "Dashboard disabled"

Can anyone help?
What should I look at?

strip all html from a Image Field in a view

Hi, I'm trying to output only the filename for a Image field in my template
In the view I have tried to rewrite the output and strip all html but it still outputs the image
as a normal [img] tag. Could some1 plz help me=)

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x