Hi, do you have documentation regarding the content type and view creation same as Blog.
I try to duplicate Blog view and create similar content type but is not display correctly...?
Thanks
Hi, do you have documentation regarding the content type and view creation same as Blog.
I try to duplicate Blog view and create similar content type but is not display correctly...?
Thanks
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
You can download & enable md_visual_features-7.x-1.0.zip, this module help you create content type, views...
You can read more here: http://support.megadrupal.com/docs/md-visual-documentation
(--edited--)
Best regards,
Neo Khuat
I download it and enable , blog and work already exist , how can i create blog2 content type and view blog2 ?
um, it's a little complicated. I'll create custom template files and send it to you with document
Hi, this is instructions:
- Go to Structure » Content type » Add content type and add "blog2"
- Add default image field to blog2:
- Go to folder sites/all/themes/md_visual/templates/ and copy node--blog.tpl.php to node--blog2.tpl.php
- Import views blog
- Edit this views: Click to "content type" and change blog to blog2. You can change path too.
Now you have blog2 content type and views blog2 page.
ok thx , but to apply the template to image i change field_image to the new one field_image1
you can use field_image, it's fine.
If you change to field_image1, you need to edit node--blog2.tpl.php and change lines 5, 7, 29 from 'field_image' to 'field_image1'