Hello. I made a new content type (name is website). And fields are;

title, (Web Site Name)

taxonomy, (tags)
technologies, (which technologies using, php, mysql, ajax etc.)

fields group - website (web site data)
websiteurl (web site url)
websiterss1 (rss)
websiterss2 (if there is)
websiterss3 (if there is)

fields group - blog (web sites blog data)
blogurl (bog url)
blogrss (blog rss)

body filter (somethings about web site)

fields group - image (web site images)
image1
image2
image3
image4
image5

fields group - Who Did It (max 5 content)
name (if it is a person his name, else company name)
url (blog or company web site url)
about him/her/it (something about him)
image (his image)

but, i cant a theme for it? i want to make;
Teaser;
-----------------------------------------------------------------
Web Site Name | FiveStar |
-----------------------------------------------------------------
WebSnap Preview | URL: web site url |
|------------------------------ |
|RSS: web site rss |
| (if there is) rss2 |
| (if there is) rss3 |
|-------------------------------|
|BLOG: blog url |
|-------------------------------|
|Blog RSS: blog rss url |
-----------------------------------------------------------------|
Technologies: php, ajax etc. |Tags: |
-----------------------------------------------------------------|

Full View;

Teaser +
-----------------------------------------------------------------|
Somethings about web site |
|
|
|
|
-----------------------------------------------------------------|

Who did it.
-----------------------------------------------------------------|
Image | Name: name | URL: Blog or web site url |
|-------------------------------------------------|
|About him |
| |
| |
-----------------------------------------------------------------|

May you help me? how can i do it? thanks..

Comments

sakarya’s picture

lelizondo’s picture

I've found this link: http://drupal.org/node/42597

The important part is this one:

Views now comes with a new module, views_theme_wizard.module, which will allow you to generate a theming function and template for your views if you happen to be using a PHPTemplate theme. At the moment it only works for list views, but these are the views that are actually difficult. Using the wizard is quite simple; select a view and run the wizard. It generates code for your template.php and a viewname.tpl.php which you can drop right into your theme directory. You can then make adjustments to this.

You'll need views and after you create your view with all the cck fields you're using, go to Admin -> Views -> Theme Wizard. Select the view, create the files, put 'em into your theme folder and edit using ccs. If you don't know how to use css maybe try using tables.

Let us know how it goes

Good luck

Luis

Luis