Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 02:49:22 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155540 Posts in 21712 Topics by 7737 Members
Latest Member: deanmacullam
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: FCKEditor Module Plugins for Website Baker  (Read 915 times)
mjm4842

Offline Offline

Posts: 227


« on: September 06, 2010, 06:53:29 PM »

This thread is for FCKEditor module Plugins which are known to be compatible with websitebaker.

All contributions are welcome. If you find a plug-in which does not work, let us know so that others don't end up testing them.

Note: Unfortunately CKEditor plugins are not compatible. If this is what you are looking for, see:
http://www.websitebaker2.org/forum/index.php/topic,19202.msg128670.html

With warmest regards,

Michael Milette
« Last Edit: September 06, 2010, 07:28:54 PM by mjm4842 » Logged

Frustrated? Spending too much time developing when all you really want is a working website? Contact me directly if I can be of services to you.
___________________ ________


www.tngconsulting.c a
mjm4842

Offline Offline

Posts: 227


« Reply #1 on: September 06, 2010, 07:20:15 PM »

FCKeditor Module Plug-In: PayPal Button
For WebsiteBaker - www.websitebaker.or g

Attached is a plugin for FCKEditor which adds a Paypal "Buy Now" button to the FCKToolbar in websitebaker. The following information is also included as a readme.txt file in the ZIP attachment.

___________________ ______________
IMPORANT NOTES

* Always be sure to do your own testing as your configuration and requirements may not match those of the developers... especially when it comes to financial components of your website.

* This is not a standard WebsiteBaker Module. The installation must be completed manually. Once completed, you will need to remember to re-apply these changes anytime you upgrade to a new version WebsiteBaker in the future.

___________________ _________________
CREDITS

v1.2 - by Michael Milette (www.TNGConsulting.c a)  - September 5, 2010
- Item Number is now optional
- Added Tax Rate field (optional)
- Added Shipping Amount field (optional)
- Added Product Type field
- Added option to select button size (large or small)
- Added indicator to show which fields are required.
- Updated HTML code to current PayPal standards.
- New documentation for Website Baker

v1.1 - QL Studio of http://studio.quintalinda.com/help/downloads/fckeditor-plugins/
- Modified

v1.0 - Scott Jibben
 - Initial Release

___________________ ______________
INSTALLATION - For websitebaker

**** Step 1

Upload the paypal folder and all of its contents into the following folder:

   modules/fckeditor/fckeditor/editor/plugins/

**** Step 2

Using a text editor like PSPad, Notepad++ or Windows Notepad, edit the file called:

   modules/fckeditor/wb_config/wb_fckconfig.js

Add following line near the top of the file:

   FCKConfig.Plugins.Add( 'paypal' );

Add a new variable called paypal to the FCKConfig.ToolbarSe ts["Original"]
section - for example:

['Image','Flash','video','audio','Smiley','paypal']

Repeat the above step in the FCKConfig.ToolbarSe ts["WBToolbar"] section.

Save the file.

**** Step 3

Don't forget to read the customization section below.

___________________ ______________
CUSTOMIZATION

All of the modifications listed below are to be applied to the file called paypal\paypal.html

**** Website Language

If you are not using English, modify the following line:

To control the language of the button:

  '<INPUT type="image" alt="Buy Now" src="https://www.paypal.com/en_US/i/btn/txtPayPalBtnType" border="0" name="submit">' +

Change the en_US to your prefered language. For example, fr_FR for french, es_ES for spanish, etc. Always be sure to test your buttons when you create them.

To Control Language in which Paypal will appear to the user:

  '<INPUT type="hidden" name="lc" value="EN">' +

Change the EN for your prefered language. MUST BE IN UPPERCASE. For a list of language codes, visit http://www.mathguide.de/info/tools/languagecode.html

**** Add Support for Currency

If you are not using one of the following currencies, you will need to modify this section:

  <select id="txtPayPalItemCurren cy" onkeyup="btnStat(this.form)" style="width: 90px" tabIndex="3">
      <option value="CAD" />Canadian
      <option value="EUR" />Euros
      <option value="GBP" />GB Pounds
      <option value="USD" />US Dollars
  </select>

**** Backend Language

You can customize the backend language by copying and editing the files in the paypal/lang folder.

Note: es.js currently contains a copy of the English text.
« Last Edit: September 07, 2010, 12:03:29 AM by mjm4842 » Logged

Frustrated? Spending too much time developing when all you really want is a working website? Contact me directly if I can be of services to you.
___________________ ________


www.tngconsulting.c a
mjm4842

Offline Offline

Posts: 227


« Reply #2 on: September 06, 2010, 07:45:20 PM »

FCKeditor Module Plug-In: Table One Click
For WebsiteBaker - www.websitebaker.or g

Attached is a plugin for FCKEditor which adds a button to the FCKToolbar in WebsiteBaker to insert tables with one click.

The following information is also included in the readme.txt file included in the ZIP attachment.

___________________ ______________
IMPORANT NOTES

* Always be sure to do your own testing as your configuration and requirements may not match those of the developers.

* This is not a standard WebsiteBaker Module. The installation must be completed manually. Once completed, you will need to remember to re-apply these changes anytime you upgrade to a new version WebsiteBaker in the future.

___________________ _________________
CREDITS

v1.1 - by Michael Milette (www.TNGConsulting.c a)  - September 5, 2010
- New documentation for Website Baker

v1.1 - Karen Ananiev (sourceforge.net/users/trypton) - 2009-08-12
 - Created Standalone version

v1.0 - MindTouch
 - Initial Release as part of the MindTouch editor plug-in

___________________ ______________
INSTALLATION - For websitebaker


**** Step 1

Using a text editor like PSPad, Notepad++ or Windows Notepad, edit the file called:

   modules/fckeditor/wb_config/wb_fckconfig.js

Add following line near the top of the file:

   FCKConfig.Plugins.Add( 'tableoneclick' ) ;

Add a new variable called TableOC to the FCKConfig.ToolbarSe ts["Original"]
section - for example:

['Image','Flash','video','audio','Smiley','TableOC']

Repeat the above step in the FCKConfig.ToolbarSe ts["WBToolbar"] section.

Save the file.

**** Step 2

Upload the tableoneclick folder and all of its contents into the following folder:

   modules/fckeditor/fckeditor/editor/plugins/
Logged

Frustrated? Spending too much time developing when all you really want is a working website? Contact me directly if I can be of services to you.
___________________ ________


www.tngconsulting.c a
mjm4842

Offline Offline

Posts: 227


« Reply #3 on: September 06, 2010, 10:10:15 PM »

FCKeditor Module Plug-In: Insert HTML Snippet
For WebsiteBaker - www.websitebaker.or g

Attached is a plugin for FCKEditor which adds an Insert HTML Snippet button to the FCKToolbar in websitebaker. The following information is also included in the readme.txt file included in the ZIP attachment.

___________________ ______________
IMPORANT NOTES

* Always be sure to do your own testing as your configuration and requirements may not match those of the developers.

* This is not a standard WebsiteBaker Module. The installation must be completed manually. Once completed, you will need to remember to re-apply these changes anytime you upgrade to a new version WebsiteBaker in the future.

___________________ _________________
CREDITS

v1.0 - by Michael Milette (www.TNGConsulting.c a)  - September 6, 2010
- Initial Release

insertHTMLSnippet by Michael Milette - TNG Consulting Inc. is licensed under the Creative Commons Attribution-ShareAlike 2.5 Canada License. To view a copy of this licence, visit http://creativecommons.org/licenses/by-sa/2.5/ca/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA. Permissions beyond the scope of this license may be available by contacting the author www.tngconsulting.c a.

___________________ ______________
INSTALLATION - For websitebaker

Although this snippet can most likely be used with any application of the FCKEditor 2.x module, the following instructions are specific to the installation on WebsiteBaker 2.8.1 and is most likely similar for previous versions.

**** Step 1 - Unzip all of the files, making sure to preserve the original directory structure.

**** Step 2 - Backend language support

Included Language Support: Dutch (nl), English (en), French (fr), German (de) and Spanish (es).

To add a new language, make a copy of the English file called insertHTMLSnippet/lang/en.js and edit it using a text editor such as PSPad, Notepad++ or Windows Notepad. Create the name the new file by replacing two lowercase letters with the desired lowercase language code. You can find these ISO codes by visiting:
http://www.mathguide.de/info/tools/languagecode.html

**** Step 3 - Upload the files to your website

Upload the insertHTMLSnippet folder and all of its contents into the following folder on your website:

   modules/fckeditor/fckeditor/editor/plugins/

**** Step 4 - Adding the insertHTMLSnippet icon to the FCKToolbar

Using a text editor like PSPad or an online editor, edit the file called:

   modules/fckeditor/wb_config/wb_fckconfig.js

1) Add following line near the top of the file:

   FCKConfig.Plugins.Add( 'insertHTMLSnippet' );

2) Add a new variable called paypal to the FCKConfig.ToolbarSe ts["Original"] section - for example:

['Image','Flash','video','audio','Smiley','insertHTMLSnippet']

3) Repeat the above step in the FCKConfig.ToolbarSe ts["WBToolbar"] section.

4) Save the changes.
« Last Edit: September 06, 2010, 11:39:17 PM by mjm4842 » Logged

Frustrated? Spending too much time developing when all you really want is a working website? Contact me directly if I can be of services to you.
___________________ ________


www.tngconsulting.c a
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!