dsd business internet
Building a carsales

website with


Form2Content
René Kreijveld ! @renekreijveld



J and Beyond 2015, may 29th 2015
1
dsd business internet
René Kreijveld
• Webdeveloper at dsd business internet

php | html | css | mysql | javascript | jquery | linux
• Social media:

! https://twitter.com/renekreijveld

" https://nl-nl.facebook.com/rene.kreijveld

# https://instagram.com/renekreijveld

http://www.slideshare.net/renekreijveld

$ https://github.com/renekreijveld

% https://www.linkedin.com/in/renekreijveld
• Personal: play drums, music, reading

movies, huntingdog training with Mila, my Bracco
Italiano
2
dsd business internet3
Mila
dsd business internet
Form2Content
• Content Construction Kit (CCK)
• Many field types
• Data collection through data entry forms
• Store collected data with a predefined layout into a
Joomla article
• Data can be altered later, the Joomla article is then
refreshed
• Result: very structured and consistent Joomla
articles without HTML knowledge for the editor
4
dsd business internet
Content types
• Define the type of content
• Contain default settings for the Joomla article

(title/category/metadata etc.)
• Define the fields in the content type
• Example content types:



Blogpost, News article, Event description; Car,
Client profile
5
dsd business internet
Field types (bold = pro version)
• Checkbox
• Database lookup (single)
• Database lookup (multi)
• Date picker
• Display list
• E-mail
• File upload
• Geo coder
• Hyperlink
6
• IFrame
• Image
• Image gallery
• Info text
• Multiselect (checkbox)
• WYSIWYG editor
• Textarea
• Textfield
• Select list
dsd business internet
Templates
• There are three kinds of templates:
• Template for the article intro text
• Template for the article main text
• Template for the data entry form
• Template language: Smarty, combined with HTML,
CSS, Javascript
7
dsd business internet
Smarty
• Template engine for PHP
• {if} … {else} … {/if}
• {foreach} … {/foreach}
• {php} … {/php}
• Date/time functions
• Variables
• And more, see: http://www.smarty.net
8
dsd business internet
www.form2content.com
• 2 versions: LITE (free) and PRO (paid)
• PRO: more options, bigger content types, more
field types



http://www.form2content.com/faqs/f2c-pro-lite-
comparison-chart
• Extra extensions: f2c search, submit mailer, 

edit article button, related articles plugin & more
• € 35,- 6 months / € 50,- 12 months
9
dsd business internet10
dsd business internet
www.form2content.com
• Couponcode:



J!ANDBEYOND2015

• 25% discount for all extensions
• Valid until july 24th
11
dsd business internet
Carsales website
• Every car is described in one article
• Articles go into category “For Sale” or “Sold”
• Properties: brand, type, registration id,
transmission, fuel, year, milage, price, description,
pictures
• Frontend contentmanagement with Form2Content
• Three additional extensions:

Akeeba Backup, JCE, NoNumber Modals
12
dsd business internet
Category setup
13
dsd business internet
Content type: Car
14
dsd business internet
Add fields
15
• brand - text
• type - text
• transmission - single select list (dropdown)
• fuel - single select list (dropdown)
• year - single select list (dropdown)
• milage - text
• price - text
dsd business internet
Add fields
16
• description - multi-line text (editor)
• images - image gallery
dsd business internet
Content type fields
17
dsd business internet
Menu item Cars for Sale
18
dsd business internet
Menu item Edit cars
19
dsd business internet
Demo car entry
• http://carsales1.demo/
20
dsd business internet
Content templates
• Default intro template is for the intro text
• Default main template is for the main text
• Great tool to find all fields in the template
• Templates are stored in:



/media/com_form2content/templates

• Helpful: template cheat sheet
21
dsd business internet
Default intro template
22
dsd business internet
Desired layout
23
dsd business internet
Template basics
• {$JOOMLA_TITLE} - Article title
• {$JOOMLA_ARTICLE_LINK} - Link to article
• {$JOOMLA_CATEGORY_ID} - Category ID article
• {ldelim} - Left delimiter { (plugins)
• {rdelim} - Right delimiter }
• Select list/Radio buttons

{$FIELDNAME} - Chosen value

{$FIELDNAME_TEXT} - Displayed value
24
dsd business internet
Template basics
• Image gallery:

{$FIELDNAME} - Pad naar folder met foto’s

{$FIELDNAME_PATH_ABSOLUTE}

{$FIELDNAME_PATH_RELATIVE}

{$FIELDNAME_URL_ABSOLUTE}

{$FIELDNAME_URL_RELATIVE}
• {$FIELDNAME_URL_ABSOLUTE}thumbs/
{$FIELDNAME_IMAGES[0].FILENAME} - 

First image
25
dsd business internet
Template basics
• {foreach from=$FIELDNAME_IMAGES
item=GALLERYIMAGE}

<a href="{$FIELDNAME_URL_ABSOLUTE}
{$GALLERYIMAGE.FILENAME}">

<img src="{$FIELDNAME_URL_ABSOLUTE}
thumbs/{$GALLERYIMAGE.FILENAME}">

</a>&nbsp;

{/foreach}
• Template cheat sheet
26
dsd business internet27
Intro template
dsd business internet28
Main template
dsd business internet
Apply new template
• Modify content type
• Modify the already entered content item



Show me
29
dsd business internet30
Details button
dsd business internet
Details button
• The View details button is not needed in full article
view.
• This can be fixed by adding a small css snippet:



• This snippet is added to the intro template.
• We then need to refresh the articles.
• Modify template

31
dsd business internet
Putting it all together
• Multiple cars
• Added database lookup for Brands
• Added the Form2Content search
• Added Edit article button plugin



http://carsales3.demo
32
dsd business internet
Final thoughts …
• With F2C you can accomplish very structured and
consistent frontend article editing.
• Modify a template and very easy update all your
articles.
• Frontend: you will need Mootools.
• You can create templates for the forms. Combined
with jQuery you can create very powerful dynamic
forms.
• You have seen just the basics :-)
33
dsd business internet
Questions?
34

More Related Content

PDF
Beyond Polymer - JUG Summer Camp - 2015-09-18
PDF
State of jQuery June 2013 - Portland
PPTX
Web Development
KEY
Why You Need a Front End Developer
PDF
Extend Joomla Forms Using Plugins
PPTX
jQuery - the world's most popular java script library comes to XPages
PPTX
Spsat nyc19 190621150118
PDF
Highly Maintainable, Efficient, and Optimized CSS
Beyond Polymer - JUG Summer Camp - 2015-09-18
State of jQuery June 2013 - Portland
Web Development
Why You Need a Front End Developer
Extend Joomla Forms Using Plugins
jQuery - the world's most popular java script library comes to XPages
Spsat nyc19 190621150118
Highly Maintainable, Efficient, and Optimized CSS

What's hot (20)

PDF
What the heck is HTML 5?
PDF
Component Driven Design and Development
PPTX
HTML5 and Joomla! 2.5 Template
PDF
Web Standards
PDF
HTML5 & Friends
PDF
Breaking up with Microsoft Word
PDF
Developing Custom WordPress Themes for Clients
PDF
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
PDF
Responsive & Responsible Web Design in DNN
PPTX
Extending & Scaling | Dallas PHP
PDF
Building a Better Web with HTML5 and CSS3
PPT
WordCamp Boston 2012 - Creating Content With Shortcodes
PPTX
Real World SharePoint Debacles
PDF
State of jQuery '09
PDF
Stop reinventing the wheel: Build Responsive Websites Using Bootstrap
PDF
Rapid WordPress theme development
ODP
Moving from Web 1.0 to Web 2.0
PDF
HTML5 and CSS3: does now really mean now?
PDF
Building Mobile Applications with Ionic
PDF
The benefits of BEM CSS
What the heck is HTML 5?
Component Driven Design and Development
HTML5 and Joomla! 2.5 Template
Web Standards
HTML5 & Friends
Breaking up with Microsoft Word
Developing Custom WordPress Themes for Clients
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
Responsive & Responsible Web Design in DNN
Extending & Scaling | Dallas PHP
Building a Better Web with HTML5 and CSS3
WordCamp Boston 2012 - Creating Content With Shortcodes
Real World SharePoint Debacles
State of jQuery '09
Stop reinventing the wheel: Build Responsive Websites Using Bootstrap
Rapid WordPress theme development
Moving from Web 1.0 to Web 2.0
HTML5 and CSS3: does now really mean now?
Building Mobile Applications with Ionic
The benefits of BEM CSS
Ad

Viewers also liked (6)

PDF
Going live with a Checklist
PDF
Een autodealer website bouwen met Form2Content
PPTX
Sitemap Templates by Creately
PPTX
Unique.! This is professional, clean, creative, simple presentation template..
PDF
Web Development on Web Project Report
PPTX
System Analysis and Design
Going live with a Checklist
Een autodealer website bouwen met Form2Content
Sitemap Templates by Creately
Unique.! This is professional, clean, creative, simple presentation template..
Web Development on Web Project Report
System Analysis and Design
Ad

Similar to Building a Car Sales website with Form2Content (20)

PPT
Justify and implement e-eusiness
PPTX
10 Minute Powerpoint
PPTX
Automotive guerrilla marketing for car dealers using social media and web 2 0
PPTX
Automotive guerrilla marketing for car dealers using social media and web 2 0
PPTX
Automotive guerrilla marketing for car dealers using social media and web 2 0
PPTX
Digital dealer conference automotive guerrilla marketing using social media v2
PPTX
Digital dealer6 web20-guerrillamarketing-v2
PPTX
2010 entrepreneur meeting
PPT
Search And Web 2.0
PPT
Marketing and-branding-for-geniuses mad-genius
PPT
Web Development Company India
PPTX
Digital Dealer UGC Social Media Marketing Networks
PDF
Seo Analysis Report
PPTX
The website business! agr 399
PDF
Transitioning Traditional Business to the Web
PPT
srdc.msstate.edu
PPTX
Rise of web world
PDF
Web factories sales presentation- August2012
PPT
Webvirtue – Website Design Company, Web Application Development Company India
PPT
E commerce
Justify and implement e-eusiness
10 Minute Powerpoint
Automotive guerrilla marketing for car dealers using social media and web 2 0
Automotive guerrilla marketing for car dealers using social media and web 2 0
Automotive guerrilla marketing for car dealers using social media and web 2 0
Digital dealer conference automotive guerrilla marketing using social media v2
Digital dealer6 web20-guerrillamarketing-v2
2010 entrepreneur meeting
Search And Web 2.0
Marketing and-branding-for-geniuses mad-genius
Web Development Company India
Digital Dealer UGC Social Media Marketing Networks
Seo Analysis Report
The website business! agr 399
Transitioning Traditional Business to the Web
srdc.msstate.edu
Rise of web world
Web factories sales presentation- August2012
Webvirtue – Website Design Company, Web Application Development Company India
E commerce

More from René Kreijveld (7)

PDF
Tips en Truuks JUG Zuidoost 15 mei 2014
PPT
Joomla componenten bouwen met Component Creator
PDF
Bandwidth optimisation in Responsive Webdesign - J&Beyond, june 1st 2013
PDF
Data optimaliseren voor tablet en mobiel
PDF
JMonitoring, powertool voor Joomla!
PDF
The power of unix scripts for Joomla!
PPT
RsFormsPro Multipage Forms with PDF output
Tips en Truuks JUG Zuidoost 15 mei 2014
Joomla componenten bouwen met Component Creator
Bandwidth optimisation in Responsive Webdesign - J&Beyond, june 1st 2013
Data optimaliseren voor tablet en mobiel
JMonitoring, powertool voor Joomla!
The power of unix scripts for Joomla!
RsFormsPro Multipage Forms with PDF output

Recently uploaded (20)

PPTX
t_and_OpenAI_Combined_two_pressentations
PDF
Containerization lab dddddddddddddddmanual.pdf
PDF
Alethe Consulting Corporate Profile and Solution Aproach
PDF
si manuel quezon at mga nagawa sa bansang pilipinas
PDF
Buy Cash App Verified Accounts Instantly – Secure Crypto Deal.pdf
PPTX
curriculumandpedagogyinearlychildhoodcurriculum-171021103104 - Copy.pptx
PPTX
TITLE DEFENSE entitle the impact of social media on education
PPTX
1402_iCSC_-_RESTful_Web_APIs_--_Josef_Hammer.pptx
PPTX
Top Website Bugs That Hurt User Experience – And How Expert Web Design Fixes
PPTX
Layers_of_the_Earth_Grade7.pptx class by
PDF
Lean-Manufacturing-Tools-Techniques-and-How-To-Use-Them.pdf
PPTX
Cyber Hygine IN organizations in MSME or
PDF
📍 LABUAN4D EXCLUSIVE SERVER STAR GAMING ASIA NO.1 TERPOPULER DI INDONESIA ! 🌟
PPTX
IPCNA VIRTUAL CLASSES INTERMEDIATE 6 PROJECT.pptx
PDF
simpleintnettestmetiaerl for the simple testint
PPT
12 Things That Make People Trust a Website Instantly
PPTX
AI_Cyberattack_Solutions AI AI AI AI .pptx
PPTX
artificialintelligenceai1-copy-210604123353.pptx
PDF
BIOCHEM CH2 OVERVIEW OF MICROBIOLOGY.pdf
PPTX
Database Information System - Management Information System
t_and_OpenAI_Combined_two_pressentations
Containerization lab dddddddddddddddmanual.pdf
Alethe Consulting Corporate Profile and Solution Aproach
si manuel quezon at mga nagawa sa bansang pilipinas
Buy Cash App Verified Accounts Instantly – Secure Crypto Deal.pdf
curriculumandpedagogyinearlychildhoodcurriculum-171021103104 - Copy.pptx
TITLE DEFENSE entitle the impact of social media on education
1402_iCSC_-_RESTful_Web_APIs_--_Josef_Hammer.pptx
Top Website Bugs That Hurt User Experience – And How Expert Web Design Fixes
Layers_of_the_Earth_Grade7.pptx class by
Lean-Manufacturing-Tools-Techniques-and-How-To-Use-Them.pdf
Cyber Hygine IN organizations in MSME or
📍 LABUAN4D EXCLUSIVE SERVER STAR GAMING ASIA NO.1 TERPOPULER DI INDONESIA ! 🌟
IPCNA VIRTUAL CLASSES INTERMEDIATE 6 PROJECT.pptx
simpleintnettestmetiaerl for the simple testint
12 Things That Make People Trust a Website Instantly
AI_Cyberattack_Solutions AI AI AI AI .pptx
artificialintelligenceai1-copy-210604123353.pptx
BIOCHEM CH2 OVERVIEW OF MICROBIOLOGY.pdf
Database Information System - Management Information System

Building a Car Sales website with Form2Content

  • 1. dsd business internet Building a carsales
 website with 
 Form2Content René Kreijveld ! @renekreijveld
 
 J and Beyond 2015, may 29th 2015 1
  • 2. dsd business internet René Kreijveld • Webdeveloper at dsd business internet
 php | html | css | mysql | javascript | jquery | linux • Social media:
 ! https://twitter.com/renekreijveld
 " https://nl-nl.facebook.com/rene.kreijveld
 # https://instagram.com/renekreijveld
 http://www.slideshare.net/renekreijveld
 $ https://github.com/renekreijveld
 % https://www.linkedin.com/in/renekreijveld • Personal: play drums, music, reading
 movies, huntingdog training with Mila, my Bracco Italiano 2
  • 4. dsd business internet Form2Content • Content Construction Kit (CCK) • Many field types • Data collection through data entry forms • Store collected data with a predefined layout into a Joomla article • Data can be altered later, the Joomla article is then refreshed • Result: very structured and consistent Joomla articles without HTML knowledge for the editor 4
  • 5. dsd business internet Content types • Define the type of content • Contain default settings for the Joomla article
 (title/category/metadata etc.) • Define the fields in the content type • Example content types:
 
 Blogpost, News article, Event description; Car, Client profile 5
  • 6. dsd business internet Field types (bold = pro version) • Checkbox • Database lookup (single) • Database lookup (multi) • Date picker • Display list • E-mail • File upload • Geo coder • Hyperlink 6 • IFrame • Image • Image gallery • Info text • Multiselect (checkbox) • WYSIWYG editor • Textarea • Textfield • Select list
  • 7. dsd business internet Templates • There are three kinds of templates: • Template for the article intro text • Template for the article main text • Template for the data entry form • Template language: Smarty, combined with HTML, CSS, Javascript 7
  • 8. dsd business internet Smarty • Template engine for PHP • {if} … {else} … {/if} • {foreach} … {/foreach} • {php} … {/php} • Date/time functions • Variables • And more, see: http://www.smarty.net 8
  • 9. dsd business internet www.form2content.com • 2 versions: LITE (free) and PRO (paid) • PRO: more options, bigger content types, more field types
 
 http://www.form2content.com/faqs/f2c-pro-lite- comparison-chart • Extra extensions: f2c search, submit mailer, 
 edit article button, related articles plugin & more • € 35,- 6 months / € 50,- 12 months 9
  • 11. dsd business internet www.form2content.com • Couponcode:
 
 J!ANDBEYOND2015
 • 25% discount for all extensions • Valid until july 24th 11
  • 12. dsd business internet Carsales website • Every car is described in one article • Articles go into category “For Sale” or “Sold” • Properties: brand, type, registration id, transmission, fuel, year, milage, price, description, pictures • Frontend contentmanagement with Form2Content • Three additional extensions:
 Akeeba Backup, JCE, NoNumber Modals 12
  • 15. dsd business internet Add fields 15 • brand - text • type - text • transmission - single select list (dropdown) • fuel - single select list (dropdown) • year - single select list (dropdown) • milage - text • price - text
  • 16. dsd business internet Add fields 16 • description - multi-line text (editor) • images - image gallery
  • 17. dsd business internet Content type fields 17
  • 18. dsd business internet Menu item Cars for Sale 18
  • 19. dsd business internet Menu item Edit cars 19
  • 20. dsd business internet Demo car entry • http://carsales1.demo/ 20
  • 21. dsd business internet Content templates • Default intro template is for the intro text • Default main template is for the main text • Great tool to find all fields in the template • Templates are stored in:
 
 /media/com_form2content/templates
 • Helpful: template cheat sheet 21
  • 22. dsd business internet Default intro template 22
  • 24. dsd business internet Template basics • {$JOOMLA_TITLE} - Article title • {$JOOMLA_ARTICLE_LINK} - Link to article • {$JOOMLA_CATEGORY_ID} - Category ID article • {ldelim} - Left delimiter { (plugins) • {rdelim} - Right delimiter } • Select list/Radio buttons
 {$FIELDNAME} - Chosen value
 {$FIELDNAME_TEXT} - Displayed value 24
  • 25. dsd business internet Template basics • Image gallery:
 {$FIELDNAME} - Pad naar folder met foto’s
 {$FIELDNAME_PATH_ABSOLUTE}
 {$FIELDNAME_PATH_RELATIVE}
 {$FIELDNAME_URL_ABSOLUTE}
 {$FIELDNAME_URL_RELATIVE} • {$FIELDNAME_URL_ABSOLUTE}thumbs/ {$FIELDNAME_IMAGES[0].FILENAME} - 
 First image 25
  • 26. dsd business internet Template basics • {foreach from=$FIELDNAME_IMAGES item=GALLERYIMAGE}
 <a href="{$FIELDNAME_URL_ABSOLUTE} {$GALLERYIMAGE.FILENAME}">
 <img src="{$FIELDNAME_URL_ABSOLUTE} thumbs/{$GALLERYIMAGE.FILENAME}">
 </a>&nbsp;
 {/foreach} • Template cheat sheet 26
  • 29. dsd business internet Apply new template • Modify content type • Modify the already entered content item
 
 Show me 29
  • 31. dsd business internet Details button • The View details button is not needed in full article view. • This can be fixed by adding a small css snippet:
 
 • This snippet is added to the intro template. • We then need to refresh the articles. • Modify template
 31
  • 32. dsd business internet Putting it all together • Multiple cars • Added database lookup for Brands • Added the Form2Content search • Added Edit article button plugin
 
 http://carsales3.demo 32
  • 33. dsd business internet Final thoughts … • With F2C you can accomplish very structured and consistent frontend article editing. • Modify a template and very easy update all your articles. • Frontend: you will need Mootools. • You can create templates for the forms. Combined with jQuery you can create very powerful dynamic forms. • You have seen just the basics :-) 33