Difference between revisions of "PT Social Media Version 1.0 Install"

From ADF Docs
Jump to: navigation, search
Line 1: Line 1:
 
Back to [[PT_Social_Media|Social Media]]
 
Back to [[PT_Social_Media|Social Media]]
  
=== Download ===
+
== Download ==
 
Download the Social Media Application from the [http://community.paperthin.com/projects/pt_social_media/index.cfm Community Site Project] or from the SVN Repository.   
 
Download the Social Media Application from the [http://community.paperthin.com/projects/pt_social_media/index.cfm Community Site Project] or from the SVN Repository.   
  
Line 7: Line 7:
 
'''/ADF/apps/pt_social_media/'''
 
'''/ADF/apps/pt_social_media/'''
  
=== Site Configuration ===
+
== Site Configuration ==
 
The Social Media Application is built within the ADF.  The ADF 1.5 or greater must be installed in the site to run the Social Media Application, follow the ADF [[Installation]] instructions.
 
The Social Media Application is built within the ADF.  The ADF 1.5 or greater must be installed in the site to run the Social Media Application, follow the ADF [[Installation]] instructions.
  
== Steps ==
+
=== Steps ===
 
* Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF [[Installation]].
 
* Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF [[Installation]].
 
* Open the sites 'ADF.cfc' ([[Site Configuration (ADF.cfc)|See Site Configuration (ADF.cfc) for more info]]) file (located in your site's /_cs_apps/ directory) in a text editor. Locate the ''Load the ADF Application into application space'' comment in the file. Add (or uncomment) the following command under the comment section:
 
* Open the sites 'ADF.cfc' ([[Site Configuration (ADF.cfc)|See Site Configuration (ADF.cfc) for more info]]) file (located in your site's /_cs_apps/ directory) in a text editor. Locate the ''Load the ADF Application into application space'' comment in the file. Add (or uncomment) the following command under the comment section:
Line 18: Line 18:
 
* [[Reset ADF|Reset the ADF]] for the server and site.
 
* [[Reset ADF|Reset the ADF]] for the server and site.
  
=== Styles ===
+
== Styles ==
 
There are several out of the box style options for the Social Media application. Most of the styles are defined in the following style sheets located in the /style directory within the ADF Social Media App directory:
 
There are several out of the box style options for the Social Media application. Most of the styles are defined in the following style sheets located in the /style directory within the ADF Social Media App directory:
  

Revision as of 22:04, 30 April 2012

Back to Social Media

Download

Download the Social Media Application from the Community Site Project or from the SVN Repository.

Extract the zip files into the following directory: /ADF/apps/pt_social_media/

Site Configuration

The Social Media Application is built within the ADF. The ADF 1.5 or greater must be installed in the site to run the Social Media Application, follow the ADF Installation instructions.

Steps

  • Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF Installation.
  • Open the sites 'ADF.cfc' (See Site Configuration (ADF.cfc) for more info) file (located in your site's /_cs_apps/ directory) in a text editor. Locate the Load the ADF Application into application space comment in the file. Add (or uncomment) the following command under the comment section:
loadApp("ptSocialMedia");

Styles

There are several out of the box style options for the Social Media application. Most of the styles are defined in the following style sheets located in the /style directory within the ADF Social Media App directory:

  • socialmedia.css

You have two options: you can either load them into your Base Plus One (recommended) or your can load them into the Social Media Template you create.

Note: the classes and styles defined for the Social Media app are targeted tightly for the layout generated by the Social Media application and should not interfere with your site styles. However, it is a good idea to give these styles sheets higher precedence in your style definitions.